linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] gpio: brcm: XGS iProc GPIO driver
@ 2019-10-04  1:25 Chris Packham
  2019-10-04  1:25 ` [PATCH 1/2] dt-bindings: gpio: brcm: Add bindings for xgs-iproc Chris Packham
  2019-10-04  1:25 ` [PATCH 2/2] gpio: Add xgs-iproc driver Chris Packham
  0 siblings, 2 replies; 9+ messages in thread
From: Chris Packham @ 2019-10-04  1:25 UTC (permalink / raw)
  To: linus.walleij, bgolaszewski, robh+dt, mark.rutland, rjui,
	sbranden, bcm-kernel-feedback-list, f.fainelli, richard.laing
  Cc: linux-gpio, Chris Packham, linux-kernel, linux-arm-kernel, devicetree

This is ported this from Broadcom's XLDK. There seem to be 3 different
IP blocks for 3 separate banks of GPIOs in the iProc chips.

I've dropped everything except support for the Chip Common A GPIO
controller because the other blocks actually seem to be supportable with
other drivers. The driver itself is halfway between pinctrl-nsp-gpio.c
and pinctrl-iproc-gpio.c.

Chris Packham (2):
  dt-bindings: gpio: brcm: Add bindings for xgs-iproc
  gpio: Add xgs-iproc driver

 .../bindings/gpio/brcm,xgs-iproc.txt          |  41 ++
 drivers/gpio/Kconfig                          |   9 +
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-xgs-iproc.c                 | 422 ++++++++++++++++++
 4 files changed, 473 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/brcm,xgs-iproc.txt
 create mode 100644 drivers/gpio/gpio-xgs-iproc.c

-- 
2.23.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-10-16 12:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-04  1:25 [PATCH 0/2] gpio: brcm: XGS iProc GPIO driver Chris Packham
2019-10-04  1:25 ` [PATCH 1/2] dt-bindings: gpio: brcm: Add bindings for xgs-iproc Chris Packham
2019-10-15 19:23   ` Rob Herring
2019-10-04  1:25 ` [PATCH 2/2] gpio: Add xgs-iproc driver Chris Packham
2019-10-04  3:01   ` kbuild test robot
2019-10-04  3:30   ` kbuild test robot
2019-10-11  7:43   ` Linus Walleij
2019-10-13 22:08     ` Chris Packham
2019-10-16 12:53       ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).