summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/iomux-mx3.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: i.MX31 iomux: remove duplicates with alternate nameAlexander Kurz2016-08-081-3/+0
| | | | | | | | Three iomux were accessinble with two distinct names, typo? Remove the unused duplicates and fix the typo. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* ARM: i.MX31 iomux: remove plain duplicatesAlexander Kurz2016-08-081-31/+0
| | | | | | | No need to define some of the iomux twice, remove the duplicates. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
* 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: refactor mxc_iomux_mode()Dmitry Voytik2014-11-221-1/+1
| | | | | | | | | | Refactor mxc_iomux_mode(): - since it always returns 0 make it to return void - remove unnecessary ret variable - declare variables according to the kernel coding style Signed-off-by: Dmitry Voytik <voytikd@gmail.com> Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
* ARM: imx: move iomux drivers and headers into mach-imxShawn Guo2012-10-151-0/+753
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>
OpenPOWER on IntegriCloud