mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven Oct. 13, 2023, 12:48 p.m. UTC
Hi Linus,

The following changes since commit c385256611b1af79d180e35c07992b43e1be5067:

  pinctrl: renesas: rzg2l: Rename rzg2l_gpio_configs[] (2023-09-26 09:44:51 +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.7-tag2

for you to fetch changes up to 583d8073205566468abf3a34000fccdd1d19c9cc:

  pinctrl: renesas: rzn1: Convert to platform remove callback returning void (2023-10-13 09:38:05 +0200)

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

  - Add pin groups for the Local Bus State Controller (LBSC) on R-Car
    M1A,
  - Add support for the RZ/G3S (R9A08G045) SoC,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Claudiu Beznea (7):
      pinctrl: renesas: rzg2l: Index all registers based on port offset
      pinctrl: renesas: rzg2l: Adapt for different SD/PWPR register offsets
      pinctrl: renesas: rzg2l: Adapt function number for RZ/G3S
      pinctrl: renesas: rzg2l: Move DS and OI to SoC-specific configuration
      pinctrl: renesas: rzg2l: Add support for different DS values on different groups
      dt-bindings: pinctrl: renesas: Document RZ/G3S SoC
      pinctrl: renesas: rzg2l: Add RZ/G3S support

Geert Uytterhoeven (1):
      pinctrl: renesas: r8a7778: Add LBSC pins, groups, and functions

Lad Prabhakar (1):
      pinctrl: renesas: rzg2l: Add validation of GPIO pin in rzg2l_gpio_request()

Uwe Kleine-König (1):
      pinctrl: renesas: rzn1: Convert to platform remove callback returning void

 .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml    |  20 +
 drivers/pinctrl/renesas/pfc-r8a7778.c              |  38 ++
 drivers/pinctrl/renesas/pinctrl-rzg2l.c            | 700 ++++++++++++++++-----
 drivers/pinctrl/renesas/pinctrl-rzn1.c             |   6 +-
 4 files changed, 613 insertions(+), 151 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. 13, 2023, 1:33 p.m. UTC | #1
On Fri, Oct 13, 2023 at 2:48 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit c385256611b1af79d180e35c07992b43e1be5067:
>
>   pinctrl: renesas: rzg2l: Rename rzg2l_gpio_configs[] (2023-09-26 09:44:51 +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.7-tag2
>
> for you to fetch changes up to 583d8073205566468abf3a34000fccdd1d19c9cc:
>
>   pinctrl: renesas: rzn1: Convert to platform remove callback returning void (2023-10-13 09:38:05 +0200)

Pulled in, thanks!

And thanks for accounting for my screwups by dropping the duplicate patch.

Yours,
Linus Walleij