On Fri, Nov 30, 2018 at 12:27:41PM -0800, Eric Anholt wrote: > This provides a free software alternative to raspberrypi-power.c's > firmware calls to manage power domains. It also exposes a reset line, > where previously the vc4 driver had to try to force power off the > domain in order to trigger a reset. > > Signed-off-by: Eric Anholt <eric@xxxxxxxxxx> > --- > drivers/mfd/bcm2835-pm.c | 36 +- > drivers/soc/bcm/Kconfig | 11 + > drivers/soc/bcm/Makefile | 1 + > drivers/soc/bcm/bcm2835-power.c | 661 +++++++++++++++++++++++++++ > include/dt-bindings/soc/bcm2835-pm.h | 28 ++ Acked-by: Rob Herring <robh@xxxxxxxxxx> > include/linux/mfd/bcm2835-pm.h | 1 + > 6 files changed, 734 insertions(+), 4 deletions(-) > create mode 100644 drivers/soc/bcm/bcm2835-power.c > create mode 100644 include/dt-bindings/soc/bcm2835-pm.h