| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | 2013-10-25 | 1 | -0/+33 |
|\ |
|
| * | spi: spi-imx: only enable the clocks when we start to transfer a message | Huang Shijie | 2013-10-23 | 1 | -0/+33 |
* | | spi: bitbang: Let spi_bitbang_start() take a reference to master | Axel Lin | 2013-09-17 | 1 | -1/+1 |
|/ |
|
* | spi/imx: expose module alias for loading from device-tree | Niels de Vos | 2013-07-29 | 1 | -0/+1 |
* | spi: spi-imx: Check the return value from clk_prepare_enable() | Fabio Estevam | 2013-07-15 | 1 | -4/+10 |
* | spi: spi-imx: Use devm functions | Fabio Estevam | 2013-07-15 | 1 | -46/+15 |
* | Merge remote-tracking branch 'spi/topic/imx' into spi-next | Mark Brown | 2013-06-26 | 1 | -8/+0 |
|\ |
|
| * | spi: spi-imx: Let device core handle pinctrl | Fabio Estevam | 2013-05-13 | 1 | -8/+0 |
* | | Merge remote-tracking branch 'spi/topic/core' into spi-next | Mark Brown | 2013-06-26 | 1 | -3/+0 |
|\ \ |
|
| * | | spi: remove unnecessary platform_set_drvdata() | Jingoo Han | 2013-05-13 | 1 | -3/+0 |
| |/ |
|
* | | spi: spi-imx: Fix compilation error | Sachin Kamat | 2013-05-30 | 1 | -1/+1 |
* | | spi: convert drivers to use bits_per_word_mask | Stephen Warren | 2013-05-29 | 1 | -3/+3 |
|/ |
|
* | spi/imx: Add MODULE_ALIAS() | Fabio Estevam | 2013-02-05 | 1 | -0/+1 |
* | spi: Remove HOTPLUG section attributes | Grant Likely | 2012-12-07 | 1 | -3/+3 |
* | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/... | Linus Torvalds | 2012-10-03 | 1 | -2/+4 |
|\ |
|
| * | spi/imx: set the inactive state of the clock according to the clock polarity | Knut Wohlrab | 2012-09-28 | 1 | -2/+4 |
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 2012-10-02 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: imx: move platform_data definitions | Arnd Bergmann | 2012-09-14 | 1 | -1/+1 |
| |/ |
|
* / | spi/imx: make spi_imx_data.devtype_data member point to const data | Uwe Kleine-König | 2012-08-03 | 1 | -1/+1 |
|/ |
|
* | spi/imx: use gpio_is_valid to determine if a gpio is valid | Hui Wang | 2012-07-13 | 1 | -6/+6 |
* | spi/imx: remove redundant config.speed_hz setting | Hui Wang | 2012-07-13 | 1 | -2/+0 |
* | Merge branch 'imx/pinctrl' into imx/clock | Arnd Bergmann | 2012-05-14 | 1 | -0/+8 |
|\ |
|
| * | spi/imx: adopt pinctrl support | Shawn Guo | 2012-05-12 | 1 | -0/+8 |
* | | spi i.MX: do not depend on grouped clocks | Sascha Hauer | 2012-04-25 | 1 | -11/+19 |
|/ |
|
* | spi/imx: prevent NULL pointer dereference in spi_imx_probe() | Lothar Waßmann | 2012-04-11 | 1 | -3/+7 |
* | spi/imx: mark base member in spi_imx_data as __iomem | Uwe Kleine-König | 2012-03-31 | 1 | -1/+1 |
* | spi/imx: simplify error handling to free gpios | Axel Lin | 2012-03-10 | 1 | -8/+3 |
* | drivercore: Add helper macro for platform_driver boilerplate | Grant Likely | 2011-10-25 | 1 | -13/+1 |
* | spi/imx: Fix spi-imx when the hardware SPI chipselects are used | Fabio Estevam | 2011-09-15 | 1 | -1/+3 |
* | spi/imx: add device tree probe support | Shawn Guo | 2011-07-14 | 1 | -7/+31 |
* | spi/imx: copy gpio number passed by platform data into driver private data | Shawn Guo | 2011-07-14 | 1 | -5/+7 |
* | spi/imx: use soc name in spi device type naming scheme | Shawn Guo | 2011-07-14 | 1 | -99/+109 |
* | spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4 | Shawn Guo | 2011-07-14 | 1 | -52/+18 |
* | spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro | Shawn Guo | 2011-07-14 | 1 | -53/+53 |
* | spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macro | Shawn Guo | 2011-07-14 | 1 | -31/+31 |
* | spi/imx: do not make copy of spi_imx_devtype_data | Shawn Guo | 2011-07-14 | 1 | -12/+12 |
* | spi: reorganize drivers | Grant Likely | 2011-06-06 | 1 | -0/+944 |