mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven Sept. 3, 2024, 2:52 p.m. UTC
Hi Linus,

The following changes since commit f73f63b24491fa43641daf3b6162d2a451bd8481:

  pinctrl: renesas: rzg2l: Use dev_err_probe() (2024-08-02 11:26:03 +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.12-tag2

for you to fetch changes up to 1325820dd085809645bdd89a2fd408a05b4a5492:

  pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases (2024-09-02 10:13:59 +0200)

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

  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Andy Shevchenko (1):
      pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API

Lad Prabhakar (2):
      pinctrl: renesas: rzg2l: Introduce single macro for digital noise filter configuration
      pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases

Shen Lichuan (1):
      pinctrl: renesas: Switch to use kmemdup_array()

 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 72 ++++++++++++---------------------
 drivers/pinctrl/renesas/pinctrl-rzv2m.c |  3 +-
 drivers/pinctrl/renesas/pinctrl.c       |  3 +-
 3 files changed, 28 insertions(+), 50 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 Sept. 5, 2024, 1:08 p.m. UTC | #1
On Tue, Sep 3, 2024 at 4:52 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit f73f63b24491fa43641daf3b6162d2a451bd8481:
>
>   pinctrl: renesas: rzg2l: Use dev_err_probe() (2024-08-02 11:26:03 +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.12-tag2
>
> for you to fetch changes up to 1325820dd085809645bdd89a2fd408a05b4a5492:
>
>   pinctrl: renesas: rzg2l: Move pinconf_to_config_argument() call outside of switch cases (2024-09-02 10:13:59 +0200)

Pulled into my pinctrl devel branch, thanks!

Yours,
Linus Walleij