aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/miscLinus Torvalds1-2/+4
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-28spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab1-2/+4
2012-09-14ARM: imx: move platform_data definitionsArnd Bergmann1-1/+1
2012-08-03spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König1-1/+1
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang1-6/+6
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang1-2/+0
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+8
2012-05-12spi/imx: adopt pinctrl supportShawn Guo1-0/+8
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer1-11/+19
2012-04-10spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann1-3/+7
2012-03-30spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König1-1/+1
2012-03-09spi/imx: simplify error handling to free gpiosAxel Lin1-8/+3
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely1-13/+1
2011-09-15spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam1-1/+3
2011-07-14spi/imx: add device tree probe supportShawn Guo1-7/+31
2011-07-14spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo1-5/+7
2011-07-14spi/imx: use soc name in spi device type naming schemeShawn Guo1-99/+109
2011-07-14spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo1-52/+18
2011-07-14spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo1-53/+53
2011-07-14spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo1-31/+31
2011-07-14spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo1-12/+12
2011-06-06spi: reorganize driversGrant Likely1-0/+944