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

2016-06-23 Thread Geert Uytterhoeven
Hi Linus,

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -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.8-tag1

for you to fetch changes up to 2d7758319889bf9def19e0a7a5daf1f87c9a9116:

  pinctrl: sh-pfc: r8a7795: Add DRIF support (2016-06-23 11:01:21 +0200)


pinctrl: sh-pfc: Updates for v4.8

  - Voltage switching support for R-Car H3,
  - DRIF pin support for R-Car H3,
  - Cleanups and fixes.

Thanks for pulling!

Geert Uytterhoeven (4):
  pinctrl: sh-pfc: sh7757: Fix duplicate initializer in GPIO pinmux data
  pinctrl: sh-pfc: Move SoC-specific forward declarations to sh_pfc.h
  pinctrl: sh-pfc: Improve core and user API separation
  pinctrl: sh-pfc: Convert to devm_gpiochip_add_data()

Kuninori Morimoto (1):
  pinctrl: sh-pfc: r8a7795: Use PINMUX_SINGLE() for I2C

Ramesh Shanmugasundaram (1):
  pinctrl: sh-pfc: r8a7795: Add DRIF support

Wolfram Sang (3):
  pinctrl: sh-pfc: refactor voltage setting
  pinctrl: sh-pfc: r8a7795: add support for voltage switching
  pinctrl: sh-pfc: fix property name in bindings doc

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt   |   2 +-
 drivers/pinctrl/sh-pfc/core.c  |  10 -
 drivers/pinctrl/sh-pfc/core.h  |  58 
 drivers/pinctrl/sh-pfc/gpio.c  |  13 +-
 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c   |   1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c   |   1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c   |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c   |  59 +---
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c   |   1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c   | 327 -
 drivers/pinctrl/sh-pfc/pfc-sh7757.c|   1 -
 drivers/pinctrl/sh-pfc/pinctrl.c   |  41 ++-
 drivers/pinctrl/sh-pfc/sh_pfc.h|  55 +++-
 13 files changed, 413 insertions(+), 158 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.8

2016-06-29 Thread Linus Walleij
On Thu, Jun 23, 2016 at 3:39 PM, Geert Uytterhoeven
 wrote:

> Hi Linus,
>
> The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
>
>   Linux 4.7-rc1 (2016-05-29 09:29:24 -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.8-tag1
>
> for you to fetch changes up to 2d7758319889bf9def19e0a7a5daf1f87c9a9116:
>
>   pinctrl: sh-pfc: r8a7795: Add DRIF support (2016-06-23 11:01:21 +0200)
>
> 
> pinctrl: sh-pfc: Updates for v4.8

Pulled into the pin control devel branch for v4.8.

Thanks for your efforts to keep the PFC development together!

Yours,
Linus Walleij