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

Add support for broadcom iproc gpio driver.

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

-- 
2.17.1

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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  8:11 [PATCH v1 0/2] add brcm iproc gpio driver Rayagonda Kokatanur
2020-04-28  8:11 ` [PATCH v1 1/2] drivers: gpio: add broadcom iproc gpio driver support Rayagonda Kokatanur
2020-04-28 17:57   ` Simon Glass
2020-04-29  6:21     ` Rayagonda Kokatanur
2020-04-28  8:11 ` [PATCH v1 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.