freebsd-dev/sys/dev/bhnd/cores/chipc/pwrctl
Landon J. Fuller 1c8edc1ed8 bhnd(4): fix a few bugs in pwrctl/fixed-clock device support.
- Do not panic on siba(4) detach when the bhnd(4) bus calls
   bhnd_get_pmu_info() on a PMU-less device.
 - Fix bhnd_pwrctl attach/detach on fixed-clock devices:
    - Treat bhnd_pwrctl_updateclk() as a no-op on fixed-clock devices.
    - Use bhnd_pwrctl_updateclk() to perform the appropriate clock
      transition on detach.

Sponsored by:	The FreeBSD Foundation
2018-01-19 21:58:48 +00:00
..
bhnd_pwrctl_hostb_if.m bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhnd_pwrctl_if.m bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhnd_pwrctl_private.h bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhnd_pwrctl_subr.c bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhnd_pwrctl.c bhnd(4): fix a few bugs in pwrctl/fixed-clock device support. 2018-01-19 21:58:48 +00:00
bhnd_pwrctl.h bhnd(4): extend the PMU APIs to support bwn(4) 2017-11-22 20:27:46 +00:00
bhnd_pwrctlvar.h