freebsd-dev/sys/dev/extres
Emmanuel Vadot 3cb36739ce regulator_fixed: Do not disable fixed regulator at probe
If the regulator is unused it will be disabled by the regulator_shutdown sysinit.

Tested on pinebook where the backlight is controlled by a fixed-regulator.
The regulator doesn't have a regulator-boot-on param (I'm gonna upstream this) and so we disable it at probe.
We later enable it but this cause the screen to go black.
Linux doesn't disable regulator at boot (at least for fixed-regulator) so better match this to have the same UX.

MFC after:	1 month
Differential Revision:	https://reviews.freebsd.org/D17978
2018-11-26 18:46:15 +00:00
..
clk extres: clkdiv: Fix div_with_table 2018-08-05 06:15:35 +00:00
hwreset Remove redundant declarations. Newer gcc has a warning for these so will 2017-08-19 17:18:27 +00:00
nvmem nvmem: Add nvmem interface and helpers 2018-07-31 19:08:24 +00:00
phy Derive PHY class to new one specialized for USB PHY functions. 2018-11-23 19:43:18 +00:00
regulator regulator_fixed: Do not disable fixed regulator at probe 2018-11-26 18:46:15 +00:00
syscon Remove "All Rights Reserved" on files that I hold sole copyright on 2018-05-09 16:44:19 +00:00