mbox series

[GIT,PULL] pinctrl: renesas: Updates for v6.14 (take three)

Message ID cover.1736928826.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: renesas: Updates for v6.14 (take three) | expand

Pull-request

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

Message

Geert Uytterhoeven Jan. 15, 2025, 8:22 a.m. UTC
Hi Linus,

The following changes since commit 829356da700bbe07e13b4403997bf8c5aac64660:

  pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC (2025-01-03 21:09:19 +0100)

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.14-tag3

for you to fetch changes up to accabfaae0940f9427c782bfee7340ce4c15151c:

  pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E (2025-01-14 09:22:48 +0100)

----------------------------------------------------------------
pinctrl: renesas: Updates for v6.14 (take three)

  - Fix PFC_MASK for RZ/V2H and RZ/G3E.

This late PR is a fix for an issue which does not show up yet (because
the boot loader does the right configuration), but which may show up
when more device support is added to the DTS.  Hence it is better to fix
it sooner rather than later.

Thanks for pulling!
----------------------------------------------------------------
Lad Prabhakar (1):
      pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E

 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 Jan. 15, 2025, 11:25 a.m. UTC | #1
On Wed, Jan 15, 2025 at 9:22 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 829356da700bbe07e13b4403997bf8c5aac64660:
>
>   pinctrl: renesas: rzg2l: Add support for RZ/G3E SoC (2025-01-03 21:09:19 +0100)
>
> 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.14-tag3
>
> for you to fetch changes up to accabfaae0940f9427c782bfee7340ce4c15151c:
>
>   pinctrl: renesas: rzg2l: Fix PFC_MASK for RZ/V2H and RZ/G3E (2025-01-14 09:22:48 +0100)

Thanks Geert,

pulled in!

Yours,
Linus Walleij