commit | 8349051598e9bed69e92925d0307a60f63843bd8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:54 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:25 2019 +0800 |
tree | b90bb29e5f6544674ee4ff809814090d15c3ef80 | |
parent | 837a66aeaa1bd0bb67519fcc052f3fb0c8856f84 [diff] |
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>