From: Aaron Kling via B4 Relay <devnull+webgeek1234.gmail.com@kernel.org>
To: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Thierry Reding <thierry.reding@gmail.com>,
Jonathan Hunter <jonathanh@nvidia.com>,
Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org,
Aaron Kling <webgeek1234@gmail.com>
Subject: [PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver
Date: Tue, 12 Aug 2025 16:24:39 -0500 [thread overview]
Message-ID: <20250812-tegra186-pinctrl-v3-0-115714eeecb1@gmail.com> (raw)
This series adds support for Tegra186 pin control, based on a downstream
driver, updated to match the existing Tegra194 driver.
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
Changes in v3:
- Fixed some spacing and formating issues in patch 2
- Link to v2: https://lore.kernel.org/r/20250608-tegra186-pinctrl-v2-0-502d41f3eedd@gmail.com
Changes in v2:
- Don't allow underscores in node names in patch 1
- Rebase on v6.16-rc1
- Patch 2 was picked up and thus not in the rebase
- Link to v1: https://lore.kernel.org/r/20250429-tegra186-pinctrl-v1-0-722c7c42394e@gmail.com
---
Aaron Kling (3):
dt-bindings: pinctrl: Document Tegra186 pin controllers
pinctrl: tegra: Add Tegra186 pinmux driver
arm64: tegra: Add Tegra186 pin controllers
.../bindings/pinctrl/nvidia,tegra186-pinmux.yaml | 285 +++
arch/arm64/boot/dts/nvidia/tegra186.dtsi | 12 +
drivers/pinctrl/tegra/Kconfig | 4 +
drivers/pinctrl/tegra/Makefile | 1 +
drivers/pinctrl/tegra/pinctrl-tegra186.c | 1979 ++++++++++++++++++++
drivers/soc/tegra/Kconfig | 1 +
6 files changed, 2282 insertions(+)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250308-tegra186-pinctrl-651ffbbbe816
Best regards,
--
Aaron Kling <webgeek1234@gmail.com>
next reply other threads:[~2025-08-12 21:24 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-12 21:24 Aaron Kling via B4 Relay [this message]
2025-08-12 21:24 ` [PATCH v3 1/3] dt-bindings: pinctrl: Document Tegra186 pin controllers Aaron Kling via B4 Relay
2025-08-12 21:24 ` [PATCH v3 2/3] pinctrl: tegra: Add Tegra186 pinmux driver Aaron Kling via B4 Relay
2025-08-12 21:24 ` [PATCH v3 3/3] arm64: tegra: Add Tegra186 pin controllers Aaron Kling via B4 Relay
2025-09-03 4:06 ` Mikko Perttunen
2025-10-16 15:16 ` Thierry Reding
2025-08-19 11:29 ` [PATCH v3 0/3] pinctrl: tegra: Add Tegra186 pinmux driver Linus Walleij
2025-09-03 4:53 ` Aaron Kling
2025-09-03 6:55 ` Linus Walleij
2025-09-03 17:58 ` Aaron Kling
2025-09-04 13:09 ` Thierry Reding
2025-10-14 17:54 ` Aaron Kling
2025-10-16 22:17 ` Linus Walleij
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250812-tegra186-pinctrl-v3-0-115714eeecb1@gmail.com \
--to=devnull+webgeek1234.gmail.com@kernel.org \
--cc=brgl@bgdev.pl \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=robh@kernel.org \
--cc=thierry.reding@gmail.com \
--cc=webgeek1234@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox