commit | 7e589bc19b4e9becd5bf825cd072abf1980fff91 | [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 | 74749f1e84dfec4ba521d741db461803d465948c [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>