Re: [PATCH 1/2] pinctrl: sh-pfc: r8a7794: add SSI pin groups

2016-02-18 Thread Sergei Shtylyov
Hello. On 2/18/2016 10:52 AM, Geert Uytterhoeven wrote: --- linux-pinctrl.orig/drivers/pinctrl/sh-pfc/pfc-r8a7794.c +++ linux-pinctrl/drivers/pinctrl/sh-pfc/pfc-r8a7794.c @@ -1,9 +1,9 @@ /* * r8a7794 processor support - PFC hardware block. * - * Copyright (C) 2014 Renesas Electronics

Re: [PATCH 1/2] pinctrl: sh-pfc: r8a7794: add SSI pin groups

2016-02-17 Thread Geert Uytterhoeven
Hi Sergei, On Wed, Feb 17, 2016 at 11:08 PM, Sergei Shtylyov wrote: >> --- linux-pinctrl.orig/drivers/pinctrl/sh-pfc/pfc-r8a7794.c >> +++ linux-pinctrl/drivers/pinctrl/sh-pfc/pfc-r8a7794.c >> @@ -1,9 +1,9 @@ >> /* >>* r8a7794 processor support - PFC hardware block. >>* >> - * Copyright

Re: [PATCH 1/2] pinctrl: sh-pfc: r8a7794: add SSI pin groups

2016-02-17 Thread Sergei Shtylyov
On 02/11/2016 01:38 AM, Sergei Shtylyov wrote: From: Ryo Kataoka Add the SSI pin groups to the R8A7794 PFC driver. [Sergei: fixed inconsistent alternate pin group naming, split SSI5/6 pin groups into data/control ones, moved SSI7 data B group to its proper place, fixed pin names in the comm

Re: [PATCH 1/2] pinctrl: sh-pfc: r8a7794: add SSI pin groups

2016-02-15 Thread Linus Walleij
On Wed, Feb 10, 2016 at 11:38 PM, Sergei Shtylyov wrote: > From: Ryo Kataoka > > Add the SSI pin groups to the R8A7794 PFC driver. > > [Sergei: fixed inconsistent alternate pin group naming, split SSI5/6 pin > groups into data/control ones, moved SSI7 data B group to its proper place, > fixed p

[PATCH 1/2] pinctrl: sh-pfc: r8a7794: add SSI pin groups

2016-02-10 Thread Sergei Shtylyov
From: Ryo Kataoka Add the SSI pin groups to the R8A7794 PFC driver. [Sergei: fixed inconsistent alternate pin group naming, split SSI5/6 pin groups into data/control ones, moved SSI7 data B group to its proper place, fixed pin names in the comments to *_pins[], extended Cogent Embedded's copyr