x86: Add a generic Intel GPIO driver
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2019 04:42:54 +0000 (21:42 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 15 Dec 2019 03:44:25 +0000 (11:44 +0800)
commit7e589bc19b4e9becd5bf825cd072abf1980fff91
treeb90bb29e5f6544674ee4ff809814090d15c3ef80
parent74749f1e84dfec4ba521d741db461803d465948c
x86: Add a generic Intel GPIO driver

Add a GPIO driver which uses the pinctrl driver to access the pad
information. This driver relies on the GPIO nodes being subnodes to the
pinctrl device.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
doc/device-tree-bindings/gpio/intel,apl-gpio.txt [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/intel_gpio.c [new file with mode: 0644]