Hi LinusW, Laurent These are v2 of r8a7795 PFC support. r8a7795 needs 1) 8) 9) 2) - 7) are cleanup patches, but not related to r8a7795 This time r8a7795 PFC driver is using many macros. I took precedence "readable code" more than "80 character". These macro are same as "datasheet" style. So, I believe review is easy. Kuninori Morimoto (9): 1) sh-pfc: modify PINMUX_IPSR_MSEL() macro order 2) sh-pfc: pfc-sh7734: use PINMUX_IPSR_MSEL() 3) sh-pfc: pfc-r8a7794: use PINMUX_IPSR_MSEL() 4) sh-pfc: pfc-r8a7791: use PINMUX_IPSR_MSEL() 5) sh-pfc: pfc-r8a7790: use PINMUX_IPSR_MSEL() 6) sh-pfc: pfc-r8a7779: use PINMUX_IPSR_MSEL() 7) sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA() 8) sh-pfc: Initial R8A7795 PFC support 9) sh-pfc: r8a7795: add SCIFx support Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 + drivers/pinctrl/sh-pfc/Kconfig | 5 + drivers/pinctrl/sh-pfc/Makefile | 1 + drivers/pinctrl/sh-pfc/core.c | 6 + drivers/pinctrl/sh-pfc/core.h | 1 + drivers/pinctrl/sh-pfc/pfc-r8a7779.c | 420 +++++++++--------- drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1038 +++++++++++++++++++++---------------------- drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 1076 ++++++++++++++++++++++---------------------- drivers/pinctrl/sh-pfc/pfc-r8a7794.c | 828 +++++++++++++++++----------------- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 2263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/pinctrl/sh-pfc/pfc-sh7734.c | 778 ++++++++++++++++---------------- drivers/pinctrl/sh-pfc/sh_pfc.h | 2 - 12 files changed, 4347 insertions(+), 2072 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html