linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pinctrl for NXP LPC18xx family
@ 2015-04-27 22:14 Joachim Eastwood
       [not found] ` <1430172849-3147-1-git-send-email-manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joachim Eastwood @ 2015-04-27 22:14 UTC (permalink / raw)
  To: linus.walleij, linux-gpio, linux-arm-kernel
  Cc: arnd, devicetree, ariel.dalessandro, ezequiel, Joachim Eastwood

This patch set adds a pinctrl driver for NXP LPC18xx/43xx devices.

The pinctrl driver uses the generic muxing and properties DT bindings as
described in pinctrl-bindings.txt. There is still two TODOs left in the
pinctrl driver regarding property control of special usb1 pins but I would
like it merged regardless of this. Support will be added once I get USB up
and running on the MCU.

Checkpatch complains a lot about the driver but that's what you get when
you embedd a large function/pin spec table from the data sheet I guess.

Changes since v1:
 - minor white space fixes
 - split pinctrl/gpio patch set
 - rebase on v4.1-rc1

Since there were no comments on v1. I hope that these drivers can
make it to Linux 4.1.

There are no dependencies in this patch set. The DTS changes will
be sent separately to arm-soc once this patch set goes upstream.

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


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

 .../bindings/pinctrl/nxp,lpc1850-scu.txt           |   57 +
 drivers/pinctrl/Kconfig                            |    9 +
 drivers/pinctrl/Makefile                           |    1 +
 drivers/pinctrl/pinctrl-lpc18xx.c                  | 1144 ++++++++++++++++++++
 4 files changed, 1211 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pinctrl/nxp,lpc1850-scu.txt
 create mode 100644 drivers/pinctrl/pinctrl-lpc18xx.c

-- 
1.8.0


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

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

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 22:14 [PATCH v2 0/2] pinctrl for NXP LPC18xx family Joachim Eastwood
     [not found] ` <1430172849-3147-1-git-send-email-manabian-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-04-27 22:14   ` [PATCH v2 1/2] pinctrl: add lpc18xx pinctrl driver Joachim Eastwood
2015-04-27 22:14 ` [PATCH v2 2/2] doc: dt: add documentation for lpc1850-scu " Joachim Eastwood
2015-05-05 15:45 ` [PATCH v2 0/2] pinctrl for NXP LPC18xx family 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).