mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven Sept. 29, 2023, 11:18 a.m. UTC
Hi Linus,

The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:

  Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)

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-tag1

for you to fetch changes up to c385256611b1af79d180e35c07992b43e1be5067:

  pinctrl: renesas: rzg2l: Rename rzg2l_gpio_configs[] (2023-09-26 09:44:51 +0200)

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

  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (1):
      pinctrl: renesas: rzg2l: Make reverse order of enable() for disable()

Claudiu Beznea (1):
      pinctrl: renesas: rzg2l: Make struct rzg2l_pinctrl_data::dedicated_pins constant

Geert Uytterhoeven (2):
      pinctrl: renesas: r8a7779: s/LSBC/LBSC/
      pinctrl: renesas: rzg2l: Rename rzg2l_gpio_configs[]

 drivers/pinctrl/renesas/pfc-r8a7779.c   |  2 +-
 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 17 +++++++++--------
 2 files changed, 10 insertions(+), 9 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. 2, 2023, 7:50 a.m. UTC | #1
On Fri, Sep 29, 2023 at 1:18 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
>
>   Linux 6.6-rc1 (2023-09-10 16:28:41 -0700)
>
> 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-tag1
>
> for you to fetch changes up to c385256611b1af79d180e35c07992b43e1be5067:
>

Pulled into my "devel" branch, thanks!

Yours,
Linus Walleij