mbox series

[GIT,PULL] pinctrl: renesas: Fixes for v6.9

Message ID cover.1712915891.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: renesas: Fixes for v6.9 | expand

Pull-request

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

Message

Geert Uytterhoeven April 12, 2024, 10:02 a.m. UTC
Hi Linus,

The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to aa43c15a790cf083a6e6a7c531cffd27a5e1fd4f:

  pinctrl: renesas: rzg2l: Execute atomically the interrupt configuration (2024-03-26 09:42:37 +0100)

----------------------------------------------------------------
pinctrl: renesas: Fixes for v6.9

  - Fix a dtbs_check warning on RZ/G3S,
  - Fix a lockdep warning on RZ/G2L.

Thanks for pulling!

----------------------------------------------------------------
Claudiu Beznea (1):
      pinctrl: renesas: rzg2l: Execute atomically the interrupt configuration

Lad Prabhakar (1):
      dt-bindings: pinctrl: renesas,rzg2l-pinctrl: Allow 'input' and 'output-enable' properties

 .../devicetree/bindings/pinctrl/renesas,rzg2l-pinctrl.yaml    |  2 ++
 drivers/pinctrl/renesas/pinctrl-rzg2l.c                       | 11 ++++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

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 17, 2024, 8:52 a.m. UTC | #1
On Fri, Apr 12, 2024 at 12:48 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 4cece764965020c22cff7665b18a012006359095:
>
>   Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-fixes-for-v6.9-tag1
>
> for you to fetch changes up to aa43c15a790cf083a6e6a7c531cffd27a5e1fd4f:
>
>   pinctrl: renesas: rzg2l: Execute atomically the interrupt configuration (2024-03-26 09:42:37 +0100)

Pulled into my fixes branch, thanks!

Yours,
Linus Walleij