Re: [PATCH v3 1/3] power: reset: new driver regulator-poweroff

2020-12-09 Thread Michael Klein
On Tue, Dec 08, 2020 at 11:10:52AM +0100, Maxime Ripard wrote: On Mon, Dec 07, 2020 at 03:27:54PM +0100, Michael Klein wrote: This driver registers a pm_power_off function to disable a set of regulators defined in the devicetree to turn off the board. Signed-off-by: Michael Klein --- drivers/

Re: [PATCH v3 1/3] power: reset: new driver regulator-poweroff

2020-12-08 Thread Maxime Ripard
On Mon, Dec 07, 2020 at 03:27:54PM +0100, Michael Klein wrote: > This driver registers a pm_power_off function to disable a set of > regulators defined in the devicetree to turn off the board. > > Signed-off-by: Michael Klein > --- > drivers/power/reset/Kconfig | 7 ++ > drivers/p

[PATCH v3 1/3] power: reset: new driver regulator-poweroff

2020-12-07 Thread Michael Klein
This driver registers a pm_power_off function to disable a set of regulators defined in the devicetree to turn off the board. Signed-off-by: Michael Klein --- drivers/power/reset/Kconfig | 7 ++ drivers/power/reset/Makefile | 1 + drivers/power/reset/regulator-powero