summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+8
|\
| * spi/imx: adopt pinctrl supportShawn Guo2012-05-121-0/+8
* | spi i.MX: do not depend on grouped clocksSascha Hauer2012-04-251-11/+19
|/
* spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann2012-04-101-3/+7
* spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König2012-03-301-1/+1
* spi/imx: simplify error handling to free gpiosAxel Lin2012-03-091-8/+3
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-13/+1
* spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam2011-09-151-1/+3
* spi/imx: add device tree probe supportShawn Guo2011-07-141-7/+31
* spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo2011-07-141-5/+7
* spi/imx: use soc name in spi device type naming schemeShawn Guo2011-07-141-99/+109
* spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo2011-07-141-52/+18
* spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo2011-07-141-53/+53
* spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo2011-07-141-31/+31
* spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo2011-07-141-12/+12
* spi: reorganize driversGrant Likely2011-06-061-0/+944