All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/15] Convert power-controller to dt-schema and update various yaml file to referencing it
@ 2026-03-16 14:47 ` Peng Fan (OSS)
  0 siblings, 0 replies; 56+ messages in thread
From: Peng Fan (OSS) @ 2026-03-16 14:47 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Rafael J. Wysocki,
	Ulf Hansson, Florian Fainelli,
	Broadcom internal kernel review list, Ray Jui, Scott Branden,
	Saenz Julienne, Lee Jones, Liam Girdwood, Mark Brown,
	Shree Ramamoorthy, Jerome Neanne, Paul Cercueil,
	Alexandre Belloni, Dmitry Osipenko, Heiko Stuebner, Joseph Chen,
	Chris Zhong, Zhang Qing, Sebastian Reichel, Andreas Kemnade,
	Jonathan Neuschäfer, Lubomir Rintel, Julien Panis,
	Matti Vaittinen, Alexander Kurz, Krzysztof Kozlowski,
	André Draszik
  Cc: devicetree, linux-kernel, linux-rpi-kernel, linux-arm-kernel,
	linux-rtc, linux-rockchip, linux-samsung-soc, Peng Fan

Convert power-controller.txt to dt-schema
Update various dt-bindings to use generic power-controller.yaml without
defining local property.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Peng Fan (15):
      dt-bindings: power: power-controller: Convert to yaml format
      dt-bindings: soc: bcm2835-pm: Use generic power-controller schema
      dt-bindings: regulator: ti,tps65219: Use generic power-controller schema
      dt-bindings: regulator: act8x: Use generic power-controller schema
      dt-bindings: rtc: ingenic,rtc: Use generic power-controller schema
      dt-bindings: mfd: ene-kb[3]930: Use generic power-controller schema
      dt-bindings: mfd: ti,tps65910: Use generic power-controller schema
      dt-bindings: mfd: rockchip,rk8x: Use generic power-controller schema
      dt-bindings: mfd: ricoh,rn5t618: Use generic power-controller schema
      dt-bindings: mfd: netronix,ntxec: Use generic power-controller schema
      dt-bindings: mfd: ti,twl: Use generic power-controller schema
      dt-bindings: mfd: ti,tps6594: Use generic power-controller schema
      dt-bindings: mfd: rohm,bd71828-pmic: Use generic power-controller schema
      dt-bindings: mfd: fsl,mc13xxx: Use generic power-controller schema
      dt-bindings: mfd: samsung,s2mpg10-pmic: Use generic power-controller schema

 .../devicetree/bindings/mfd/ene-kb3930.yaml        |  7 ++---
 .../devicetree/bindings/mfd/ene-kb930.yaml         |  6 ++---
 .../devicetree/bindings/mfd/fsl,mc13xxx.yaml       |  5 ++--
 .../devicetree/bindings/mfd/netronix,ntxec.yaml    |  9 +++----
 .../devicetree/bindings/mfd/ricoh,rn5t618.yaml     |  8 ++----
 .../devicetree/bindings/mfd/rockchip,rk801.yaml    | 10 +++-----
 .../devicetree/bindings/mfd/rockchip,rk805.yaml    |  7 +++--
 .../devicetree/bindings/mfd/rockchip,rk806.yaml    |  3 +--
 .../devicetree/bindings/mfd/rockchip,rk808.yaml    |  9 ++++---
 .../devicetree/bindings/mfd/rockchip,rk816.yaml    | 10 +++-----
 .../devicetree/bindings/mfd/rockchip,rk817.yaml    |  5 ++--
 .../devicetree/bindings/mfd/rockchip,rk818.yaml    |  9 ++++---
 .../devicetree/bindings/mfd/rohm,bd71828-pmic.yaml |  7 ++---
 .../bindings/mfd/samsung,s2mpg10-pmic.yaml         |  7 ++---
 .../devicetree/bindings/mfd/ti,tps65910.yaml       |  6 +++--
 .../devicetree/bindings/mfd/ti,tps6594.yaml        |  7 ++---
 Documentation/devicetree/bindings/mfd/ti,twl.yaml  |  3 +--
 .../devicetree/bindings/power/power-controller.txt | 17 ------------
 .../bindings/power/power-controller.yaml           | 30 ++++++++++++++++++++++
 .../bindings/regulator/active-semi,act8600.yaml    | 11 +++-----
 .../bindings/regulator/active-semi,act8846.yaml    | 11 +++-----
 .../bindings/regulator/active-semi,act8865.yaml    | 11 +++-----
 .../bindings/regulator/active-semi,act8945a.yaml   | 11 +++-----
 .../devicetree/bindings/regulator/ti,tps65219.yaml |  8 ++----
 .../devicetree/bindings/rtc/ingenic,rtc.yaml       |  7 +----
 .../bindings/soc/bcm/brcm,bcm2835-pm.yaml          |  6 ++---
 26 files changed, 107 insertions(+), 123 deletions(-)
---
base-commit: 5c9e55fecf9365890c64f14761a80f9413a3b1d1
change-id: 20260314-power-controller-56d6b4724146

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>



^ permalink raw reply	[flat|nested] 56+ messages in thread

end of thread, other threads:[~2026-04-04  1:31 UTC | newest]

Thread overview: 56+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16 14:47 [PATCH 00/15] Convert power-controller to dt-schema and update various yaml file to referencing it Peng Fan (OSS)
2026-03-16 14:47 ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 01/15] dt-bindings: power: power-controller: Convert to yaml format Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:49   ` Krzysztof Kozlowski
2026-03-16 14:49     ` Krzysztof Kozlowski
2026-03-17  5:40     ` Peng Fan
2026-03-17  5:40       ` Peng Fan
2026-03-24  6:31   ` Peng Fan
2026-03-24  6:31     ` Peng Fan
2026-03-16 14:47 ` [PATCH 02/15] dt-bindings: soc: bcm2835-pm: Use generic power-controller schema Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 03/15] dt-bindings: regulator: ti,tps65219: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 17:46   ` Mark Brown
2026-03-16 17:46     ` Mark Brown
2026-03-16 14:47 ` [PATCH 04/15] dt-bindings: regulator: act8x: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 17:47   ` Mark Brown
2026-03-16 17:47     ` Mark Brown
2026-03-16 14:47 ` [PATCH 05/15] dt-bindings: rtc: ingenic,rtc: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-19 11:12   ` Paul Cercueil
2026-03-19 11:12     ` Paul Cercueil
2026-04-03 16:09   ` (subset) " Alexandre Belloni
2026-04-03 16:09     ` Alexandre Belloni
2026-04-04  1:33     ` Peng Fan
2026-04-04  1:33       ` Peng Fan
2026-03-16 14:47 ` [PATCH 06/15] dt-bindings: mfd: ene-kb[3]930: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 07/15] dt-bindings: mfd: ti,tps65910: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 08/15] dt-bindings: mfd: rockchip,rk8x: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 09/15] dt-bindings: mfd: ricoh,rn5t618: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 10/15] dt-bindings: mfd: netronix,ntxec: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 11/15] dt-bindings: mfd: ti,twl: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 12/15] dt-bindings: mfd: ti,tps6594: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 13/15] dt-bindings: mfd: rohm,bd71828-pmic: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 14/15] dt-bindings: mfd: fsl,mc13xxx: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:47 ` [PATCH 15/15] dt-bindings: mfd: samsung,s2mpg10-pmic: " Peng Fan (OSS)
2026-03-16 14:47   ` Peng Fan (OSS)
2026-03-16 14:55 ` [PATCH 00/15] Convert power-controller to dt-schema and update various yaml file to referencing it Mark Brown
2026-03-16 14:55   ` Mark Brown
2026-03-16 16:00   ` Andreas Kemnade
2026-03-16 16:00     ` Andreas Kemnade
2026-03-17  5:45     ` Peng Fan
2026-03-17  5:45       ` Peng Fan
2026-03-16 16:39 ` Krzysztof Kozlowski
2026-03-16 16:39   ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.