From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/2] pinctrl: Oxford Semiconductor OXNAS pinctrl and gpio support
Date: Wed, 11 May 2016 09:34:20 +0200 [thread overview]
Message-ID: <1462952062-5316-1-git-send-email-narmstrong@baylibre.com> (raw)
This patchset includes support for the pinctrl and gpio controller of the
Oxford Semiconductor OXNAS SoC Family.
Changes since v1 : http://lkml.kernel.org/r/1459689969-5326-1-git-send-email-narmstrong at baylibre.com
- Fix gpio bindings
- remove irqd_to_bank abstraction
It was originally posted part of a platform patchset available here :
http://lkml.kernel.org/r/1458838215-23314-1-git-send-email-narmstrong at baylibre.com
Changes since v3 global patchset :
- Get rid of PLX Technology, replace by Oxford Semiconductor
- Get rid of gpio-bank and ngpios properties, now using gpio-ranges
Neil Armstrong (2):
pinctrl: Add Oxford Semiconductor OXNAS pinctrl and gpio driver
dt-bindings: Add Oxford Semiconductor OXNAS pinctrl and gpio bindings
.../devicetree/bindings/gpio/gpio_oxnas.txt | 47 ++
.../devicetree/bindings/pinctrl/oxnas,pinctrl.txt | 57 ++
drivers/pinctrl/Kconfig | 11 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-oxnas.c | 835 +++++++++++++++++++++
5 files changed, 951 insertions(+)
create mode 100644 Documentation/devicetree/bindings/gpio/gpio_oxnas.txt
create mode 100644 Documentation/devicetree/bindings/pinctrl/oxnas,pinctrl.txt
create mode 100644 drivers/pinctrl/pinctrl-oxnas.c
--
1.9.1
next reply other threads:[~2016-05-11 7:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-11 7:34 Neil Armstrong [this message]
2016-05-11 7:34 ` [PATCH v2 1/2] pinctrl: Add Oxford Semiconductor OXNAS pinctrl and gpio driver Neil Armstrong
2016-05-24 9:28 ` Linus Walleij
2016-05-24 9:35 ` Linus Walleij
2016-05-24 9:37 ` Neil Armstrong
2016-05-11 7:34 ` [PATCH v2 2/2] dt-bindings: Add Oxford Semiconductor OXNAS pinctrl and gpio bindings Neil Armstrong
2016-05-16 14:52 ` Rob Herring
2016-05-24 9:29 ` Linus Walleij
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=1462952062-5316-1-git-send-email-narmstrong@baylibre.com \
--to=narmstrong@baylibre.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