summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/iomux-mx25.h
AgeCommit message (Collapse)AuthorFilesLines
2015-03-11ARM: mx25: Remove platform code support filesFabio Estevam1-524/+0
As mx25 is a dt-only platform, we can get rid of platform code support files, which are unused now. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
2012-10-15ARM: imx: move iomux drivers and headers into mach-imxShawn Guo1-0/+524
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>