mbox series

[GIT,PULL] pinctrl: renesas: Updates for v6.9

Message ID cover.1707497084.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Headers show
Series [GIT,PULL] pinctrl: renesas: Updates for v6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v6.9-tag1

Message

Geert Uytterhoeven Feb. 9, 2024, 4:55 p.m. UTC
Hi Linus,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v6.9-tag1

for you to fetch changes up to fea58424e2523376ece6f734479e63061e17ad7f:

  pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28 (2024-01-31 14:50:44 +0100)

----------------------------------------------------------------
pinctrl: renesas: Updates for v6.9

  - Add pin groups for SCIF_CLK2 on R-Car V4H,
  - Add support for port pins P19 to P28 on RZ/Five,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Claudiu Beznea (1):
      pinctrl: renesas: rzg2l: Fix locking in rzg2l_dt_subnode_to_map()

Geert Uytterhoeven (2):
      pinctrl: renesas: r8a779g0: Add missing SCIF_CLK2 pin group/function
      pinctrl: renesas: checker: Limit cfg reg enum checks to provided IDs

Lad Prabhakar (3):
      pinctrl: renesas: rzg2l: Improve code for readability
      pinctrl: renesas: rzg2l: Include pinmap in RZG2L_GPIO_PORT_PACK() macro
      pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28

 arch/riscv/boot/dts/renesas/r9a07g043f.dtsi |   4 +
 drivers/pinctrl/renesas/core.c              |   4 +-
 drivers/pinctrl/renesas/pfc-r8a779g0.c      |  14 ++
 drivers/pinctrl/renesas/pinctrl-rzg2l.c     | 307 +++++++++++++++++++++++-----
 4 files changed, 276 insertions(+), 53 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 Feb. 13, 2024, 8:41 a.m. UTC | #1
On Fri, Feb 9, 2024 at 5:55 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
>
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v6.9-tag1
>
> for you to fetch changes up to fea58424e2523376ece6f734479e63061e17ad7f:
>
>   pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28 (2024-01-31 14:50:44 +0100)

Pulled in to my devel branch, thanks!

Yours,
Linus Walleij