aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi/spi-imx.c
AgeCommit message (Expand)Author
2012-07-13spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang
2012-07-13spi/imx: remove redundant config.speed_hz settingHui Wang
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann
2012-05-12spi/imx: adopt pinctrl supportShawn Guo
2012-04-25spi i.MX: do not depend on grouped clocksSascha Hauer
2012-04-10spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann
2012-03-30spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König
2012-03-09spi/imx: simplify error handling to free gpiosAxel Lin
2011-10-25drivercore: Add helper macro for platform_driver boilerplateGrant Likely
2011-09-15spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam
2011-07-14spi/imx: add device tree probe supportShawn Guo
2011-07-14spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo
2011-07-14spi/imx: use soc name in spi device type naming schemeShawn Guo
2011-07-14spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo
2011-07-14spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo
2011-07-14spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo
2011-07-14spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo
2011-06-06spi: reorganize driversGrant Likely