mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven June 14, 2024, 9:07 a.m. UTC
Hi Linus,

The following changes since commit a39741d38c048a48ae0d65226d9548005a088f5f:

  pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore} (2024-05-27 17:13:31 +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-tag1

for you to fetch changes up to 9bd95ac86e700ab8b1a6c225685e0e5afe426b4e:

  pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC (2024-06-11 09:50:25 +0200)

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

  - Add support for the new RZ/V2H(P) (R9A09G057) Soc,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      pinctrl: renesas: rzn1: Use for_each_child_of_node_scoped()

Lad Prabhakar (15):
      dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Remove the check from the object
      pinctrl: renesas: rzg2l: Allow more bits for pin configuration
      pinctrl: renesas: rzg2l: Drop struct rzg2l_variable_pin_cfg
      pinctrl: renesas: rzg2l: Enable variable configuration for all
      pinctrl: renesas: rzg2l: Validate power registers for SD and ETH
      pinctrl: renesas: rzg2l: Add function pointer for PFC register locking
      pinctrl: renesas: rzg2l: Add function pointer for PMC register write
      pinctrl: renesas: rzg2l: Add function pointers for OEN register access
      pinctrl: renesas: rzg2l: Add support to configure slew-rate
      pinctrl: renesas: rzg2l: Add support for pull-up/down
      pinctrl: renesas: rzg2l: Pass pincontrol device to pinconf_generic_parse_dt_config()
      pinctrl: renesas: rzg2l: Add support for custom parameters
      pinctrl: renesas: rzg2l: Acquire lock in rzg2l_pinctrl_pm_setup_pfc()
      dt-bindings: pinctrl: renesas: Document RZ/V2H(P) SoC
      pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC

Peng Fan (1):
      pinctrl: renesas: Use scope based of_node_put() cleanups

 .../bindings/pinctrl/renesas,rzg2l-pinctrl.yaml    |  52 +-
 drivers/pinctrl/renesas/pinctrl-rza1.c             |  14 +-
 drivers/pinctrl/renesas/pinctrl-rzg2l.c            | 778 ++++++++++++++++-----
 drivers/pinctrl/renesas/pinctrl-rzn1.c             |  26 +-
 drivers/pinctrl/renesas/pinctrl-rzv2m.c            |   7 +-
 drivers/pinctrl/renesas/pinctrl.c                  |   7 +-
 6 files changed, 650 insertions(+), 234 deletions(-)

Comments

Linus Walleij June 17, 2024, 7:28 a.m. UTC | #1
On Fri, Jun 14, 2024 at 11:07 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit a39741d38c048a48ae0d65226d9548005a088f5f:
>
>   pinctrl: renesas: rzg2l: Use spin_{lock,unlock}_irq{save,restore} (2024-05-27 17:13:31 +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-tag1
>
> for you to fetch changes up to 9bd95ac86e700ab8b1a6c225685e0e5afe426b4e:
>
>   pinctrl: renesas: rzg2l: Add support for RZ/V2H SoC (2024-06-11 09:50:25 +0200)

Pulled in, thanks Geert!
Excellent work as usual.

Yours,
Linus Walleij