]> git.baikalelectronics.ru Git - kernel.git/commit
MXC arch: Add gpio support for the whole platform
authorJuergen Beisert <j.beisert@pengutronix.de>
Sat, 5 Jul 2008 08:02:49 +0000 (10:02 +0200)
committerRobert Schwebel <r.schwebel@pengutronix.de>
Sat, 5 Jul 2008 08:02:49 +0000 (10:02 +0200)
commit86047271958e6eb3e7cf0a1636bcf4f04c519383
tree94a09785b99feebe4c83e836a976fe7fbf146813
parentc3ca6dd9fc090d7cbdc0dcb51c9802c6c419e1ab
MXC arch: Add gpio support for the whole platform

This patch bases on the one from Daniel Mack. The most important change to
Daniel's patch is to be more generic. This gpio routine supports at least
the i.MX27 and i.MX31 processors.

Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Acked-by: Daniel Mack <daniel@caiaq.de>
arch/arm/Kconfig
arch/arm/mach-mx3/devices.c
arch/arm/plat-mxc/Makefile
arch/arm/plat-mxc/gpio.c [new file with mode: 0644]
arch/arm/plat-mxc/irq.c
include/asm-arm/arch-mxc/common.h
include/asm-arm/arch-mxc/gpio.h [new file with mode: 0644]
include/asm-arm/arch-mxc/mx31.h