Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-21 | ARM: imx: refactor mxc_iomux_mode() | Dmitry Voytik | |
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> | |||
2012-10-15 | ARM: imx: move iomux drivers and headers into mach-imx | Shawn Guo | |
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> |