linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] gpio driver for NXP LPC18xx family
@ 2015-05-02 21:11 Joachim Eastwood
  2015-05-02 21:11 ` [PATCH v2 1/2] gpio: add lpc18xx gpio driver Joachim Eastwood
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Joachim Eastwood @ 2015-05-02 21:11 UTC (permalink / raw)
  To: linus.walleij, gnurou
  Cc: linux-gpio, arnd, linux-arm-kernel, Joachim Eastwood

This patch set adds a gpio driver for NXP LPC18xx/43xx devices.
Patchset is based on Linus master 4.1-rc1.

changes in v2:
 - use PBYTE register for gpio set/get
 - refactor direction setup
 - add lock for direction set RMW cycle
 - expand doc example

Base support for the family can be found here:
http://marc.info/?l=linux-arm-kernel&m=143016894704253&w=2

DTS changes will come once base support and clk patches goes upstream.

Joachim Eastwood (2):
  gpio: add lpc18xx gpio driver
  doc: dt: add documentation for lpc1850-gpio driver

 .../devicetree/bindings/gpio/nxp,lpc1850-gpio.txt  |  39 +++++
 drivers/gpio/Kconfig                               |   8 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-lpc18xx.c                        | 180 +++++++++++++++++++++
 4 files changed, 228 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/nxp,lpc1850-gpio.txt
 create mode 100644 drivers/gpio/gpio-lpc18xx.c

-- 
1.8.0


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

end of thread, other threads:[~2015-05-05 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-02 21:11 [PATCH v2 0/2] gpio driver for NXP LPC18xx family Joachim Eastwood
2015-05-02 21:11 ` [PATCH v2 1/2] gpio: add lpc18xx gpio driver Joachim Eastwood
2015-05-02 21:11 ` [PATCH v2 2/2] doc: dt: add documentation for lpc1850-gpio driver Joachim Eastwood
2015-05-05 15:58 ` [PATCH v2 0/2] gpio driver for NXP LPC18xx family Linus Walleij
2015-05-05 20:41   ` Joachim Eastwood

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).