mbox series

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

Message ID cover.1714118620.git.geert+renesas@glider.be
State New
Headers show
Series [GIT,PULL] pinctrl: renesas: Updates for v6.10 | expand

Pull-request

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

Message

Geert Uytterhoeven April 26, 2024, 8:10 a.m. UTC
Hi Linus,

The following changes since commit 02cd2d3be1c31a3fd328ee83e576340d34bc57d9:

  pinctrl: renesas: rzg2l: Configure the interrupt type on resume (2024-04-22 09:54:00 +0200)

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.10-tag1

for you to fetch changes up to cd27553b0dee6fdc4a2535ab9fc3c8fbdd811d13:

  pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces (2024-04-25 10:35:05 +0200)

Thanks for pulling!

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

  - Add external interrupt pin groups on R-Car V4M,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Geert Uytterhoeven (2):
      pinctrl: renesas: r8a779h0: Fix IRQ suffixes
      pinctrl: renesas: r8a779h0: Add INTC-EX pins, groups, and function

Lad Prabhakar (1):
      pinctrl: renesas: rzg2l: Remove extra space in function parameter

Paul Barker (1):
      pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces

 drivers/pinctrl/renesas/pfc-r8a779h0.c  | 136 +++++++++++++++++++++++++++++---
 drivers/pinctrl/renesas/pinctrl-rzg2l.c |   4 +-
 2 files changed, 127 insertions(+), 13 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 April 29, 2024, 12:31 p.m. UTC | #1
On Fri, Apr 26, 2024 at 10:10 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 02cd2d3be1c31a3fd328ee83e576340d34bc57d9:
>
>   pinctrl: renesas: rzg2l: Configure the interrupt type on resume (2024-04-22 09:54:00 +0200)
>
> 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.10-tag1
>
> for you to fetch changes up to cd27553b0dee6fdc4a2535ab9fc3c8fbdd811d13:
>
>   pinctrl: renesas: rzg2l: Limit 2.5V power supply to Ethernet interfaces (2024-04-25 10:35:05 +0200)

Pulled into my "devel" branch for v6.10, excellent work as usual!

Yours,
Linus Walleij