linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml
@ 2022-06-07 10:59 Abel Vesa
  2022-06-07 10:59 ` [PATCH 01/10] dt-bindings: arm: freescale: Switch fsl,scu " Abel Vesa
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Abel Vesa @ 2022-06-07 10:59 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski
  Cc: Shawn Guo, Dong Aisheng, NXP Linux Team, devicetree,
	Linux Kernel Mailing List

This patchset splits the fsl,scu txt into multiple yaml files.
There is one yaml for the main SCU node and then each possible child
nodes has its own yaml file. Last patch of the series removes the txt
file.

Abel Vesa (10):
  dt-bindings: arm: freescale: Switch fsl,scu to yaml
  dt-bindings: arm: freescale: Add fsl,scu-clk yaml file
  dt-bindings: arm: freescale: Add fsl,scu-iomux yaml file
  dt-bindings: arm: freescale: Add fsl,scu-key yaml file
  dt-bindings: arm: freescale: Add fsl,scu-ocotp yaml file
  dt-bindings: arm: freescale: Add fsl,scu-pd yaml file
  dt-bindings: arm: freescale: Add fsl,scu-rtc yaml file
  dt-bindings: arm: freescale: Add fsl,scu-thermal yaml file
  dt-bindings: arm: freescale: Add fsl,scu-wdt yaml file
  dt-bindings: arm: freescale: Remove fsl,scu txt file

 .../bindings/arm/freescale/fsl,scu-clk.yaml   |  45 +++
 .../bindings/arm/freescale/fsl,scu-iomux.yaml |  32 +++
 .../bindings/arm/freescale/fsl,scu-key.yaml   |  27 ++
 .../bindings/arm/freescale/fsl,scu-ocotp.yaml |  40 +++
 .../bindings/arm/freescale/fsl,scu-pd.yaml    |  32 +++
 .../bindings/arm/freescale/fsl,scu-rtc.yaml   |  23 ++
 .../arm/freescale/fsl,scu-thermal.yaml        |  31 ++
 .../bindings/arm/freescale/fsl,scu-wdt.yaml   |  29 ++
 .../bindings/arm/freescale/fsl,scu.txt        | 271 ------------------
 .../bindings/arm/freescale/fsl,scu.yaml       | 185 ++++++++++++
 10 files changed, 444 insertions(+), 271 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-clk.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-iomux.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-key.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-ocotp.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-pd.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-rtc.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-thermal.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu-wdt.yaml
 delete mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
 create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.yaml

--
2.34.3


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

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

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-07 10:59 [PATCH 00/10] dt-bindings: arm: freescale: Switch fsl,scu from txt to yaml Abel Vesa
2022-06-07 10:59 ` [PATCH 01/10] dt-bindings: arm: freescale: Switch fsl,scu " Abel Vesa
2022-06-07 15:43   ` Rob Herring
2022-06-07 16:28   ` Rob Herring
2022-06-08 12:07     ` Abel Vesa
2022-06-07 10:59 ` [PATCH 02/10] dt-bindings: arm: freescale: Add fsl,scu-clk yaml file Abel Vesa
2022-06-07 16:29   ` Rob Herring
2022-06-07 10:59 ` [PATCH 03/10] dt-bindings: arm: freescale: Add fsl,scu-iomux " Abel Vesa
2022-06-07 10:59 ` [PATCH 04/10] dt-bindings: arm: freescale: Add fsl,scu-key " Abel Vesa
2022-06-07 16:31   ` Rob Herring
2022-06-07 10:59 ` [PATCH 05/10] dt-bindings: arm: freescale: Add fsl,scu-ocotp " Abel Vesa
2022-06-07 10:59 ` [PATCH 06/10] dt-bindings: arm: freescale: Add fsl,scu-pd " Abel Vesa
2022-06-07 17:29   ` Krzysztof Kozlowski
2022-06-07 10:59 ` [PATCH 07/10] dt-bindings: arm: freescale: Add fsl,scu-rtc " Abel Vesa
2022-06-07 17:30   ` Krzysztof Kozlowski
2022-06-07 10:59 ` [PATCH 08/10] dt-bindings: arm: freescale: Add fsl,scu-thermal " Abel Vesa
2022-06-07 16:34   ` Rob Herring
2022-06-07 10:59 ` [PATCH 09/10] dt-bindings: arm: freescale: Add fsl,scu-wdt " Abel Vesa
2022-06-07 16:32   ` Rob Herring
2022-06-07 17:31   ` Krzysztof Kozlowski
2022-06-07 10:59 ` [PATCH 10/10] dt-bindings: arm: freescale: Remove fsl,scu txt file Abel Vesa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).