summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/devices.h
Commit message (Collapse)AuthorAgeFilesLines
* include: Move fec eth platform_data to include/platform_dataSascha Hauer2016-04-151-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* input: move matrix_keypad_build_keymap() to C fileSascha Hauer2016-01-131-1/+1
| | | | | | | | Future additions will make the function too big to live as a static inline function. Move to a C file and while at it, move matrix_keypad.h to include/input/ where it belongs to. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* spi: imx: Use device idsSascha Hauer2014-02-101-1/+3
| | | | | | To let the driver work on all SoCs without the use of cpu_is_*() Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX27: Add USB device functionsSascha Hauer2012-12-131-0/+2
| | | | | | | Register the USB misc devices and provide convenience wrappers to register the USB ports for i.MX27. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: Add i.MX51 PATA device supportSascha Hauer2012-12-061-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net fec_imx: determine fec version based on device idsSascha Hauer2012-10-051-1/+2
| | | | | | | | This adds the device id mechanism to the i.MX fec driver and uses it to determine the fec version. Also adds devicetree probing support. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* serial i.MX: Use devtype data to determine uart versionSascha Hauer2012-10-051-1/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* input: add i.MX51 platform code for matrix keypad driverChristian Kapeller2012-07-171-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* imx-esdhc: add support of card detectJean-Christophe PLAGNIOL-VILLARD2011-12-051-1/+2
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* i.MX device macros: Fix esdhciSascha Hauer2010-11-181-0/+1
| | | | | | | | The patch introducing device macros for i.MX accidently registered a imx-mmc device for i.MX25/35/51. It should be a imx-esdhc device. This patch fixes tis Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* ARM i.MX: Add device convenience functionsSascha Hauer2010-11-021-0/+17
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>