History log of /arch/arm/plat-mxc/include/mach/iomux-mx1.h
Revision Date Author Comments
111588f8304b7e13f107bd4c590e8d3939ad907d 15-Feb-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> arm/imx/iomux-v1: rename header file

Addionally make iomux-mx*.h headers stand-alone and similar to iomux-v3
platform files should include their platform iomux header from now on.
For now iomux.h simply includes all iomux-v1 platform headers and so
provides compatibility until all files are converted.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
6863f1981060832536f2d06c20c0219b2e74c477 15-Feb-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> arm/imx/iomux-mx1: unify style and comment cleanup

- use __MACH_IOMUX_MX1_H__ as header protector analogous to
<mach/mx...h>
- use tabs for indention

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
ccfe30a7c8329e85ae426813a1060e27e2547dd1 29-Jan-2009 Holger Schurig <hs4233@mail.mn-solutions.de> arm/imx2x: new IOMUX definitions

* removed iomux-mx1-mx2.h completely
* distributes the former contents to four different files (iomux-mx1.h,
iomux-mx21.h, iomux-mx27.h and the file iomux-mx2x.h, which is common to
both i.MX21 and i.MX27).
* adds all documented IOMUX definitions for i.MX21 and i.MX27
* fixes a few that were wrong (PD14_AOUT_FEC_CLR, PE16_AF_RTCK).
* don't silenly include <linux/io.h>
* and fixes all collateral damage from above

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>