mbox series

[00/14] pinctrl: renesas: Add support for R-Car V4M

Message ID cover.1706264667.git.geert+renesas@glider.be (mailing list archive)
Headers show
Series pinctrl: renesas: Add support for R-Car V4M | expand

Message

Geert Uytterhoeven Jan. 26, 2024, 10:43 a.m. UTC
Hi all,

This patch series adds pin control support for the R-Car V4M (R8A779H0)
SoC.

Some, but not all, of this has been tested on the Gray Hawk Single
development board.

There are also a few unresolved questions:
  - According to the documentation, using I2C requires setting
    SEL_S{CL,DA}[0-3]_1 instead of SEL_S{CL,DA}[0-3]_0 in the MOD_SEL
    register.  However, I2C works regardless of this setting, just like
    on R-Car V4H (see commit 42cbd16e7c547499 ("pinctrl: renesas:
    r8a779g0: Fixup MODSEL8")),
  - Using i2c-gpio instead of i2c-rcar for I2C0 does not work, even
    when using a similar scheme like on R-Car S4 and V3U (see e.g.
    commit 8bdd369dba7ff2f8 ("pinctrl: renesas: r8a779f0: Fix GPIO
    function on I2C-capable pins").

For testing, I have updated [1] accordingly.
Thanks for your comments!

[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/log/?h=topic/v4m-gray-hawk-single-v2

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 (1):
  dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M support

 .../bindings/pinctrl/renesas,pfc.yaml         |    1 +
 drivers/pinctrl/renesas/Kconfig               |    5 +
 drivers/pinctrl/renesas/Makefile              |    1 +
 drivers/pinctrl/renesas/core.c                |    6 +
 drivers/pinctrl/renesas/pfc-r8a779h0.c        | 3967 +++++++++++++++++
 drivers/pinctrl/renesas/sh_pfc.h              |    1 +
 6 files changed, 3981 insertions(+)
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a779h0.c

Comments

Geert Uytterhoeven Feb. 20, 2024, 10:47 a.m. UTC | #1
On Fri, Jan 26, 2024 at 11:57 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> This patch series adds pin control support for the R-Car V4M (R8A779H0)
> SoC.
>
> Some, but not all, of this has been tested on the Gray Hawk Single
> development board.

Thanks, queuing in renesas-pinctrl for v6.9.

Gr{oetje,eeting}s,

                        Geert