mbox series

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

Message ID 20180831130710.6355-1-geert+renesas@glider.be
State New
Headers show
Series [git,pull] pinctrl: sh-pfc: Updates for v4.20 | expand

Pull-request

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

Message

Geert Uytterhoeven Aug. 31, 2018, 1:07 p.m. UTC
Hi Linus,

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -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.20-tag1

for you to fetch changes up to 2ed03c835d6f4dbe9f0d093187825d1c0e2e9b39:

  pinctrl: sh-pfc: r8a77990: Add DU pins, groups and function (2018-08-30 14:17:20 +0200)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v4.20

  - Add SATA and audio pin groups on R-Car M3-N,
  - Add EtherAVB pin groups on RZ/G1C,
  - Add PWM and display (DU) pin groups on R-Car E3,
  - Add support for the new RZ/G2M (r8a774a1) SoC.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (3):
      pinctrl: sh-pfc: r8a77470: Add EtherAVB pin groups
      dt-bindings: pinctrl: sh-pfc: Document r8a774a1 PFC support
      pinctrl: sh-pfc: r8a7796: Add R8A774A1 PFC support

Hoan Nguyen An (2):
      pinctrl: sh-pfc: r8a77965: Add Audio clock pin support
      pinctrl: sh-pfc: r8a77965: Add Audio SSI pin support

Laurent Pinchart (1):
      pinctrl: sh-pfc: r8a77990: Add DU pins, groups and function

Takeshi Kihara (2):
      pinctrl: sh-pfc: r8a77965: Add SATA pins, groups and functions
      pinctrl: sh-pfc: r8a77990: Add PWM 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-r8a77470.c              | 133 ++++
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               | 837 +++++++++++----------
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              | 419 +++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c              | 321 ++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |   1 +
 9 files changed, 1327 insertions(+), 397 deletions(-)

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

Comments

Linus Walleij Aug. 31, 2018, 1:43 p.m. UTC | #1
On Fri, Aug 31, 2018 at 3:07 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -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.20-tag1
>
> for you to fetch changes up to 2ed03c835d6f4dbe9f0d093187825d1c0e2e9b39:
>
>   pinctrl: sh-pfc: r8a77990: Add DU pins, groups and function (2018-08-30 14:17:20 +0200)

Pulled into pinctrl "devel" branch, thanks!

Yours,
Linus Walleij