sh-pfc: Initial r8a7790 PFC support
authorKoji Matsuoka <koji.matsuoka.xm@rms.renesas.com>
Mon, 8 Apr 2013 02:08:53 +0000 (11:08 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 4 Jun 2013 12:03:58 +0000 (21:03 +0900)
commit58c229e18b7754dfe505f3bc1688feb28c84f42a
tree29be1154b136dbf33d48e573081d3e516d138221
parent369b00bbe51e128a201af58a4daabb01253f126e
sh-pfc: Initial r8a7790 PFC support

Add initial PFC support for the r8a7790 SoC.

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

Original authors is Koji Matsuoka-san, thanks for him
and his team for the heavy lifting. Adjusted by Magnus
to work together with updated code in drivers/pinctrl.

Signed-off-by: Koji Matsuoka <koji.matsuoka.xm@rms.renesas.com>
Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/include/mach/r8a7790.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-r8a7790.c [new file with mode: 0644]