commit | 45d255034541c0da7d413e81d0c1676ce80d9b41 | [log] [tgz] |
---|---|---|
author | Svyatoslav Ryhel <clamor95@gmail.com> | Fri Apr 11 08:49:12 2025 +0300 |
committer | Svyatoslav Ryhel <clamor95@gmail.com> | Thu May 08 08:30:53 2025 +0300 |
tree | c17ad715c627366733acc74dd1eebda57c870de9 | |
parent | 5d62dacb663bb8cf17a12c09d752685483b7dbdc [diff] |
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>