summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-mx25/sys_proto.h
Commit message (Collapse)AuthorAgeLines
* imx: mx25: Remove legacy iomux supportBenoît Thébaudeau2013-05-05-32/+0
| | | | | | | Legacy iomux support is no longer needed now that all boards have been converted to iomux-v3. Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
* mx25: Place common functions into sys_proto.hFabio Estevam2012-10-26-0/+3
| | | | | | | | imx-regs.h is meant to contain SoC register definitions. Common SoC funtions should go to sys_proto.h instead. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
* MX25: tx25: Avoid the usage of extern in C fileFabio Estevam2011-09-30-0/+29
Avoid the usage of extern in C file as pointed out by checkpatch. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>