gpio: Add Tegra186 support
authorThierry Reding <treding@nvidia.com>
Tue, 7 Nov 2017 18:15:56 +0000 (19:15 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Nov 2017 13:14:51 +0000 (14:14 +0100)
commit5b2b135a87fcfb2b27c3c192fd7c3b053f0c5fa2
tree160e6bedcb617d63b02cb31f0fdf96cde39f2b42
parent1b95b4eb567aab1cafcdcb14c60a7dd9d56236a9
gpio: Add Tegra186 support

Tegra186 has two GPIO controllers that are largely register compatible
between one another but are completely different from the controller
found on earlier generations.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Acked-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-tegra186.c [new file with mode: 0644]