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

Add support for broadcom iproc gpio driver.

Changes from v3:
 -Address review comments from Simon Glass,
  Rearrange header file,
  Add struct comment taking about members,
  Use clrsetbits_le32(),
  Add new line before return etc.
 
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        |  11 ++
 drivers/gpio/Makefile       |   1 +
 drivers/gpio/iproc_gpio.c   | 269 ++++++++++++++++++++++++++++++++++++
 4 files changed, 282 insertions(+), 1 deletion(-)
 create mode 100644 drivers/gpio/iproc_gpio.c

-- 
2.17.1

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

end of thread, other threads:[~2020-05-04 14:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-03 16:31 [PATCH v4 0/2] add brcm iproc gpio driver Rayagonda Kokatanur
2020-05-03 16:31 ` [PATCH v4 1/2] drivers: gpio: add broadcom iproc gpio driver support Rayagonda Kokatanur
2020-05-04 14:17   ` Simon Glass
2020-05-03 16:31 ` [PATCH v4 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.