Am 19.06.2017 um 05:40 schrieb Andreas Färber: > Implement S500 Smart Power System power-gating. > For now flag PD_CPU2 and PD_CPU3 as always-on. > > Based on LeMaker linux-actions tree. > > Signed-off-by: Andreas Färber <[email protected]> > --- > v4 -> v5: > * Updated for header file rename > > v3 -> v4: > * Added genpd_flags field and set GENPD_FLAG_ALWAYS_ON for CPU2/CPU3 > * Added debug output > > v3: new > > drivers/soc/Kconfig | 1 + > drivers/soc/Makefile | 1 + > drivers/soc/actions/Kconfig | 12 ++ > drivers/soc/actions/Makefile | 1 + > drivers/soc/actions/owl-sps.c | 252 > ++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 267 insertions(+) > create mode 100644 drivers/soc/actions/Kconfig > create mode 100644 drivers/soc/actions/Makefile > create mode 100644 drivers/soc/actions/owl-sps.c
Applied to linux-actions.git v4.13/soc branch: https://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git/log/?h=v4.13/soc Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg)

