All of lore.kernel.org
 help / color / mirror / Atom feed
* [v7 0/2] gpio: aspeed: Add SGPIO driver
@ 2019-07-31 20:01 ` Hongwei Zhang
  0 siblings, 0 replies; 19+ messages in thread
From: Hongwei Zhang @ 2019-07-31 20:01 UTC (permalink / raw)
  To: Andrew Jeffery, Linus Walleij, linux-gpio
  Cc: Hongwei Zhang, Joel Stanley, devicetree, linux-aspeed,
	Bartosz Golaszewski, Rob Herring, Mark Rutland, linux-kernel,
	linux-arm-kernel

Hello,

This short series introduce dt-binding document and a driver for the 
Aspeed AST2500 SGPIO controller. Please review.

[v7]:   Changes between v6 and v7:
        - fix missing variable 'reg' assign issue in aspeed_sgpio_set()
        - v6 feedback updates

[v6]:   Changes between v5 and v6:
        - fix a bug in aspeed_sgpio_dir_out()
        - v5 feedback updates, some comments cleanup

The related SGPM pinmux dt-binding document, dts, and pinctrl driver
updates have been accepted and merged:
_http://patchwork.ozlabs.org/patch/1110210/

Hongwei Zhang (2):
  dt-bindings: gpio: aspeed: Add SGPIO support
  gpio: aspeed: Add SGPIO driver

 .../devicetree/bindings/gpio/sgpio-aspeed.txt      |  55 +++
 drivers/gpio/sgpio-aspeed.c                        | 530 +++++++++++++++++++++
 2 files changed, 585 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/sgpio-aspeed.txt
 create mode 100644 drivers/gpio/sgpio-aspeed.c

-- 
2.7.4


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

end of thread, other threads:[~2019-08-21 14:26 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-31 20:01 [v7 0/2] gpio: aspeed: Add SGPIO driver Hongwei Zhang
2019-07-31 20:01 ` Hongwei Zhang
2019-07-31 20:01 ` Hongwei Zhang
2019-07-31 20:01 ` [v7 1/2] dt-bindings: gpio: aspeed: Add SGPIO support Hongwei Zhang
2019-07-31 20:01   ` Hongwei Zhang
2019-07-31 20:01   ` Hongwei Zhang
2019-08-14  7:59   ` Linus Walleij
2019-08-14  7:59     ` Linus Walleij
2019-08-14  7:59     ` Linus Walleij
2019-07-31 20:01 ` [v7 2/2] gpio: aspeed: Add SGPIO driver Hongwei Zhang
2019-07-31 20:01   ` Hongwei Zhang
2019-08-01  2:59   ` Andrew Jeffery
2019-08-01  2:59     ` Andrew Jeffery
2019-08-14  8:09   ` Linus Walleij
2019-08-14  8:09     ` Linus Walleij
2019-08-21 14:25   ` Hongwei Zhang
2019-08-21 14:25     ` Hongwei Zhang
2019-08-20 21:35 ` Hongwei Zhang
2019-08-20 21:35   ` Hongwei Zhang

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.