From: Ludovic Desroches <ludovic.desroches@atmel.com>
To: linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Cc: s.hauer@pengutronix.de, linus.walleij@linaro.org,
nicolas.ferre@atmel.com, alexandre.belloni@free-electrons.com,
Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver
Date: Mon, 7 Sep 2015 15:12:10 +0200 [thread overview]
Message-ID: <20150907131210.GC32379@odux.rfo.atmel.com> (raw)
In-Reply-To: <1439281685-3020-1-git-send-email-ludovic.desroches@atmel.com>
Hi Sascha,
Any comments about this version? Maybe you missed it since you answered
me on the RFC version. Of course I'll do the changes you requested for
the next version (remove gpio_request_*() stuff and add macros for gpio
muxing case).
Thanks
Ludovic
On Tue, Aug 11, 2015 at 10:28:00AM +0200, Ludovic Desroches wrote:
> Hi,
>
> The Atmel PIO4 controller has been introduced with SAMA5D2 chip family. This
> drivers manages both pinmux/pinconf and gpio stuff. It is inspired by Mediatek
> pinctrl driver.
>
> Ludovic Desroches (5):
> pinctrl: introduce driver for Atmel PIO4 controller
> pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4
> MAINTAINERS: Add an entry for pinctrl-at91-pio4
> ARM: at91/dt: sama5d2: add pio controller node
> ARM: at91/defconfig: sama5: add PIO4 controller support
>
> .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 90 ++
> MAINTAINERS | 7 +
> arch/arm/boot/dts/sama5d2.dtsi | 14 +
> arch/arm/mach-at91/Kconfig | 1 +
> drivers/pinctrl/Kconfig | 13 +
> drivers/pinctrl/Makefile | 1 +
> drivers/pinctrl/pinctrl-at91-pio4.c | 1063 ++++++++++++++++++++
> 7 files changed, 1189 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/atmel,at91-pio4-pinctrl.txt
> create mode 100644 drivers/pinctrl/pinctrl-at91-pio4.c
>
> --
> 2.5.0
>
next prev parent reply other threads:[~2015-09-07 13:12 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 8:28 [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches
2015-08-11 8:28 ` [PATCH 1/5] pinctrl: introduce driver for Atmel PIO4 controller Ludovic Desroches
2015-08-11 8:28 ` [PATCH 2/5] pinctrl: dt-binding: Add DT binding documentation for Atmel PIO4 Ludovic Desroches
2015-09-15 8:52 ` Sascha Hauer
2015-08-11 8:28 ` [PATCH 3/5] MAINTAINERS: Add an entry for pinctrl-at91-pio4 Ludovic Desroches
2015-08-11 8:28 ` [PATCH 4/5] ARM: at91/dt: sama5d2: add pio controller node Ludovic Desroches
2015-08-11 8:28 ` [PATCH 5/5] ARM: at91/defconfig: sama5: add PIO4 controller support Ludovic Desroches
2015-09-07 13:12 ` Ludovic Desroches [this message]
2015-09-15 8:57 ` [PATCH 0/5] New Atmel PIO4 pinctrl/gpio driver Sascha Hauer
2015-09-15 9:15 ` Ludovic Desroches
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=20150907131210.GC32379@odux.rfo.atmel.com \
--to=ludovic.desroches@atmel.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=devicetree@vger.kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nicolas.ferre@atmel.com \
--cc=s.hauer@pengutronix.de \
/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).