]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sh: Add support pin function control using GPIO
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 21 Jun 2012 02:26:38 +0000 (11:26 +0900)
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Wed, 8 Aug 2012 01:24:41 +0000 (10:24 +0900)
commitd764c5043d6d72e012f3e50092344ebd57a0c242
tree4a8f48e2543bac544ab6099f904fda42d2012165
parentd61678e096bbb15d46bb297f98abbd903589c118
sh: Add support pin function control using GPIO

Renesas SH and R-Mobile set up device using PFC.
This provide the framework. Most codes were brought from linux kernel.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
drivers/gpio/Makefile
drivers/gpio/sh_pfc.c [new file with mode: 0644]
include/sh_pfc.h [new file with mode: 0644]