Hi! This series provides basic V3U pin control support, up to and including the SCIF pins. The driver has been ported from the BSP. I have done compile and unit tests, but have not tried it on actual hardware yet. CU Uli Ulrich Hecht (3): pinctrl: renesas: implement unlock register masks pinctrl: renesas: Initial R8A779A0 (V3U) PFC support pinctrl: renesas: r8a779a0: Add SCIF pins, groups and functions drivers/pinctrl/renesas/Kconfig | 5 + drivers/pinctrl/renesas/Makefile | 1 + drivers/pinctrl/renesas/core.c | 34 +- drivers/pinctrl/renesas/pfc-r8a779a0.c | 2672 ++++++++++++++++++++++++ drivers/pinctrl/renesas/sh_pfc.h | 1 + 5 files changed, 2703 insertions(+), 10 deletions(-) create mode 100644 drivers/pinctrl/renesas/pfc-r8a779a0.c -- 2.20.1