• Linus Torvalds's avatar
    Merge tag 'genpd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm · c66403f6
    Linus Torvalds authored
    Pull ARM SoC generic power domain driver updates from Ulf Hansson:
     "This adds a new subsystem for generic power domain providers in
      drivers/genpd and starts moving some of the corresponding code in
      there.
    
      We have currently ~60 users of the genpd provider interface, which are
      sprinkled across various subsystems. To release some burden from the
      soc maintainers (Arnd Bergmann, etc) in particular, but also to gain a
      better overall view of what goes on in the area, I will help out with
      maintenance"
    
    [ I find the "genpd" name singularly uninformative, so we'll probably
      end up moving this driver subsystem somewhere else, but that's still
      being discussed  - Linus ]
    
    * tag 'genpd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm: (30 commits)
      genpd: ti: Use for_each_node_with_property() simplify code logic
      genpd: Explicitly include correct DT includes
      genpd: imx: scu-pd: initialize is_off according to HW state
      genpd: imx: scu-pd: Suppress bind attrs
      genpd: imx: scu-pd: do not power off console if no_console_suspend
      genpd: imx: scu-pd: add more PDs
      genpd: imx: scu-pd: enlarge PD range
      genpd: imx: relocate scu-pd under genpd
      MAINTAINERS: adjust file entry in STARFIVE JH71XX PMU CONTROLLER DRIVER
      genpd: Makefile: build imx
      genpd: move owl-sps-helper.c from drivers/soc
      soc: starfive: remove stale Makefile entry
      ARM: ux500: Move power-domain driver to the genpd dir
      ARM: ux500: Convert power-domain code into a regular platform driver
      soc: xilinx: Move power-domain driver to the genpd dir
      soc: ti: Mover power-domain drivers to the genpd dir
      soc: tegra: Move powergate-bpmp driver to the genpd dir
      soc: sunxi: Move power-domain driver to the genpd dir
      soc: starfive: Move the power-domain driver to the genpd dir
      soc: samsung: Move power-domain driver to the genpd dir
      ...
    c66403f6
Makefile 5.51 KB