gpio: tegra_gpio: implement rfree operation
authorSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 11 Apr 2025 05:49:12 +0000 (08:49 +0300)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 8 May 2025 05:30:53 +0000 (08:30 +0300)
commita87b564018ac3a2beb460439ba002e4c0cb59998
treec17ad715c627366733acc74dd1eebda57c870de9
parent48db49b0977cc1c9c9abf82c0fb704238fcef4fd
gpio: tegra_gpio: implement rfree operation

Releasing a GPIO on Tegra necessitates changing its configuration to SFIO
to activate its special function. Without this reconfiguration, the special
function will be unavailable.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
drivers/gpio/tegra_gpio.c