[PATCH v6 081/102] x86: Add a generic Intel GPIO driver
Bin Meng
bmeng.cn at gmail.com
Sun Dec 8 09:01:42 CET 2019
On Sat, Dec 7, 2019 at 12:54 PM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> Changes in v6:
> - Fix 'hone' typo
> - Remove the * in the first line of the binding file
> - Use 'north' as the node name instead of 'n'
> - Use a generic compatible string intel,gpio
>
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> .../gpio/intel,apl-gpio.txt | 55 ++++++
> drivers/gpio/Kconfig | 9 +
> drivers/gpio/Makefile | 1 +
> drivers/gpio/intel_gpio.c | 161 ++++++++++++++++++
> 4 files changed, 226 insertions(+)
> create mode 100644 doc/device-tree-bindings/gpio/intel,apl-gpio.txt
> create mode 100644 drivers/gpio/intel_gpio.c
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list