All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
@ 2022-06-29 16:44 ` Viorel Suman (OSS)
  0 siblings, 0 replies; 98+ messages in thread
From: Viorel Suman (OSS) @ 2022-06-29 16:44 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Michael Turquette,
	Stephen Boyd, Dmitry Torokhov, Srinivas Kandagatla, Dong Aisheng,
	Fabio Estevam, Shawn Guo, Stefan Agner, Pengutronix Kernel Team,
	Linus Walleij, Alessandro Zummo, Alexandre Belloni,
	Rafael J. Wysocki, Daniel Lezcano, Amit Kucheria, Zhang Rui,
	Wim Van Sebroeck, Guenter Roeck, Sascha Hauer, NXP Linux Team,
	Abel Vesa, Viorel Suman, Oliver Graute, Liu Ying, Mirela Rabulea,
	Peng Fan, Ming Qian, devicetree, linux-kernel, linux-clk,
	linux-input, linux-gpio, linux-rtc, linux-pm, linux-watchdog,
	linux-arm-kernel

From: Viorel Suman <viorel.suman@nxp.com>

Changes since v5: https://lore.kernel.org/lkml/20220616164303.790379-1-viorel.suman@nxp.com/
  * Updated according to Krzysztof Kozlowski comments

Changes since v4: https://lore.kernel.org/lkml/20220615105834.743045-1-viorel.suman@nxp.com/
  * Missing SoB added

Changes since v3: https://lore.kernel.org/lkml/20220609143423.2839186-1-abel.vesa@nxp.com/
  * Examples included
  * Included Abel's patches fixing thermal zone, keys and power controller names.

Abel Vesa (13):
  dt-bindings: clk: imx: Add fsl,scu-clk yaml file
  dt-bindings: pinctrl: imx: Add fsl,scu-iomux yaml file
  dt-bindings: input: Add fsl,scu-key yaml file
  dt-bindings: nvmem: Add fsl,scu-ocotp yaml file
  dt-bindings: power: Add fsl,scu-pd yaml file
  dt-bindings: rtc: Add fsl,scu-rtc yaml file
  dt-bindings: thermal: Add fsl,scu-thermal yaml file
  dt-bindings: watchdog: Add fsl,scu-wdt yaml file
  dt-bindings: firmware: Add fsl,scu yaml file
  arm64: dts: freescale: imx8: Fix power controller name
  arm64: dts: freescale: imx8qxp: Add fallback compatible for clock
    controller
  arm64: dts: freescale: imx8qxp: Fix the keys node name
  dt-bindings: arm: freescale: Remove fsl,scu txt file

Viorel Suman (1):
  arm64: dts: freescale: imx8qxp: Remove unnecessary clock related
    entries

 .../bindings/arm/freescale/fsl,scu.txt        | 271 ------------------
 .../bindings/clock/fsl,scu-clk.yaml           |  43 +++
 .../devicetree/bindings/firmware/fsl,scu.yaml | 160 +++++++++++
 .../bindings/input/fsl,scu-key.yaml           |  40 +++
 .../bindings/nvmem/fsl,scu-ocotp.yaml         |  57 ++++
 .../bindings/pinctrl/fsl,scu-pinctrl.yaml     |  68 +++++
 .../devicetree/bindings/power/fsl,scu-pd.yaml |  41 +++
 .../devicetree/bindings/rtc/fsl,scu-rtc.yaml  |  31 ++
 .../bindings/thermal/fsl,scu-thermal.yaml     |  38 +++
 .../bindings/watchdog/fsl,scu-wdt.yaml        |  34 +++
 arch/arm64/boot/dts/freescale/imx8qm.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi    |   8 +-
 12 files changed, 516 insertions(+), 277 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
 create mode 100644 Documentation/devicetree/bindings/clock/fsl,scu-clk.yaml
 create mode 100644 Documentation/devicetree/bindings/firmware/fsl,scu.yaml
 create mode 100644 Documentation/devicetree/bindings/input/fsl,scu-key.yaml
 create mode 100644 Documentation/devicetree/bindings/nvmem/fsl,scu-ocotp.yaml
 create mode 100644 Documentation/devicetree/bindings/pinctrl/fsl,scu-pinctrl.yaml
 create mode 100644 Documentation/devicetree/bindings/power/fsl,scu-pd.yaml
 create mode 100644 Documentation/devicetree/bindings/rtc/fsl,scu-rtc.yaml
 create mode 100644 Documentation/devicetree/bindings/thermal/fsl,scu-thermal.yaml
 create mode 100644 Documentation/devicetree/bindings/watchdog/fsl,scu-wdt.yaml

-- 
2.25.1


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

end of thread, other threads:[~2022-07-06 14:30 UTC | newest]

Thread overview: 98+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29 16:44 [PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Viorel Suman (OSS)
2022-06-29 16:44 ` Viorel Suman (OSS)
2022-06-29 16:44 ` [PATCH v6 01/14] dt-bindings: clk: imx: Add fsl,scu-clk yaml file Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:48   ` Krzysztof Kozlowski
2022-06-29 17:48     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 02/14] dt-bindings: pinctrl: imx: Add fsl,scu-iomux " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:53   ` Krzysztof Kozlowski
2022-06-29 17:53     ` Krzysztof Kozlowski
2022-06-30 12:37     ` Viorel Suman (OSS)
2022-06-30 12:37       ` Viorel Suman (OSS)
2022-06-30 18:33       ` Krzysztof Kozlowski
2022-06-30 18:33         ` Krzysztof Kozlowski
2022-07-05 18:33         ` Rob Herring
2022-07-05 18:33           ` Rob Herring
2022-07-06 14:11           ` Rob Herring
2022-07-06 14:11             ` Rob Herring
2022-07-06 14:29             ` Krzysztof Kozlowski
2022-07-06 14:29               ` Krzysztof Kozlowski
2022-06-30 13:44   ` Rob Herring
2022-06-30 13:44     ` Rob Herring
2022-06-29 16:44 ` [PATCH v6 03/14] dt-bindings: input: Add fsl,scu-key " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:54   ` Krzysztof Kozlowski
2022-06-29 17:54     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 04/14] dt-bindings: nvmem: Add fsl,scu-ocotp " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:56   ` Krzysztof Kozlowski
2022-06-29 17:56     ` Krzysztof Kozlowski
2022-06-29 17:56   ` Krzysztof Kozlowski
2022-06-29 17:56     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 05/14] dt-bindings: power: Add fsl,scu-pd " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:57   ` Krzysztof Kozlowski
2022-06-29 17:57     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 06/14] dt-bindings: rtc: Add fsl,scu-rtc " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:58   ` Krzysztof Kozlowski
2022-06-29 17:58     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 07/14] dt-bindings: thermal: Add fsl,scu-thermal " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:59   ` Krzysztof Kozlowski
2022-06-29 17:59     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 08/14] dt-bindings: watchdog: Add fsl,scu-wdt " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 17:59   ` Krzysztof Kozlowski
2022-06-29 17:59     ` Krzysztof Kozlowski
2022-06-30 14:43     ` Guenter Roeck
2022-06-30 14:43       ` Guenter Roeck
2022-06-29 16:44 ` [PATCH v6 09/14] dt-bindings: firmware: Add fsl,scu " Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:02   ` Krzysztof Kozlowski
2022-06-29 18:02     ` Krzysztof Kozlowski
2022-06-30 13:44   ` Rob Herring
2022-06-30 13:44     ` Rob Herring
2022-06-29 16:44 ` [PATCH v6 10/14] arm64: dts: freescale: imx8qxp: Remove unnecessary clock related entries Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:04   ` Krzysztof Kozlowski
2022-06-29 18:04     ` Krzysztof Kozlowski
2022-06-30  8:36     ` Viorel Suman
2022-06-30  8:36       ` Viorel Suman
2022-06-30 18:01       ` Krzysztof Kozlowski
2022-06-30 18:01         ` Krzysztof Kozlowski
2022-06-30 19:48         ` Viorel Suman
2022-06-30 19:48           ` Viorel Suman
2022-07-04  8:06           ` Krzysztof Kozlowski
2022-07-04  8:06             ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 11/14] arm64: dts: freescale: imx8: Fix power controller name Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:05   ` Krzysztof Kozlowski
2022-06-29 18:05     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 12/14] arm64: dts: freescale: imx8qxp: Add fallback compatible for clock controller Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:05   ` Krzysztof Kozlowski
2022-06-29 18:05     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 13/14] arm64: dts: freescale: imx8qxp: Fix the keys node name Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:06   ` Krzysztof Kozlowski
2022-06-29 18:06     ` Krzysztof Kozlowski
2022-06-29 16:44 ` [PATCH v6 14/14] dt-bindings: arm: freescale: Remove fsl,scu txt file Viorel Suman (OSS)
2022-06-29 16:44   ` Viorel Suman (OSS)
2022-06-29 18:03   ` Krzysztof Kozlowski
2022-06-29 18:03     ` Krzysztof Kozlowski
2022-06-29 17:51 ` [PATCH v6 00/14] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Krzysztof Kozlowski
2022-06-29 17:51   ` Krzysztof Kozlowski
2022-06-30 12:13   ` Viorel Suman (OSS)
2022-06-30 12:13     ` Viorel Suman (OSS)
2022-06-30 18:03     ` Krzysztof Kozlowski
2022-06-30 18:03       ` Krzysztof Kozlowski
2022-06-30 18:11       ` Viorel Suman
2022-06-30 18:11         ` Viorel Suman
2022-07-05  0:39   ` Shawn Guo
2022-07-05  0:39     ` Shawn Guo
2022-07-05  7:28     ` Krzysztof Kozlowski
2022-07-05  7:28       ` Krzysztof Kozlowski
2022-07-05  8:07       ` Viorel Suman
2022-07-05  8:07         ` Viorel Suman

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.