devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
@ 2024-01-10 10:25 Dharma Balasubiramani
  2024-01-10 10:25 ` [PATCH 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema Dharma Balasubiramani
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Dharma Balasubiramani @ 2024-01-10 10:25 UTC (permalink / raw)
  To: sam, bbrezillon, maarten.lankhorst, mripard, tzimmermann, airlied,
	daniel, robh+dt, krzysztof.kozlowski+dt, conor+dt, nicolas.ferre,
	alexandre.belloni, claudiu.beznea, dri-devel, devicetree,
	linux-arm-kernel, linux-kernel, lee, thierry.reding,
	u.kleine-koenig, linux-pwm
  Cc: Dharma Balasubiramani

Converted the text bindings to YAML and validated them using following commands

$ make dt_binding_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/
$ make dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/

Dharma Balasubiramani (3):
  dt-bindings: display: convert Atmel's HLCDC to DT schema
  dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format
  dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema

 .../display/atmel/atmel,hlcdc-dc.yaml         | 133 ++++++++++++++++++
 .../bindings/display/atmel/hlcdc-dc.txt       |  75 ----------
 .../devicetree/bindings/mfd/atmel,hlcdc.yaml  | 106 ++++++++++++++
 .../devicetree/bindings/mfd/atmel-hlcdc.txt   |  56 --------
 .../bindings/pwm/atmel,hlcdc-pwm.yaml         |  62 ++++++++
 .../bindings/pwm/atmel-hlcdc-pwm.txt          |  29 ----
 6 files changed, 301 insertions(+), 160 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/atmel/atmel,hlcdc-dc.yaml
 delete mode 100644 Documentation/devicetree/bindings/display/atmel/hlcdc-dc.txt
 create mode 100644 Documentation/devicetree/bindings/mfd/atmel,hlcdc.yaml
 delete mode 100644 Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt
 create mode 100644 Documentation/devicetree/bindings/pwm/atmel,hlcdc-pwm.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-hlcdc-pwm.txt

-- 
2.25.1


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

end of thread, other threads:[~2024-01-18  9:08 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-10 10:25 [PATCH 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema Dharma Balasubiramani
2024-01-10 10:25 ` [PATCH 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema Dharma Balasubiramani
2024-01-10 10:39   ` Krzysztof Kozlowski
2024-01-17  1:58     ` Dharma.B
2024-01-10 11:57   ` Rob Herring
2024-01-17  2:01     ` Dharma.B
2024-01-10 10:25 ` [PATCH 2/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format Dharma Balasubiramani
2024-01-10 11:57   ` Rob Herring
2024-01-10 18:01   ` Krzysztof Kozlowski
2024-01-17  2:22     ` Dharma.B
2024-01-17  7:37       ` Krzysztof Kozlowski
2024-01-18  5:50         ` Dharma.B
2024-01-18  9:07         ` Dharma.B
2024-01-10 10:25 ` [PATCH 3/3] dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema Dharma Balasubiramani

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).