From: vz@mleia.com (Vladimir Zapolskiy)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/4] gpio: lpc32xx: add new LPC32xx GPIO controller driver
Date: Fri, 20 Nov 2015 03:29:51 +0200 [thread overview]
Message-ID: <1447982995-30231-1-git-send-email-vz@mleia.com> (raw)
The changeset updates NXP LPC32xx GPIO controller driver on basis of
the new LPC32xx irqchip driver.
Unfortunately the old driver has too many hacks inherited from the
ancient legacy NXP BSP and I find it can not be maintained, the new
driver has compatible interface to device tree clients, so moving
to the new driver should not impact any GPIO consumers.
The changeset has dependencies on the recent updates to LPC32xx DTS:
* http://permalink.gmane.org/gmane.linux.ports.arm.kernel/456304
* Recent LPC32xx CCF series (no link at the moment)
* Recent LPC32xx irqchip series (no link at the moment)
Vladimir Zapolskiy (4):
dt-bindings: gpio: update desription of LPC32xx GPIO controller
arm: dts: lpc32xx: extend description of gpio controller node
gpio: lpc32xx: remove legacy LPC32xx GPIO driver
gpio: lpc32xx: add new LPC32xx GPIO controller driver
.../devicetree/bindings/gpio/gpio_lpc32xx.txt | 121 ++-
arch/arm/boot/dts/lpc32xx.dtsi | 85 +-
drivers/gpio/Kconfig | 8 +
drivers/gpio/Makefile | 2 +-
drivers/gpio/gpio-lpc32xx.c | 961 +++++++++++----------
5 files changed, 735 insertions(+), 442 deletions(-)
--
2.1.4
next reply other threads:[~2015-11-20 1:29 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-20 1:29 Vladimir Zapolskiy [this message]
2015-11-20 1:29 ` [PATCH 1/4] dt-bindings: gpio: update desription of LPC32xx GPIO controller Vladimir Zapolskiy
2015-11-20 14:13 ` Rob Herring
2015-11-20 18:27 ` Vladimir Zapolskiy
2015-11-22 21:09 ` Rob Herring
2015-11-30 10:40 ` Linus Walleij
2015-11-30 12:13 ` Vladimir Zapolskiy
2015-12-10 15:34 ` Linus Walleij
2015-11-20 1:29 ` [PATCH 2/4] arm: dts: lpc32xx: extend description of gpio controller node Vladimir Zapolskiy
2015-11-20 1:29 ` [PATCH 3/4] gpio: lpc32xx: remove legacy LPC32xx GPIO driver Vladimir Zapolskiy
2015-11-20 1:29 ` [PATCH 4/4] gpio: lpc32xx: add new LPC32xx GPIO controller driver Vladimir Zapolskiy
2015-11-30 10:23 ` Linus Walleij
2015-11-30 8:54 ` [PATCH 0/4] " Linus Walleij
2015-11-30 9:13 ` Vladimir Zapolskiy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1447982995-30231-1-git-send-email-vz@mleia.com \
--to=vz@mleia.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).