Hi! This implements a minimal set of PFC functionality for the M3 and sits on top of renesas-drivers-2016-06-21-v4.7-rc4. It includes the SCIF pin groups and enables pin control for the serial console (SCIF2) on the Salvator-X board. CU Uli Takeshi Kihara (3): pinctrl: sh-pfc: Initial R8A7796 PFC support pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functions arm64: dts: r8a7796: Add pinctrl device node Ulrich Hecht (1): arm64: dts: r8a7795: salvator: add serial console pins .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 + arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts | 9 + arch/arm64/boot/dts/renesas/r8a7796.dtsi | 5 + drivers/pinctrl/sh-pfc/Kconfig | 5 + drivers/pinctrl/sh-pfc/Makefile | 1 + drivers/pinctrl/sh-pfc/core.c | 6 + drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 2348 ++++++++++++++++++++ drivers/pinctrl/sh-pfc/sh_pfc.h | 10 +- 8 files changed, 2383 insertions(+), 2 deletions(-) create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a7796.c -- 2.7.4