gpio: AMD G-Series PCH gpio driver
authorEnrico Weigelt, metux IT consult <info@metux.net>
Fri, 22 Feb 2019 09:54:15 +0000 (10:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 22 Feb 2019 16:26:52 +0000 (17:26 +0100)
commite09d168f13f0d63df7fe095d52be04c16cbe1cef
treeb9cd8fb3c7f2ba769a5d6f135a8ca8b41477cba1
parent837ccda3480d2861c09aabc5fa014be18df9dd3c
gpio: AMD G-Series PCH gpio driver

GPIO platform driver for the AMD G-series PCH (eg. on GX-412TC)

This driver doesn't registers itself automatically, as it needs to
be provided with platform specific configuration, provided by some
board driver setup code.

Didn't implement oftree probing yet, as it's rarely found on x86.

Cc: linux-gpio@vger.kernel.org
Cc: linus.walleij@linaro.org
Cc: bgolaszewski@baylibre.com
Cc: dvhart@infradead.org
Cc: platform-driver-x86@vger.kernel.org
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
MAINTAINERS
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-amd-fch.c [new file with mode: 0644]
include/linux/platform_data/gpio/gpio-amd-fch.h [new file with mode: 0644]