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

Add support for broadcom iproc gpio driver.

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   | 259 ++++++++++++++++++++++++++++++++++++
 4 files changed, 271 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpio/iproc_gpio.c

-- 
2.17.1

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

end of thread, other threads:[~2020-04-30  9:54 UTC | newest]

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

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.