ARM: 6020/1: ST SPEAr: Adding gpio pad multiplexing support
authorviresh kumar <viresh.kumar@st.com>
Thu, 1 Apr 2010 11:31:29 +0000 (12:31 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 14 Apr 2010 10:34:38 +0000 (11:34 +0100)
commit70f4c0bf9e4d067744ee453bc37c0c4adcea6e53
tree0918b10d980c503c258687a0c65b8d0428d3a455
parentb77932a4d265586748f05a8c8fad7ef4174c0296
ARM: 6020/1: ST SPEAr: Adding gpio pad multiplexing support

GPIO Pads in spear platform are are multiplexed in various machines.
This patch adds support for this pad multiplexing.

Reviewed-by: Linus Walleij <linux.walleij@stericsson.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-spear3xx/include/mach/generic.h
arch/arm/mach-spear3xx/spear300.c
arch/arm/mach-spear3xx/spear300_evb.c
arch/arm/mach-spear3xx/spear310.c
arch/arm/mach-spear3xx/spear310_evb.c
arch/arm/mach-spear3xx/spear320.c
arch/arm/mach-spear3xx/spear320_evb.c
arch/arm/mach-spear3xx/spear3xx.c
arch/arm/plat-spear/Makefile
arch/arm/plat-spear/include/plat/padmux.h [new file with mode: 0644]
arch/arm/plat-spear/padmux.c [new file with mode: 0644]