Commit c66403f
committed
Merge tag 'genpd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
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
...110 files changed
Lines changed: 288 additions & 138 deletions
File tree
- arch/arm/mach-ux500
- drivers
- firmware/imx
- genpd
- actions
- amlogic
- apple
- bcm
- imx
- mediatek
- qcom
- renesas
- rockchip
- samsung
- starfive
- st
- sunxi
- tegra
- ti
- xilinx
- soc
- actions
- amlogic
- apple
- bcm
- bcm63xx
- imx
- mediatek
- qcom
- renesas
- rockchip
- samsung
- starfive
- sunxi
- tegra
- ti
- xilinx
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1855 | 1855 | | |
1856 | 1856 | | |
1857 | 1857 | | |
| 1858 | + | |
1858 | 1859 | | |
1859 | 1860 | | |
1860 | 1861 | | |
| |||
1917 | 1918 | | |
1918 | 1919 | | |
1919 | 1920 | | |
| 1921 | + | |
1920 | 1922 | | |
1921 | 1923 | | |
1922 | 1924 | | |
| |||
2433 | 2435 | | |
2434 | 2436 | | |
2435 | 2437 | | |
| 2438 | + | |
2436 | 2439 | | |
2437 | 2440 | | |
2438 | 2441 | | |
| |||
2605 | 2608 | | |
2606 | 2609 | | |
2607 | 2610 | | |
| 2611 | + | |
2608 | 2612 | | |
2609 | 2613 | | |
2610 | 2614 | | |
| |||
4032 | 4036 | | |
4033 | 4037 | | |
4034 | 4038 | | |
4035 | | - | |
| 4039 | + | |
4036 | 4040 | | |
4037 | 4041 | | |
4038 | 4042 | | |
| |||
4254 | 4258 | | |
4255 | 4259 | | |
4256 | 4260 | | |
4257 | | - | |
| 4261 | + | |
4258 | 4262 | | |
4259 | 4263 | | |
4260 | 4264 | | |
| |||
8712 | 8716 | | |
8713 | 8717 | | |
8714 | 8718 | | |
| 8719 | + | |
| 8720 | + | |
| 8721 | + | |
| 8722 | + | |
| 8723 | + | |
| 8724 | + | |
| 8725 | + | |
8715 | 8726 | | |
8716 | 8727 | | |
8717 | 8728 | | |
| |||
17611 | 17622 | | |
17612 | 17623 | | |
17613 | 17624 | | |
17614 | | - | |
| 17625 | + | |
17615 | 17626 | | |
17616 | 17627 | | |
17617 | 17628 | | |
| |||
20394 | 20405 | | |
20395 | 20406 | | |
20396 | 20407 | | |
20397 | | - | |
| 20408 | + | |
20398 | 20409 | | |
20399 | 20410 | | |
20400 | 20411 | | |
| |||
21210 | 21221 | | |
21211 | 21222 | | |
21212 | 21223 | | |
21213 | | - | |
| 21224 | + | |
21214 | 21225 | | |
21215 | 21226 | | |
21216 | 21227 | | |
| |||
21444 | 21455 | | |
21445 | 21456 | | |
21446 | 21457 | | |
| 21458 | + | |
21447 | 21459 | | |
21448 | 21460 | | |
21449 | 21461 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 116 | | |
122 | 117 | | |
123 | 118 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
File renamed without changes.
File renamed without changes.
0 commit comments