]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: rmobile: Add support PFC of Renesas R8A7740
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Fri, 20 Jul 2012 04:07:43 +0000 (13:07 +0900)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 00:04:25 +0000 (02:04 +0200)
commit62d0b6bab1d646b354ceecbce668d56f6dc33849
treebd664fe9bcfacc821c390ba52d334dd2c6392944
parentcfa291b7b829aaee27a94da300bc7c974e15abdf
arm: rmobile: Add support PFC of Renesas R8A7740

Renesas R8A7740 has GPIO based PFC. This privode framework of PFC.
The code included in this base from linux kernel.

Signed-off-by: Hideyuki Sano <hideyuki.sano.dn@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
arch/arm/cpu/armv7/rmobile/cpu_info-r8a7740.c
arch/arm/cpu/armv7/rmobile/pfc-r8a7740.c [new file with mode: 0644]
arch/arm/include/asm/arch-rmobile/gpio.h
arch/arm/include/asm/arch-rmobile/r8a7740-gpio.h [new file with mode: 0644]