All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] add brcm iproc gpio driver
@ 2020-04-29  6:39 Rayagonda Kokatanur
  2020-04-29  6:39 ` [PATCH v3 1/2] drivers: gpio: add broadcom iproc gpio driver support Rayagonda Kokatanur
  2020-04-29  6:39 ` [PATCH v3 2/2] gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3 Rayagonda Kokatanur
  0 siblings, 2 replies; 3+ messages in thread
From: Rayagonda Kokatanur @ 2020-04-29  6:39 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-29  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29  6:39 [PATCH v3 0/2] add brcm iproc gpio driver Rayagonda Kokatanur
2020-04-29  6:39 ` [PATCH v3 1/2] drivers: gpio: add broadcom iproc gpio driver support Rayagonda Kokatanur
2020-04-29  6:39 ` [PATCH v3 2/2] gpio: do not include <asm/arch/gpio.h> on TARGET_BCMNS3 Rayagonda Kokatanur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.