]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd9776dbbb132cb3b9bb831ed727a6d6f39ce7a21
tree29be1154b136dbf33d48e573081d3e516d138221
parent6df99f8bc8e53f67c7c0ed9661c73662741968e4
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]