All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] dt-bindings: gpio: davinci:  Convert to json-schema
@ 2021-05-24 15:19 ` Aswath Govindraju
  0 siblings, 0 replies; 16+ messages in thread
From: Aswath Govindraju @ 2021-05-24 15:19 UTC (permalink / raw)
  Cc: Lokesh Vutla, Vignesh Raghavendra, Kishon Vijay Abraham I,
	Grygorii Strashko, Aswath Govindraju, Linus Walleij,
	Bartosz Golaszewski, Rob Herring, Keerthy, David Lechner,
	Sekhar Nori, linux-gpio, devicetree, linux-kernel,
	linux-arm-kernel

Convert the davinci GPIO device tree binding documentation to json-schema.
The GPIO hog node names are defined to end with a 'hog' suffix.

All existing GPIO hogs are fixed to follow above naming convention
before changing the binding to avoid dtbs_check warnings.

changes since v2:
- Used gpio-hog.yaml for gpio-hog property
- Added constraints on gpio-hog node name
- Corrected the gpio hog dt node names to align
  with the dt-schema

changes since v1:
- combined the individual compatible properties into one enum
- added maxItems and minItems properties for gpio-line-names and
  interrupts
- updated the description of interrupts property
- removed the description for properties that are general
- updated the pattern property for gpio hog to indicate any sort
  node name based on its usage
- corrected the example wakeup gpio node name

Aswath Govindraju (2):
  ARM: dts: da850-lego-ev3: align GPIO hog names with dt-schema
  dt-bindings: gpio: gpio-davinci: Convert to json-schema

 .../devicetree/bindings/gpio/gpio-davinci.txt | 167 ----------------
 .../bindings/gpio/gpio-davinci.yaml           | 186 ++++++++++++++++++
 MAINTAINERS                                   |   2 +-
 arch/arm/boot/dts/da850-lego-ev3.dts          |  10 +-
 4 files changed, 192 insertions(+), 173 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-davinci.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-davinci.yaml

-- 
2.17.1


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

end of thread, other threads:[~2021-06-21 11:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 15:19 [PATCH v3 0/2] dt-bindings: gpio: davinci: Convert to json-schema Aswath Govindraju
2021-05-24 15:19 ` Aswath Govindraju
2021-05-24 15:19 ` [PATCH v3 1/2] ARM: dts: da850-lego-ev3: align GPIO hog names with dt-schema Aswath Govindraju
2021-05-24 15:19   ` Aswath Govindraju
2021-05-24 15:52   ` David Lechner
2021-05-24 15:52     ` David Lechner
2021-05-24 15:19 ` [PATCH v3 2/2] dt-bindings: gpio: gpio-davinci: Convert to json-schema Aswath Govindraju
2021-05-24 15:19   ` Aswath Govindraju
2021-06-02 19:05   ` Rob Herring
2021-06-02 19:05     ` Rob Herring
2021-06-21 10:16   ` Bartosz Golaszewski
2021-06-21 10:16     ` Bartosz Golaszewski
2021-06-20  7:29 ` [PATCH v3 0/2] dt-bindings: gpio: davinci: " Aswath Govindraju
2021-06-20  7:29   ` Aswath Govindraju
2021-06-21 11:48   ` Bartosz Golaszewski
2021-06-21 11:48     ` Bartosz Golaszewski

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.