summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/iomux-mx1.h
AgeCommit message (Collapse)AuthorFilesLines
2016-08-09ARM: i.MX: Remove i.MX1 non-DT supportAlexander Shiyan1-155/+0
This patch removes registration helpers and support files, used for non-DT i.MX1 targets. Signed-off-by: Alexander Shiyan <shc_work@mail.ru> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
2012-10-15ARM: imx: move iomux drivers and headers into mach-imxShawn Guo1-0/+155
The board files in mach-imx are the only users of iomux drivers and headers. Move them into mach-imx from plat-mxc. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Arnd Bergmann <arnd@arndb.de>