summaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c
Commit message (Expand)AuthorAgeFilesLines
* spi/imx: Add MODULE_ALIAS()Fabio Estevam2013-02-051-0/+1
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-071-3/+3
* Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-031-2/+4
|\
| * spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab2012-09-281-2/+4
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-021-1/+1
|\ \
| * | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-141-1/+1
| |/
* / spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König2012-08-031-1/+1
|/
* spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang2012-07-131-6/+6
* spi/imx: remove redundant config.speed_hz settingHui Wang2012-07-131-2/+0Star
* 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-111-3/+7
* spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König2012-03-311-1/+1
* spi/imx: simplify error handling to free gpiosAxel Lin2012-03-101-8/+3Star
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-251-13/+1Star
* 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/+18Star
* 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