]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh-pfc: Add r8a73a4 pinmux support
authorMagnus Damm <damm@opensource.se>
Tue, 26 Mar 2013 13:49:49 +0000 (22:49 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Thu, 28 Mar 2013 01:02:05 +0000 (10:02 +0900)
commit9d75cc95c00b923c38d3eec85c77ddf72d2db28e
tree8a68994b69b898775b240c6a22bc4ad05fcde23c
parent152d02ad8fa2891bde885396f097007bbf889249
sh-pfc: Add r8a73a4 pinmux support

Add initial PFC support for the r8a73a4 SoC.

At this point only GPIO interface is supported, move to newer interfaces
planned as incremental changes.

Original authors are Morimoto-san with help from Yoshii-san, thanks to
them for the heavy lifting. Adjusted by Magnus to work together with
updated code in drivers/pinctrl.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Takashi Yoshii <takashi.yoshii.zj@renesas.com>
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/r8a73a4.h
drivers/pinctrl/sh-pfc/Kconfig
drivers/pinctrl/sh-pfc/Makefile
drivers/pinctrl/sh-pfc/core.c
drivers/pinctrl/sh-pfc/core.h
drivers/pinctrl/sh-pfc/pfc-r8a73a4.c [new file with mode: 0644]