mbox series

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

Message ID 1527080192-30230-1-git-send-email-geert+renesas@glider.be
State New
Headers show
Series [git,pull] pinctrl: sh-pfc: Updates for v4.18 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven May 23, 2018, 12:56 p.m. UTC
Hi Linus,

The following changes since commit 73dacc3403436fc246258c0933e35b6e809640ac:

  pinctrl: sh-pfc: Add r8a77470 PFC support (2018-05-16 13:32: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.18-tag2

for you to fetch changes up to db701f4bea09a0f9925e262753444e848c33af89:

  pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin comments (2018-05-23 14:43:49 +0200)

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

  - Add support for the new R-Car E3 SoC,
  - Add I2C pin groups on R-Car M3-N,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin comments

Niklas Söderlund (1):
      pinctrl: sh-pfc: r8a77965: Add I2C pin support

Takeshi Kihara (6):
      pinctrl: sh-pfc: Add PORT_GP_11 helper macro
      pinctrl: sh-pfc: Initial R8A77990 PFC support
      pinctrl: sh-pfc: r8a77990: Add bias pinconf support
      pinctrl: sh-pfc: r8a77990: Add SCIF pins, groups and functions
      pinctrl: sh-pfc: r8a77990: Add I2C{1,2,4,5,6,7} pins, groups and functions
      pinctrl: sh-pfc: r8a77990: Add EthernetAVB pins, groups and functions

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    1 +
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    6 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c           |    6 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |    6 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               |    6 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              |   83 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c              | 2695 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    9 +-
 10 files changed, 2804 insertions(+), 14 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77990.c

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Linus Walleij May 24, 2018, 7:05 a.m. UTC | #1
On Wed, May 23, 2018 at 2:56 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Linus,
>
> The following changes since commit 73dacc3403436fc246258c0933e35b6e809640ac:
>
>   pinctrl: sh-pfc: Add r8a77470 PFC support (2018-05-16 13:32: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.18-tag2
>
> for you to fetch changes up to db701f4bea09a0f9925e262753444e848c33af89:
>
>   pinctrl: sh-pfc: rcar-gen3: Fix grammar in static pin comments (2018-05-23 14:43:49 +0200)

Pulled into my "devel" branch for v4.18, thanks!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html