[PATCH 0/2] gpio: tegra186: Add support for Tegra268

Jon Hunter posted 2 patches 4 weeks, 1 day ago
.../bindings/gpio/nvidia,tegra186-gpio.yaml        |  9 +++
drivers/gpio/gpio-tegra186.c                       | 74 ++++++++++++++++++++++
2 files changed, 83 insertions(+)
[PATCH 0/2] gpio: tegra186: Add support for Tegra268
Posted by Jon Hunter 4 weeks, 1 day ago
Add support for the GPIO controllers on the Tegra268 device. At the
moment there is no device-tree platform/board supported in the mainline
kernel for Tegra268, but we will be working to add this. For now we are
starting to upstream some basic driver support to pave the way for
supporting Tegra268 based platforms.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
---
Jon Hunter (2):
      dt-bindings: gpio: Add compatible string for Tegra268
      gpio: tegra186: Add support for Tegra268

 .../bindings/gpio/nvidia,tegra186-gpio.yaml        |  9 +++
 drivers/gpio/gpio-tegra186.c                       | 74 ++++++++++++++++++++++
 2 files changed, 83 insertions(+)
---
base-commit: 3d83758432b5e6ed9507500a57efb0f3af41ee7d
change-id: 20260828-tegra-tegra268-gpio-e77cbf459696

Best regards,
--  
Jon Hunter <jonathanh@nvidia.com>
Re: [PATCH 0/2] gpio: tegra186: Add support for Tegra268
Posted by Bartosz Golaszewski 3 weeks, 3 days ago
On Fri, 28 Aug 2026 15:39:50 +0100, Jon Hunter wrote:
> Add support for the GPIO controllers on the Tegra268 device. At the
> moment there is no device-tree platform/board supported in the mainline
> kernel for Tegra268, but we will be working to add this. For now we are
> starting to upstream some basic driver support to pave the way for
> supporting Tegra268 based platforms.
> 
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: gpio: Add compatible string for Tegra268
      https://git.kernel.org/brgl/c/884214495d377b97a27bcfc371fa1f319a63155a
[2/2] gpio: tegra186: Add support for Tegra268
      https://git.kernel.org/brgl/c/d5bc04687649ccf7b15b421052943870d76bbc2e

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>