devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [linux][PATCH v6 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
@ 2024-02-02  0:17 Dharma Balasubiramani
  2024-02-02  0:17 ` [linux][PATCH v6 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema Dharma Balasubiramani
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Dharma Balasubiramani @ 2024-02-02  0:17 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: hari.prasathge, manikandan.m, Dharma Balasubiramani

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

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

changelogs are available in respective patches.

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

 .../atmel/atmel,hlcdc-display-controller.yaml | 63 ++++++++++++
 .../bindings/display/atmel/hlcdc-dc.txt       | 75 --------------
 .../devicetree/bindings/mfd/atmel,hlcdc.yaml  | 99 +++++++++++++++++++
 .../devicetree/bindings/mfd/atmel-hlcdc.txt   | 56 -----------
 .../bindings/pwm/atmel,hlcdc-pwm.yaml         | 35 +++++++
 .../bindings/pwm/atmel-hlcdc-pwm.txt          | 29 ------
 6 files changed, 197 insertions(+), 160 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/atmel/atmel,hlcdc-display-controller.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] 19+ messages in thread

end of thread, other threads:[~2024-02-23 10:25 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-02  0:17 [linux][PATCH v6 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema Dharma Balasubiramani
2024-02-02  0:17 ` [linux][PATCH v6 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema Dharma Balasubiramani
2024-02-02  0:17 ` [linux][PATCH v6 2/3] dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema Dharma Balasubiramani
2024-02-15  9:54   ` Uwe Kleine-König
2024-02-02  0:17 ` [linux][PATCH v6 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format Dharma Balasubiramani
2024-02-08 10:43   ` (subset) " Lee Jones
2024-02-12 10:23     ` Krzysztof Kozlowski
2024-02-15 10:02       ` Uwe Kleine-König
2024-02-15 18:44         ` Krzysztof Kozlowski
2024-02-16  8:43           ` Uwe Kleine-König
2024-02-16 10:04             ` Krzysztof Kozlowski
2024-02-20  3:34       ` Dharma.B
2024-02-20  8:20         ` Lee Jones
2024-02-20  8:30           ` Dharma.B
2024-02-22 23:21             ` Rob Herring
2024-02-23 10:25               ` Lee Jones
2024-02-23 10:23             ` Lee Jones
2024-02-20  8:39           ` Uwe Kleine-König
2024-02-20  8:43         ` Krzysztof Kozlowski

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