History log of /arch/arm/mach-imx/devices-imx25.h
Revision Date Author Comments
02ae8e8682112166493675c0b4aaa57737dc01e4 16-Jan-2014 Sascha Hauer <s.hauer@pengutronix.de> ARM i.MX: remove PWM platform support

As the i.MX pwm driver is devicetree only, remove the platform
support for this device.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
30caa4b763bf5973800633de55bae586ab443f78 11-Jun-2013 Marc Kleine-Budde <mkl@pengutronix.de> ARM: imx: prepare for removal of flexcan_platform_data

As there are no imx in-tree users of flexcan_platform_data, this patch removes
the possibility to register a flexcan device with platform data.

The functionality to swith on/off CAN transceivers is added to DT via
regulators in a later patch.

Compile time tested with imx_v4_v5_defconfig and imx_v6_v7_defconfig.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.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>
c45b1342b1d3ac144ccf55b377e5b70088fbaed2 13-Sep-2012 Shawn Guo <shawn.guo@linaro.org> ARM: imx: remove unnecessary inclusion from device-imx*.h

There is no need for device-imx*.h to include <soc>.h. Remove them
and fix one indirect inclusion in mach-mx31ads.c.

Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Arnd Bergmann <arnd@arndb.de>
bec31a85f0f83567ed4b77e0cd6399bac2f0f037 04-Jul-2012 Benoît Thébaudeau <benoit.thebaudeau@advansee.com> ARM: imx: remove unused pdata from device macros

Many imx device macros have a meaningless pdata. This patch removes those.

Cc: Sascha Hauer <kernel@pengutronix.de>
Cc: <linux-arm-kernel@lists.infradead.org>
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
af12e3aed1eeba872d3a90891d7a769c9013ee46 31-Mar-2011 Richard Zhao <richard.zhao@linaro.org> ARM: imx: clean up the section marks of extern data

Signed-off-by: Richard Zhao <richard.zhao@linaro.org>
LAKML-Reference: 1301566583-18947-1-git-send-email-richard.zhao@freescale.com
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
47be6b92c37a27837d73f4807684ce423aed796d 07-Mar-2011 Baruch Siach <baruch@tkos.co.il> ARM: imx/mx25: dynamically allocate pwm devices

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
cba57eb7d55923b74ed8c7d1dd97ecf98b7bba77 06-Mar-2011 Baruch Siach <baruch@tkos.co.il> ARM: imx/mx25: fix (again) spi device registration typo

This typo was fixed in 46e3f30 (mx25: fix spi device registration typo), but a
the merge at 0e44e059 (Merge commit 'v2.6.37-rc4' into imx-for-2.6.38) resolved
the merge conflict wrongly.

Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
124bf94a9f9b52341562628cd56b252e7d820ee8 19-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: imx: fix name for functions adding sdhci-esdhc-imx devices

and restore alphabetic ordering.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
e48ab1c16ff2af83e6a2a1228504710a5d339d08 11-Nov-2010 Uwe Kleine-König <u.kleine-koenig@pengutronix.de> ARM: imx: move mx25 support to mach-imx

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>