Re: [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)

2017-06-29 Thread Geert Uytterhoeven
Hi Linus,

On Thu, Jun 29, 2017 at 3:07 PM, Linus Walleij  wrote:
> On Wed, Jun 28, 2017 at 7:10 PM, Geert Uytterhoeven
>  wrote:
>> The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:
>>
>>   pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +0200)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
>> tags/sh-pfc-for-v4.13-tag2
>>
>> for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:
>>
>>   pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)
>
> Pulled in for devel.
>
> It's late, but you all worked hard to make this happen so we should
> be liberal, also it is a new driver.

Thanks a lot!

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)

2017-06-29 Thread Linus Walleij
On Wed, Jun 28, 2017 at 7:10 PM, Geert Uytterhoeven
 wrote:

> Hi Linus,
>
> The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:
>
>   pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +0200)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
> tags/sh-pfc-for-v4.13-tag2
>
> for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:
>
>   pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)

Pulled in for devel.

It's late, but you all worked hard to make this happen so we should
be liberal, also it is a new driver.

Yours,
Linus Walleij


[git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)

2017-06-28 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:

  pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
tags/sh-pfc-for-v4.13-tag2

for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:

  pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)


pinctrl: sh-pfc: Updates for v4.13 (take two)

  - Add SCIF1 and SCIF2 pin groups for R-Car V2H,
  - Add EtherAVB, DU parallel RGB output, and PWM pin groups for R-Car
H3 ES2.0,
  - Add pin and gpio controller support for RZ/A1.

Thanks for pulling!

Geert Uytterhoeven (1):
  pinctrl: sh-pfc: r8a7795: Add EtherAVB pins, groups and function

Jacopo Mondi (3):
  pinctrl: Renesas RZ/A1 pin and gpio controller
  dt-bindings: pinctrl: Add RZ/A1 bindings doc
  arm: dts: dt-bindings: Add Renesas RZ/A1 pinctrl header

Laurent Pinchart (2):
  pinctrl: sh-pfc: r8a7795: Add DU parallel RGB output support
  pinctrl: sh-pfc: r8a7795: Add PWM support

Ulrich Hecht (1):
  pinctrl: sh-pfc: r8a7792: Add SCIF1 and SCIF2 pin groups

 .../bindings/pinctrl/renesas,rza1-pinctrl.txt  |  221 
 drivers/pinctrl/Kconfig|   11 +
 drivers/pinctrl/Makefile   |1 +
 drivers/pinctrl/pinctrl-rza1.c | 1311 
 drivers/pinctrl/sh-pfc/pfc-r8a7792.c   |   55 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c   |  365 ++
 include/dt-bindings/pinctrl/r7s72100-pinctrl.h |   16 +
 7 files changed, 1980 insertions(+)
 create mode 100644 
Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt
 create mode 100644 drivers/pinctrl/pinctrl-rza1.c
 create mode 100644 include/dt-bindings/pinctrl/r7s72100-pinctrl.h

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


Re: [git pull] pinctrl: sh-pfc: Updates for v4.13

2017-05-30 Thread Linus Walleij
On Mon, May 29, 2017 at 1:57 PM, Geert Uytterhoeven
 wrote:

> Hi Linus,
>
> The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:
>
>   Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
> tags/sh-pfc-for-v4.13-tag1
>
> for you to fetch changes up to c8bac70f079bb3ecaf9a716f141f3d85cef27231:
>
>   pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +0200)

Awesome, good work as usual.

Pulled to my pinctrl devel branch.

Yours,
Linus Walleij


[git pull] pinctrl: sh-pfc: Updates for v4.13

2017-05-29 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit 2ea659a9ef488125eb46da6eb571de5eae5c43f6:

  Linux 4.12-rc1 (2017-05-13 13:19:49 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git 
tags/sh-pfc-for-v4.13-tag1

for you to fetch changes up to c8bac70f079bb3ecaf9a716f141f3d85cef27231:

  pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +0200)


pinctrl: sh-pfc: Updates for v4.13

  - Add PWM, AVB MDIO/MII, and sound pin groups on R-Car M3-W,
  - Add support for RZ/G1M and RZ/G1E,
  - Small fixes and cleanups.

Thanks for pulling!

Geert Uytterhoeven (1):
  pinctrl: sh-pfc: r8a7796: Add group for AVB MDIO and MII pins

Kuninori Morimoto (6):
  pinctrl: sh-pfc: r8a7796: Rename SSI_{WS,SCK}0129 to SSI_{WS,SCK}01239
  pinctrl: sh-pfc: r8a7796: Rename SSI_{WS,SCK}34 to SSI_{WS,SCK}349
  pinctrl: sh-pfc: r8a7796: Add Audio SSI pin support
  pinctrl: sh-pfc: r8a7796: Add Audio clock pin support
  pinctrl: sh-pfc: r8a7795: Rename SSI_{WS,SCK}34 to SSI_{WS,SCK}349
  pinctrl: sh-pfc: r8a7795-es1: Rename SSI_{WS,SCK}34 to SSI_{WS,SCK}349

Sergei Shtylyov (6):
  pinctrl: sh-pfc: r8a7791: Grand I2C rename
  pinctrl: sh-pfc: r8a7791: Add R8A7743 support
  pinctrl: sh-pfc: r8a7794: Rename some I2C signals
  pinctrl: sh-pfc: r8a7794: Remove AVB_AVTP_* groups
  pinctrl: sh-pfc: r8a7794: Remove reserved bits
  pinctrl: sh-pfc: r8a7794: Add R8A7745 support

Takeshi Kihara (1):
  pinctrl: sh-pfc: r8a7796: Add PWM pins, groups and functions

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt   |2 +
 drivers/pinctrl/sh-pfc/Kconfig |   10 +
 drivers/pinctrl/sh-pfc/Makefile|2 +
 drivers/pinctrl/sh-pfc/core.c  |   12 +
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c   | 1341 ++--
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c   | 1256 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c   |   30 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c   |   20 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c   |  606 -
 drivers/pinctrl/sh-pfc/sh_pfc.h|2 +
 10 files changed, 1928 insertions(+), 1353 deletions(-)

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds