History log of /arch/arm/mach-imx/devices/platform-fec.c
Revision Date Author Comments
152e671e91dd3f1b3448040ce6251f0ef95a6ef1 19-May-2014 Shawn Guo <shawn.guo@freescale.com> ARM: imx5: remove i.MX5 non-DT device registration helpers

i.MX5 is DT only platforms, so these non-DT device registration helpers
is used nowhere. Remove them.

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
7356420cd34e40fe27bf26555b0bf3f2849a43dd 22-Jan-2013 Fabio Estevam <fabio.estevam@freescale.com> ARM: imx: Remove mx508 support

Only mx508 based board is mach-mx50_rdp and it has been marked as BROKEN
for several releases.

mx508 currently lacks clock support.

In case someone needs to add mx508 support back, then the recommended approach
is to use device tree.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
50f2de61269bbe2f40bead1969a9594fa8599b93 14-Sep-2012 Shawn Guo <shawn.guo@linaro.org> ARM: imx: include hardware.h rather than mach/hardware.h

It moves a bunch of header files included in hardware.h and itself
from mach-imx/include/mach to mach-imx, and updates users to include
hardware.h rather than mach/hardware.h. The files in mach-imx/devices
will need to include "../hardware.h".

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
e0557c0d1a3a9c38af6777d308f98da12c94e137 13-Sep-2012 Shawn Guo <shawn.guo@linaro.org> ARM: imx: move platform device code into mach-imx

It moves platform device code from plat-mxc into mach-imx. Along with
that, header devices-common.h gets moved from plat-mxc/include/mach/
into mach-imx/devices/.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>