mbox

[GIT,PULL,FOR,v3.14] Renesas pinctrl fixes

Message ID 1497178.A4PLILmBU4@avalon
State New
Headers show

Pull-request

git://linuxtv.org/pinchartl/fbdev.git pinmux/next/pfc

Message

Laurent Pinchart Jan. 7, 2014, 8:42 a.m. UTC
Hi Linus,

The following changes since commit 44a45b55a72754e5c9ed047179fb269b530f45fc:

  pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arrays (2013-12-20 12:28:40 
+0100)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git pinmux/next/pfc

for you to fetch changes up to 82b2e0a549800ee35f2af6982205f070367b24e0:

  pinctrl: sh-pfc: r8a7791: Add I2C pins (2014-01-07 09:39:20 +0100)

----------------------------------------------------------------
Valentine Barshak (4):
      pinctrl: sh-pfc: r8a7790: Fix vsync value in the vin3_sync_mux array
      pinctrl: sh-pfc: r8a7791: Group USB PWEN and OVC pins together
      pinctrl: sh-pfc: r8a7791: Add VIN pins
      pinctrl: sh-pfc: r8a7791: Add I2C pins

 drivers/pinctrl/sh-pfc/pfc-r8a7790.c |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 594 ++++++++++++++++++++++++++++++++--
 2 files changed, 568 insertions(+), 28 deletions(-)

Comments

Linus Walleij Jan. 7, 2014, 3:50 p.m. UTC | #1
On Tue, Jan 7, 2014 at 9:42 AM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:

> Hi Linus,
>
> The following changes since commit 44a45b55a72754e5c9ed047179fb269b530f45fc:
>
>   pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arrays (2013-12-20 12:28:40
> +0100)
>
> are available in the git repository at:
>
>   git://linuxtv.org/pinchartl/fbdev.git pinmux/next/pfc

Pulled into my pinctrl/devel branch for v3.14.

Now, what do I do about all the other Renesas pinctrl stuff that is
floating? Like all the new stuff from Magnus &al? Do you keep track
of that or should I start looking at it?

Yours,
Linus Walleij
Laurent Pinchart Jan. 7, 2014, 3:52 p.m. UTC | #2
Hi Linus,

On Tuesday 07 January 2014 16:50:31 Linus Walleij wrote:
> On Tue, Jan 7, 2014 at 9:42 AM, Laurent Pinchart wrote:
> > Hi Linus,
> > 
> > The following changes since commit 
44a45b55a72754e5c9ed047179fb269b530f45fc:
> >   pinctrl: sh-pfc: ARM: Constify pins and cfg_regs arrays (2013-12-20
> >   12:28:40 +0100)
> > 
> > are available in the git repository at:
> >   git://linuxtv.org/pinchartl/fbdev.git pinmux/next/pfc
> 
> Pulled into my pinctrl/devel branch for v3.14.

Thank you.

> Now, what do I do about all the other Renesas pinctrl stuff that is
> floating? Like all the new stuff from Magnus &al? Do you keep track
> of that or should I start looking at it?

I wouldn't mind less work of course :-) but I was planning to keep track of 
the RZ pinctrl patches, at least for the next kernel version. Things will 
hopefully stabilize after that. I'm waiting for Magnus to repost his patch 
series (or at least reply to my comments).
Linus Walleij Jan. 7, 2014, 4:41 p.m. UTC | #3
On Tue, Jan 7, 2014 at 4:52 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> On Tuesday 07 January 2014 16:50:31 Linus Walleij wrote:

>> Now, what do I do about all the other Renesas pinctrl stuff that is
>> floating? Like all the new stuff from Magnus &al? Do you keep track
>> of that or should I start looking at it?
>
> I wouldn't mind less work of course :-) but I was planning to keep track of
> the RZ pinctrl patches, at least for the next kernel version. Things will
> hopefully stabilize after that. I'm waiting for Magnus to repost his patch
> series (or at least reply to my comments).

OK I'm not touching any of that stuff until you two have settled
on some way forward. Will be for v3.15 anyway.

Yours,
Linus Walleij