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

2017-04-24 Thread Linus Walleij
On Mon, Apr 24, 2017 at 1:06 PM, Geert Uytterhoeven
 wrote:

> The following changes since commit d14a39edf757f5bdd73cf25d0155d7cfb271e782:
>
>   pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +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.12-tag3
>
> for you to fetch changes up to 5f4c8cafe1148f8a91287072815df8f0b66f0e5c:
>
>   pinctrl: sh-pfc: r8a7794: Swap ATA signals (2017-04-05 09:41:29 +0200)

Thanks, pulled into my devel branch for v4.12.

Yours,
Linus Walleij


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

2017-04-24 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit d14a39edf757f5bdd73cf25d0155d7cfb271e782:

  pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +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.12-tag3

for you to fetch changes up to 5f4c8cafe1148f8a91287072815df8f0b66f0e5c:

  pinctrl: sh-pfc: r8a7794: Swap ATA signals (2017-04-05 09:41:29 +0200)


pinctrl: sh-pfc: Updates for v4.12 (take three)

  - Miscellaneous fixes for R-Car M2-W and R-Car E2.

Nothing critical, but given v4.11 is postponed by another week, I see no
reason to hold these off any longer.

Thanks for pulling!

Sergei Shtylyov (5):
  pinctrl: sh-pfc: r8a7791: Add missing HSCIF1 pinmux data
  pinctrl: sh-pfc: r8a7791: Add missing DVC_MUTE signal
  pinctrl: sh-pfc: r8a7791: Fix SCIF2 pinmux data
  pinctrl: sh-pfc: r8a7791: Fix IPSR comment typos
  pinctrl: sh-pfc: r8a7794: Swap ATA signals

 drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 18 +++---
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c | 16 
 2 files changed, 19 insertions(+), 15 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


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

2017-04-04 Thread Linus Walleij
On Fri, Mar 31, 2017 at 11:26 AM, Geert Uytterhoeven
 wrote:

> The following changes since commit 3091ae775fae17084013021d01513bc1ad274e6a:
>
>   pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 
> 11:21:55 +0100)
>
> 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.12-tag2
>
> for you to fetch changes up to d14a39edf757f5bdd73cf25d0155d7cfb271e782:
>
>   pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +0200)

Pulled into the pinctrl devel branch, thanks!

Yours,
Linus Walleij


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

2017-03-31 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit 3091ae775fae17084013021d01513bc1ad274e6a:

  pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 
11:21:55 +0100)

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.12-tag2

for you to fetch changes up to d14a39edf757f5bdd73cf25d0155d7cfb271e782:

  pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +0200)


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

  - Add basic support for the Pin Function Controller on revision ES2.0
of the R-Car H3 SoC, which differs from ES1.x in many ways.

Thanks for pulling!

Geert Uytterhoeven (3):
  pinctrl: sh-pfc: r8a7795: Add support for R-Car H3 ES2.0
  pinctrl: sh-pfc: r8a7795: Add SCIF support
  pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support

 drivers/pinctrl/sh-pfc/Makefile  |1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 5705 ++
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 4217 --
 drivers/pinctrl/sh-pfc/sh_pfc.h  |1 +
 4 files changed, 6471 insertions(+), 3453 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c

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.12

2017-03-24 Thread Linus Walleij
On Fri, Mar 24, 2017 at 10:39 AM, Geert Uytterhoeven
 wrote:

> Hi Linus,
>
> The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:
>
>   Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)
>
> 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.12-tag1
>
> for you to fetch changes up to 3091ae775fae17084013021d01513bc1ad274e6a:
>
>   pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 
> 11:21:55 +0100)

Pulled into my devel branch in the pinctrl tree.

Thanks!
Linus Walleij


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

2017-03-24 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201:

  Linux 4.11-rc1 (2017-03-05 12:59:56 -0800)

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.12-tag1

for you to fetch changes up to 3091ae775fae17084013021d01513bc1ad274e6a:

  pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 
11:21:55 +0100)


pinctrl: sh-pfc: Updates for v4.12

  - Fixes and cleanups.

Thanks for pulling!

Geert Uytterhoeven (3):
  pinctrl: sh-pfc: r8a7795: Fix hscif2_clk_b and hscif4_ctrl
  pinctrl: sh-pfc: r8a7795: Restore sort order
  pinctrl: sh-pfc: Update info pointer after SoC-specific init

 drivers/pinctrl/sh-pfc/core.c|   3 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 175 ++-
 2 files changed, 91 insertions(+), 87 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