summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/iomux-v3.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ARM: imx: Fix trivial typo in commentsYannick Guerrini2015-03-031-1/+1
| | | | | | | change 'mutliple' to 'multiple' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx/iomux-v3: allow pad_list to be constUwe Kleine-König2015-03-031-1/+2
| | | | | | | | Also fix all machine files to make use of it and while at it also make the pad lists __initconst. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: move iomux drivers and headers into mach-imxShawn Guo2012-10-151-0/+142
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>