linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] pinctrl: renesas: Updates for v6.9 (take two)
Date: Fri, 23 Feb 2024 12:28:50 +0100	[thread overview]
Message-ID: <cover.1708687406.git.geert+renesas@glider.be> (raw)

	Hi Linus,

The following changes since commit fea58424e2523376ece6f734479e63061e17ad7f:

  pinctrl: renesas: pinctrl-rzg2l: Add the missing port pins P19 to P28 (2024-01-31 14:50:44 +0100)

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.9-tag2

for you to fetch changes up to a6f06b909fee72c679c565adfa7f080f9595e336:

  pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm (2024-02-21 16:34:33 +0100)

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

  - Add support for the R-Car V4M (R8A779H0) SoC,
  - Add support for suspend/resume on the RZ/G2L family,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (3):
      pinctrl: renesas: rzg2l: Configure interrupt input mode
      pinctrl: renesas: rzg2l: Simplify rzg2l_gpio_irq_{en,dis}able()
      pinctrl: renesas: rzg2l: Avoid configuring ISEL in gpio_irq_{en,dis}able*(

Claudiu Beznea (2):
      pinctrl: renesas: rzg2l: Select GPIOLIB_IRQCHIP and IRQ_DOMAIN_HIERARCHY
      pinctrl: renesas: rzg2l: Add suspend/resume support

Cong Dang (13):
      pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC support
      pinctrl: renesas: r8a779h0: Add Ethernet AVB pins, groups, functions
      pinctrl: renesas: r8a779h0: Add SD/MMC pins, groups, functions
      pinctrl: renesas: r8a779h0: Add QSPI pins, groups, functions
      pinctrl: renesas: r8a779h0: Add SCIF pins, groups, functions
      pinctrl: renesas: r8a779h0: Add SCIF_CLK pins, groups, functions
      pinctrl: renesas: r8a779h0: Add HSCIF pins, groups, functions
      pinctrl: renesas: r8a779h0: Add I2C pins, groups, functions
      pinctrl: renesas: r8a779h0: Add MSIOF pins, groups, functions
      pinctrl: renesas: r8a779h0: Add PWM/TPU pins, groups, functions
      pinctrl: renesas: r8a779h0: Add CANFD pins, groups, functions
      pinctrl: renesas: r8a779h0: Add PCIe pins, groups, functions
      pinctrl: renesas: r8a779h0: Add Audio pins, groups, functions

Geert Uytterhoeven (2):
      dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M support
      pinctrl: renesas: Allow the compiler to optimize away sh_pfc_pm

 .../devicetree/bindings/pinctrl/renesas,pfc.yaml   |    1 +
 drivers/pinctrl/renesas/Kconfig                    |    7 +
 drivers/pinctrl/renesas/Makefile                   |    1 +
 drivers/pinctrl/renesas/core.c                     |   10 +-
 drivers/pinctrl/renesas/pfc-r8a779h0.c             | 3967 ++++++++++++++++++++
 drivers/pinctrl/renesas/pinctrl-rzg2l.c            |  485 ++-
 drivers/pinctrl/renesas/sh_pfc.h                   |    1 +
 7 files changed, 4440 insertions(+), 32 deletions(-)
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a779h0.c

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

             reply	other threads:[~2024-02-23 11:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 11:28 Geert Uytterhoeven [this message]
2024-02-26 14:29 ` [GIT PULL] pinctrl: renesas: Updates for v6.9 (take two) Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1708687406.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).