]> git.baikalelectronics.ru Git - kernel.git/commit
MXC: Add iomux support for MX35 SoCs
authorSascha Hauer <s.hauer@pengutronix.de>
Wed, 1 Apr 2009 09:11:48 +0000 (11:11 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Thu, 7 May 2009 14:14:56 +0000 (16:14 +0200)
commite232d86624ebb0126c416d43cda8750dc7438358
tree00b4d295f1b2738ba869ac5750f5f7debd456e01
parent4206450e976374c36a0f220e6d7045c79c5b653e
MXC: Add iomux support for MX35 SoCs

This iomux is called iomux-v3 in the tree because it is the third known
incarnation of MXC iomuxers. It is not only found on the MX35 but also
on the MX51 and probably others.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mx3/Kconfig
arch/arm/plat-mxc/Kconfig
arch/arm/plat-mxc/Makefile
arch/arm/plat-mxc/include/mach/iomux-v3.h [new file with mode: 0644]
arch/arm/plat-mxc/iomux-v3.c [new file with mode: 0644]