aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-imx.c
Commit message (Expand)AuthorAge
*---. Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/...Mark Brown2014-03-29
|\ \ \
| | * | spi: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-03
| | |/
| * | spi/imx: Use dev_name() for request_irq() to distinguish SPIsAlexander Shiyan2014-02-22
| * | spi: spi-imx: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-14
| |/
| |
| \
*-. \ Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi...Mark Brown2014-03-29
|\ \ \ | | |/ | |/|
| | * spi: Use reinit_completion at appropriate placesAxel Lin2014-02-10
| |/
* / spi: spi-imx: spi_imx_remove: do not disable disabled clocksPhilippe De Muyter2014-02-28
|/
* spi: spi-imx: Fix out-of-order CS/SCLK operation at low speedsMarek Vasut2013-12-20
* Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown2013-10-25
|\
| * spi: spi-imx: only enable the clocks when we start to transfer a messageHuang Shijie2013-10-23
* | spi: bitbang: Let spi_bitbang_start() take a reference to masterAxel Lin2013-09-17
|/
* spi/imx: expose module alias for loading from device-treeNiels de Vos2013-07-29
* spi: spi-imx: Check the return value from clk_prepare_enable()Fabio Estevam2013-07-15
* spi: spi-imx: Use devm functionsFabio Estevam2013-07-15
* Merge remote-tracking branch 'spi/topic/imx' into spi-nextMark Brown2013-06-26
|\
| * spi: spi-imx: Let device core handle pinctrlFabio Estevam2013-05-13
* | Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown2013-06-26
|\ \
| * | spi: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-13
| |/
* | spi: spi-imx: Fix compilation errorSachin Kamat2013-05-30
* | spi: convert drivers to use bits_per_word_maskStephen Warren2013-05-29
|/
* spi/imx: Add MODULE_ALIAS()Fabio Estevam2013-02-05
* spi: Remove HOTPLUG section attributesGrant Likely2012-12-07
* Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-02
|\
| * spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab2012-09-28
* | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-01
|\ \
| * | ARM: imx: move platform_data definitionsArnd Bergmann2012-09-14
| |/
* / spi/imx: make spi_imx_data.devtype_data member point to const dataUwe Kleine-König2012-08-03
|/
* spi/imx: use gpio_is_valid to determine if a gpio is validHui Wang2012-07-13
* spi/imx: remove redundant config.speed_hz settingHui Wang2012-07-13
* Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-14
|\
| * spi/imx: adopt pinctrl supportShawn Guo2012-05-11
* | spi i.MX: do not depend on grouped clocksSascha Hauer2012-04-25
|/
* spi/imx: prevent NULL pointer dereference in spi_imx_probe()Lothar Waßmann2012-04-11
* spi/imx: mark base member in spi_imx_data as __iomemUwe Kleine-König2012-03-30
* spi/imx: simplify error handling to free gpiosAxel Lin2012-03-09
* drivercore: Add helper macro for platform_driver boilerplateGrant Likely2011-10-24
* spi/imx: Fix spi-imx when the hardware SPI chipselects are usedFabio Estevam2011-09-15
* spi/imx: add device tree probe supportShawn Guo2011-07-14
* spi/imx: copy gpio number passed by platform data into driver private dataShawn Guo2011-07-14
* spi/imx: use soc name in spi device type naming schemeShawn Guo2011-07-14
* spi/imx: merge type SPI_IMX_VER_0_7 into SPI_IMX_VER_0_4Shawn Guo2011-07-14
* spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macroShawn Guo2011-07-14
* spi/imx: use mx21 to name SPI_IMX_VER_0_0 function and macroShawn Guo2011-07-14
* spi/imx: do not make copy of spi_imx_devtype_dataShawn Guo2011-07-14
* spi: reorganize driversGrant Likely2011-06-06