All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux][PATCH v5 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
@ 2024-01-31  3:35 ` Dharma Balasubiramani
  0 siblings, 0 replies; 32+ messages in thread
From: Dharma Balasubiramani @ 2024-01-31  3:35 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.

As Sam suggested I'm sending the PWM binding as it is in this patch series, clean up patch
will be sent as separate patch.

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 | 85 ++++++++++++++++
 .../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         | 44 +++++++++
 .../bindings/pwm/atmel-hlcdc-pwm.txt          | 29 ------
 6 files changed, 228 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] 32+ messages in thread

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

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31  3:35 [linux][PATCH v5 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema Dharma Balasubiramani
2024-01-31  3:35 ` Dharma Balasubiramani
2024-01-31  3:35 ` Dharma Balasubiramani
2024-01-31  3:35 ` [linux][PATCH v5 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema Dharma Balasubiramani
2024-01-31  3:35   ` Dharma Balasubiramani
2024-01-31  3:35   ` Dharma Balasubiramani
2024-01-31 17:04   ` Conor Dooley
2024-01-31 17:04     ` Conor Dooley
2024-01-31 17:04     ` Conor Dooley
2024-01-31  3:35 ` [linux][PATCH v5 2/3] dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema Dharma Balasubiramani
2024-01-31  3:35   ` [linux][PATCH v5 2/3] dt-bindings: atmel, hlcdc: " Dharma Balasubiramani
2024-01-31  3:35   ` [linux][PATCH v5 2/3] dt-bindings: atmel,hlcdc: " Dharma Balasubiramani
2024-01-31 17:09   ` Conor Dooley
2024-01-31 17:09     ` Conor Dooley
2024-01-31 17:09     ` Conor Dooley
2024-01-31  3:35 ` [linux][PATCH v5 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format Dharma Balasubiramani
2024-01-31  3:35   ` [linux][PATCH v5 3/3] dt-bindings: mfd: atmel, hlcdc: " Dharma Balasubiramani
2024-01-31  3:35   ` [linux][PATCH v5 3/3] dt-bindings: mfd: atmel,hlcdc: " Dharma Balasubiramani
2024-01-31 16:57   ` Conor Dooley
2024-01-31 16:57     ` Conor Dooley
2024-01-31 16:57     ` Conor Dooley
2024-02-08 10:38   ` (subset) " Lee Jones
2024-02-08 10:38     ` Lee Jones
2024-02-08 10:43     ` Lee Jones
2024-02-08 10:43       ` Lee Jones
2024-02-01  3:38 ` [linux][PATCH v5 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema Dharma.B
2024-02-01  3:38   ` Dharma.B
2024-02-01  3:38   ` Dharma.B
2024-02-01 22:36   ` Rob Herring
2024-02-01 22:36     ` Rob Herring
2024-02-01 23:52     ` Dharma.B
2024-02-01 23:52       ` Dharma.B

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.