Re: [PATCH] gpio: tegra: fix irq_release_resources calling enable instead of disable

From: Bartosz Golaszewski

Date: Thu Apr 09 2026 - 04:36:32 EST



On Tue, 07 Apr 2026 14:02:47 -0700, Samasth Norway Ananda wrote:
> tegra_gpio_irq_release_resources() erroneously calls tegra_gpio_enable()
> instead of tegra_gpio_disable(). When IRQ resources are released, the
> GPIO configuration bit (CNF) should be cleared to deconfigure the pin as
> a GPIO. Leaving it enabled wastes power and can cause unexpected behavior
> if the pin is later reused for an alternate function via pinctrl.
>
>
> [...]

Applied, thanks!

[1/1] gpio: tegra: fix irq_release_resources calling enable instead of disable
https://git.kernel.org/brgl/c/1561d96f5f55c1bca9ff047ace5813f4f244eea6

Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxxxxxxxx>