Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | ARM: imx: refactor mxc_iomux_mode() | Dmitry Voytik | 2014-11-21 |
| | | | | | | | | | | 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-imx | Shawn Guo | 2012-10-14 |
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> |