mbox series

[GIT,PULL] pinctrl: sh-pfc: Updates for v5.5

Message ID 20191018101221.26483-1-geert+renesas@glider.be (mailing list archive)
State Mainlined
Commit 66ee1973603572e4258b08b8737490833f8172bc
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: sh-pfc: Updates for v5.5 | expand

Pull-request

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

Message

Geert Uytterhoeven Oct. 18, 2019, 10:12 a.m. UTC
Hi Linus,

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -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-v5.5-tag1

for you to fetch changes up to f846d1e704f2d07a7f359f65eac2c8cac565db35:

  pinctrl: sh-pfc: pfc-r8a77965: Fix typo in pinmux macro for SCL3 (2019-10-14 12:11:12 +0200)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v5.5

  - Add support for the new RZ/G2N (r8a774b1) SoC,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: pinctrl: sh-pfc: Document r8a774b1 PFC support
      pinctrl: sh-pfc: r8a77965: Add R8A774B1 PFC support

Chris Brandt (1):
      pinctrl: rza2: Fix gpio name typos

Colin Ian King (1):
      pinctrl: rzn1: Make array reg_drive static, makes object smaller

Geert Uytterhoeven (2):
      Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and SSI_WS2"
      Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D"

Keiya Nobuta (5):
      pinctrl: sh-pfc: Fix PINMUX_IPSR_PHYS() to set GPSR
      pinctrl: sh-pfc: pfc-r8a7795: Fix typo in pinmux macro for SCL3
      pinctrl: sh-pfc: pfc-r8a7795-es1: Fix typo in pinmux macro for SCL3
      pinctrl: sh-pfc: pfc-r8a7796: Fix typo in pinmux macro for SCL3
      pinctrl: sh-pfc: pfc-r8a77965: Fix typo in pinmux macro for SCL3

Takeshi Kihara (1):
      pinctrl: sh-pfc: r8a77990: Rename AVB_AVTP_{MATCH,CAPTURE} pin functions

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |   1 +
 drivers/pinctrl/pinctrl-rza2.c                     |   4 +-
 drivers/pinctrl/pinctrl-rzn1.c                     |   2 +-
 drivers/pinctrl/sh-pfc/Kconfig                     |   4 +
 drivers/pinctrl/sh-pfc/Makefile                    |   1 +
 drivers/pinctrl/sh-pfc/core.c                      |   6 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c           |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              | 863 +++++++++++----------
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c              |  57 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |   5 +-
 12 files changed, 504 insertions(+), 445 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 Oct. 25, 2019, 6:21 a.m. UTC | #1
On Fri, Oct 18, 2019 at 1:01 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.5-tag1
>   pinctrl: sh-pfc: pfc-r8a77965: Fix typo in pinmux macro for SCL3 (2019-10-14 12:11:12 +0200)

Pulled in to my devel branch, thanks! Sorry for the delay.

Yours,
Linus Walleij