Message ID | 20250429-tegra186-pinctrl-v1-0-722c7c42394e@gmail.com |
---|---|
Headers | show |
Series | pinctrl: tegra: Add Tegra186 pinmux driver | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Tue, 29 Apr 2025 16:33:29 -0500, Aaron Kling wrote: > This series adds support for Tegra186 pin control, based on a downstream > driver, updated to match the existing Tegra194 driver. > > Applied, thanks! [2/4] dt-bindings: gpio: tegra186: Add gpio-ranges https://git.kernel.org/brgl/linux/c/1275c70c4c1ca764cbf9ced01fb4286e4f49747e Best regards,
On Tue, Apr 29, 2025 at 4:38 PM Aaron Kling <webgeek1234@gmail.com> wrote: > > On Tue, Apr 29, 2025 at 4:33 PM Aaron Kling via B4 Relay > <devnull+webgeek1234.gmail.com@kernel.org> wrote: > > > > 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> > > --- > > Aaron Kling (4): > > dt-bindings: pinctrl: Document Tegra186 pin controllers > > dt-bindings: gpio: tegra186: Add gpio-ranges > > pinctrl: tegra: Add Tegra186 pinmux driver > > arm64: tegra: Add Tegra186 pin controllers > > > > .../bindings/gpio/nvidia,tegra186-gpio.yaml | 3 + > > .../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 | 1784 ++++++++++++++++++++ > > drivers/soc/tegra/Kconfig | 1 + > > 7 files changed, 2090 insertions(+) > > --- > > base-commit: 1110ce6a1e34fe1fdc1bfe4ad52405f327d5083b > > change-id: 20250308-tegra186-pinctrl-651ffbbbe816 > > > > Best regards, > > -- > > Aaron Kling <webgeek1234@gmail.com> > > > > > Thierry and Jonathan, as the maintainers for the other tegra pinmux > drivers, I listed you as the maintainers for this one in the dt > bindings. And I think MAINTAINERS will do that by default for the > driver itself. Are you okay with taking over ongoing maintenance for > this one once it is approved for merge? I made it match the others as > closely as possible, so it shouldn't need any additional changes over > time that the others don't. But I don't want to sign anyone up for > work without prior approval. > > Sincerely, > Aaron Friendly reminder about this series. Sincerely, Aaron
On Wed, May 28, 2025 at 7:37 PM Aaron Kling <webgeek1234@gmail.com> wrote:
> Friendly reminder about this series.
Can you rebase it on v6.16-rc1 as it comes out next monday and resend?
I will apply it if noone replies with review comments quickly because no
way you should have to wait so long for reviews.
Yours,
Linus Walleij
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> --- Aaron Kling (4): dt-bindings: pinctrl: Document Tegra186 pin controllers dt-bindings: gpio: tegra186: Add gpio-ranges pinctrl: tegra: Add Tegra186 pinmux driver arm64: tegra: Add Tegra186 pin controllers .../bindings/gpio/nvidia,tegra186-gpio.yaml | 3 + .../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 | 1784 ++++++++++++++++++++ drivers/soc/tegra/Kconfig | 1 + 7 files changed, 2090 insertions(+) --- base-commit: 1110ce6a1e34fe1fdc1bfe4ad52405f327d5083b change-id: 20250308-tegra186-pinctrl-651ffbbbe816 Best regards,