mbox series

[GIT,PULL,v2] pinctrl: renesas: Updates for v6.11 (take two)

Message ID cover.1719837986.git.geert+renesas@glider.be (mailing list archive)
State New
Headers show
Series [GIT,PULL,v2] pinctrl: renesas: Updates for v6.11 (take two) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v6.11-tag2-v2

Message

Geert Uytterhoeven July 1, 2024, 12:56 p.m. UTC
Hi Linus,

This is v2 of "[GIT PULL] pinctrl: renesas: Updates for v6.11 (take
two)".

Changes compared to v1:
  - Back out all R-Car fuse commits.

The following changes since commit 9bd95ac86e700ab8b1a6c225685e0e5afe426b4e:

  pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC (2024-06-11 09:50:25 +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.11-tag2-v2

for you to fetch changes up to 71062e52fc0aea0f3477aaaaa789226388a7eeaf:

  pinctrl: renesas: r8a779h0: Remove unneeded separators (2024-07-01 11:27:39 +0200)

----------------------------------------------------------------
pinctrl: renesas: Updates for v6.11 (take two)

  - Fix ambiguous and inconsistent pin group names on R-Car V4H,
  - Add MII Ethernet PHY and external interrupt pin groups on R-Car V4H,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (12):
      pinctrl: renesas: r8a779g0: Fix CANFD5 suffix
      pinctrl: renesas: r8a779g0: Fix FXR_TXEN[AB] suffixes
      pinctrl: renesas: r8a779g0: Fix (H)SCIF1 suffixes
      pinctrl: renesas: r8a779g0: Fix (H)SCIF3 suffixes
      pinctrl: renesas: r8a779g0: Fix IRQ suffixes
      pinctrl: renesas: r8a779g0: FIX PWM suffixes
      pinctrl: renesas: r8a779g0: Fix TCLK suffixes
      pinctrl: renesas: r8a779g0: Fix TPU suffixes
      pinctrl: renesas: r8a779h0: Add AVB MII pins and groups
      pinctrl: renesas: r8a779g0: Remove unneeded separators
      pinctrl: renesas: r8a779g0: Add INTC-EX pins, groups, and function
      pinctrl: renesas: r8a779h0: Remove unneeded separators

Lad Prabhakar (4):
      pinctrl: renesas: rzg2l: Update PIN_CFG_MASK() macro to be 32-bit wide
      pinctrl: renesas: rzg2l: Adjust bit masks for PIN_CFG_VARIABLE to use BIT(62)
      pinctrl: renesas: rzg2l: Move RZG2L_SINGLE_PIN definition to top of the file
      pinctrl: renesas: rzg2l: Reorganize variable configuration macro

Michał Mirosław (1):
      pinctrl: renesas: sh73a0: Use rdev_get_drvdata()

 drivers/pinctrl/renesas/pfc-r8a779g0.c  | 830 ++++++++++++++++++--------------
 drivers/pinctrl/renesas/pfc-r8a779h0.c  |  82 +++-
 drivers/pinctrl/renesas/pfc-sh73a0.c    |   4 +-
 drivers/pinctrl/renesas/pinctrl-rzg2l.c |  59 +--
 4 files changed, 557 insertions(+), 418 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 July 2, 2024, 2:12 p.m. UTC | #1
On Mon, Jul 1, 2024 at 2:56 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> This is v2 of "[GIT PULL] pinctrl: renesas: Updates for v6.11 (take
> two)".
>
> Changes compared to v1:
>   - Back out all R-Car fuse commits.
>
> The following changes since commit 9bd95ac86e700ab8b1a6c225685e0e5afe426b4e:

Pulled in, thanks Geert!

Yours,
Linus Walleij