
29 Apr
2020
29 Apr
'20
8:39 a.m.
Add support for broadcom iproc gpio driver.
Changes from v2: -remove ununsed variable "node" in iproc_get_gpio_pctrl_mapping() func to fix compilation warning.
Changes from v1: -Address review comments from Simon Glass, Use dev_read_...() instead of fdtdec_...().
Rayagonda Kokatanur (2): drivers: gpio: add broadcom iproc gpio driver support gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3
arch/arm/include/asm/gpio.h | 2 +- drivers/gpio/Kconfig | 10 ++ drivers/gpio/Makefile | 1 + drivers/gpio/iproc_gpio.c | 258 ++++++++++++++++++++++++++++++++++++ 4 files changed, 270 insertions(+), 1 deletion(-) create mode 100644 drivers/gpio/iproc_gpio.c
--
2.17.1