linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] gpio: tegra186: Add support for Tegra234
@ 2021-11-12 13:01 Thierry Reding
  2021-11-12 13:01 ` [PATCH v2 1/5] dt-bindings: gpio: tegra186: Convert to json-schema Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Thierry Reding @ 2021-11-12 13:01 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski
  Cc: Thierry Reding, Jon Hunter, Prathamesh Shete, linux-tegra,
	linux-gpio

From: Thierry Reding <treding@nvidia.com>

Hi,

this set of patches converts the Tegra186 (and later) GPIO device tree
bindings to json-schema and adds support for the GPIO controllers found
on the new Tegra234 SoC. This also adds a gpio-keys device tree node to
the Jetson AGX Orin Developer Kit device tree to allow events from the
various inputs to be received by the system.

Based on work by Prathamesh Shete.

Thierry

Prathamesh Shete (2):
  dt-bindings: gpio: Add Tegra234 support
  gpio: tegra186: Add support for Tegra234

Thierry Reding (3):
  dt-bindings: gpio: tegra186: Convert to json-schema
  arm64: tegra: Add main and AON GPIO controllers on Tegra234
  arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit

 .../bindings/gpio/nvidia,tegra186-gpio.txt    | 165 --------------
 .../bindings/gpio/nvidia,tegra186-gpio.yaml   | 215 ++++++++++++++++++
 .../nvidia/tegra234-p3737-0000+p3701-0000.dts |  31 +++
 arch/arm64/boot/dts/nvidia/tegra234.dtsi      |  75 ++++++
 drivers/gpio/gpio-tegra186.c                  |  76 +++++++
 include/dt-bindings/gpio/tegra234-gpio.h      |  63 +++++
 6 files changed, 460 insertions(+), 165 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/nvidia,tegra186-gpio.yaml
 create mode 100644 include/dt-bindings/gpio/tegra234-gpio.h

-- 
2.33.1


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

end of thread, other threads:[~2021-11-24 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-12 13:01 [PATCH v2 0/5] gpio: tegra186: Add support for Tegra234 Thierry Reding
2021-11-12 13:01 ` [PATCH v2 1/5] dt-bindings: gpio: tegra186: Convert to json-schema Thierry Reding
2021-11-24 12:48   ` Bartosz Golaszewski
2021-11-12 13:01 ` [PATCH v2 2/5] dt-bindings: gpio: Add Tegra234 support Thierry Reding
2021-11-12 13:01 ` [PATCH v2 3/5] gpio: tegra186: Add support for Tegra234 Thierry Reding
2021-11-12 13:01 ` [PATCH v2 4/5] arm64: tegra: Add main and AON GPIO controllers on Tegra234 Thierry Reding
2021-11-12 13:01 ` [PATCH v2 5/5] arm64: tegra: Enable gpio-keys on Jetson AGX Orin Developer Kit Thierry Reding
2021-11-21 23:11 ` [PATCH v2 0/5] gpio: tegra186: Add support for Tegra234 Linus Walleij

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