All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5]  dt-bindings: gpio: omap: Convert to json-schema
@ 2021-05-21 22:32 Grygorii Strashko
  2021-05-21 22:32 ` [PATCH 1/5] ARM: dts: am335x: align GPIO hog names with dt-schema Grygorii Strashko
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Grygorii Strashko @ 2021-05-21 22:32 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Santosh Shilimkar,
	Tony Lindgren, devicetree
  Cc: linux-gpio, linux-kernel, linux-omap, Aswath Govindraju,
	Grygorii Strashko

Hi

Convert the OMAP GPIO Device Tree binding documentation to json-schema.
The GPIO hogs node names defined to end with a 'hog' suffix.

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

Grygorii Strashko (5):
  ARM: dts: am335x: align GPIO hog names with dt-schema
  ARM: dts: am437x: align gpio hog names with dt-schema
  ARM: dts: omap3: align gpio hog names with dt-schema
  ARM: dts: omap5-board-common: align gpio hog names with dt-schema
  dt-bindings: gpio: omap: Convert to json-schema

 .../devicetree/bindings/gpio/gpio-omap.txt    |  45 --------
 .../bindings/gpio/ti,omap-gpio.yaml           | 108 ++++++++++++++++++
 .../boot/dts/am335x-boneblack-wireless.dts    |   2 +-
 arch/arm/boot/dts/am335x-boneblue.dts         |   2 +-
 .../boot/dts/am335x-bonegreen-wireless.dts    |   4 +-
 arch/arm/boot/dts/am335x-icev2.dts            |   4 +-
 arch/arm/boot/dts/am335x-shc.dts              |   8 +-
 arch/arm/boot/dts/am437x-gp-evm.dts           |   4 +-
 arch/arm/boot/dts/am43x-epos-evm.dts          |   2 +-
 .../boot/dts/omap3-evm-processor-common.dtsi  |   2 +-
 arch/arm/boot/dts/omap3-gta04a5.dts           |   2 +-
 arch/arm/boot/dts/omap5-board-common.dtsi     |   2 +-
 12 files changed, 124 insertions(+), 61 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-omap.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/ti,omap-gpio.yaml

-- 
2.17.1


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

end of thread, other threads:[~2021-05-24 22:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-21 22:32 [PATCH 0/5] dt-bindings: gpio: omap: Convert to json-schema Grygorii Strashko
2021-05-21 22:32 ` [PATCH 1/5] ARM: dts: am335x: align GPIO hog names with dt-schema Grygorii Strashko
2021-05-21 22:32 ` [PATCH 2/5] ARM: dts: am437x: align gpio " Grygorii Strashko
2021-05-21 22:32 ` [PATCH 3/5] ARM: dts: omap3: " Grygorii Strashko
2021-05-21 22:32 ` [PATCH 4/5] ARM: dts: omap5-board-common: " Grygorii Strashko
2021-05-21 22:32 ` [PATCH 5/5] dt-bindings: gpio: omap: Convert to json-schema Grygorii Strashko
2021-05-24 16:59   ` Rob Herring
2021-05-24 22:52   ` Rob Herring

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.