From: Sascha Hauer <s.hauer@pengutronix.de>
To: linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linus.walleij@linaro.org,
nicolas.ferre@atmel.com
Subject: Re: [RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver
Date: Thu, 20 Aug 2015 09:05:07 +0200 [thread overview]
Message-ID: <20150820070507.GS5161@pengutronix.de> (raw)
In-Reply-To: <20150810065334.GC2635@odux.rfo.atmel.com>
On Mon, Aug 10, 2015 at 08:53:34AM +0200, Ludovic Desroches wrote:
> Hi Sascha,
>
> On Wed, Aug 05, 2015 at 09:31:17AM +0200, Sascha Hauer wrote:
> > On Fri, Jul 31, 2015 at 05:08:07PM +0200, Ludovic Desroches wrote:
> > > Hi,
> > >
> > > Following our discussion, I send an RFC version of my driver. RFC because it is
> > > not totally achieved, some cleanup and feature addition is needed.
> > >
> > > At least, we could discuss about the 'core' part. I have used the pinmux
> > > property as Mediatek driver. Patch 3 is the internal dt files we are using.
> >
> > As you can imagine I am fine with the binding, so I can add my acked-by
> > once you send a non-RFC version.
> >
>
> Great, I'm glad to hear that.
>
> > The only thing I never understood is what's so special about GPIOs that
> > they have to bypass the pinctrl framework and instead a gpio_request
> > magically translates a gpio into a pin.
>
> Not sure to really understand your concern here... Do you mean I could
> get rid of gpio_request_enable()?
I would expect a gpio to be a pin like every other pin, hence configured
via the pinctrl framework and not implicitly via gpio_request().
>
> > Wouldn't it make sense to at
> > least add the pins in their GPIO mode to
> > arch/arm/boot/dts/sama5d2-pinfunc.h?
>
> It is done, PIN_PA0 could be used for this purpose.
I would expect a define like:
#define PIN_PA3__GPIO PINMUX_PIN(PIN_PA3, 0, 2)
PIN_PAx only contains the pin number, but not the function.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
WARNING: multiple messages have this Message-ID (diff)
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver
Date: Thu, 20 Aug 2015 09:05:07 +0200 [thread overview]
Message-ID: <20150820070507.GS5161@pengutronix.de> (raw)
In-Reply-To: <20150810065334.GC2635@odux.rfo.atmel.com>
On Mon, Aug 10, 2015 at 08:53:34AM +0200, Ludovic Desroches wrote:
> Hi Sascha,
>
> On Wed, Aug 05, 2015 at 09:31:17AM +0200, Sascha Hauer wrote:
> > On Fri, Jul 31, 2015 at 05:08:07PM +0200, Ludovic Desroches wrote:
> > > Hi,
> > >
> > > Following our discussion, I send an RFC version of my driver. RFC because it is
> > > not totally achieved, some cleanup and feature addition is needed.
> > >
> > > At least, we could discuss about the 'core' part. I have used the pinmux
> > > property as Mediatek driver. Patch 3 is the internal dt files we are using.
> >
> > As you can imagine I am fine with the binding, so I can add my acked-by
> > once you send a non-RFC version.
> >
>
> Great, I'm glad to hear that.
>
> > The only thing I never understood is what's so special about GPIOs that
> > they have to bypass the pinctrl framework and instead a gpio_request
> > magically translates a gpio into a pin.
>
> Not sure to really understand your concern here... Do you mean I could
> get rid of gpio_request_enable()?
I would expect a gpio to be a pin like every other pin, hence configured
via the pinctrl framework and not implicitly via gpio_request().
>
> > Wouldn't it make sense to at
> > least add the pins in their GPIO mode to
> > arch/arm/boot/dts/sama5d2-pinfunc.h?
>
> It is done, PIN_PA0 could be used for this purpose.
I would expect a define like:
#define PIN_PA3__GPIO PINMUX_PIN(PIN_PA3, 0, 2)
PIN_PAx only contains the pin number, but not the function.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2015-08-20 7:05 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-31 15:08 [RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` [RFC PATCH 1/3] pinctrl: introduce driver for Atmel PIO4 controller Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` [RFC PATCH 2/3] ARM: at91/dt: add sama5d2 pinmux Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-08-03 6:40 ` Josh Wu
2015-08-03 6:40 ` Josh Wu
2015-08-03 6:40 ` Josh Wu
2015-08-03 6:59 ` Ludovic Desroches
2015-08-03 6:59 ` Ludovic Desroches
2015-08-03 6:59 ` Ludovic Desroches
2015-07-31 15:08 ` [RFC PATCH 3/3] ARM: at91/dt: add pinctrl Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-07-31 15:08 ` Ludovic Desroches
2015-08-05 7:31 ` [RFC PATCH 0/3] New Atmel PIO4 pinctrl/gpio driver Sascha Hauer
2015-08-05 7:31 ` Sascha Hauer
2015-08-10 6:53 ` Ludovic Desroches
2015-08-10 6:53 ` Ludovic Desroches
2015-08-10 6:53 ` Ludovic Desroches
2015-08-20 7:05 ` Sascha Hauer [this message]
2015-08-20 7:05 ` Sascha Hauer
2015-08-20 12:44 ` Ludovic Desroches
2015-08-20 12:44 ` Ludovic Desroches
2015-08-20 12:44 ` 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=20150820070507.GS5161@pengutronix.de \
--to=s.hauer@pengutronix.de \
--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 \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.