aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAge
* Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-03
|\
| * dt/s3c64xx/spi: Use of_get_child_by_name to get a named childSrinivas Kandagatla2012-10-01
* | Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds2012-10-02
|\ \
| * | spi: remove completely broken Tegra driverStephen Warren2012-10-01
| | |
| | \
| *-. \ Merge branches 'spi-drivers' and 'spi-mxs' into spi-nextMark Brown2012-09-28
| |\ \ \
| | | * \ Merge tag 'v3.6-rc6' into spi-mxsMark Brown2012-09-25
| | | |\ \ | | |_|/ / | |/| | |
| | | * | spi/mxs: Make the SPI block clock speed configurable via DTMarek Vasut2012-09-05
| | | * | mxs/spi: Rework the mxs_ssp_timeout to be more readableMarek Vasut2012-09-05
| | | * | mxs/spi: Decrement the DMA/PIO borderMarek Vasut2012-09-05
| | | * | mxs/spi: Increment the transfer length only if transfer succeededMarek Vasut2012-09-05
| | | * | mxs/spi: Fix issues when doing long continuous transferMarek Vasut2012-09-05
| | | * | spi/mxs: Fix device remove functionGuenter Roeck2012-08-27
| | | * | mxs/spi: Fix misuse of init_completionMarek Vasut2012-08-27
| | | * | mxs/spi: Restart the block after unsuccessful transferMarek Vasut2012-08-27
| | | * | spi/mxs: Add DMA support into SPI driverMarek Vasut2012-08-17
| | | * | mmc: spi: Pull out common DMA parts from MXS MMCMarek Vasut2012-08-17
| | | * | spi/mxs: Add SPI driver for mx233/mx28Marek Vasut2012-08-17
| | * | | spi/imx: set the inactive state of the clock according to the clock polarityKnut Wohlrab2012-09-28
| | * | | spi/pl022: get/put resources on suspend/resumeLinus Walleij2012-09-28
| | * | | spi/pl022: use more managed resourcesLinus Walleij2012-09-28
| | * | | Merge tag 'v3.6-rc6' into spi-driversMark Brown2012-09-25
| | |\ \ \ | | |/ / / | |/| | |
| | * | | spi/pl022: Devicetree support w/o platform dataRoland Stigge2012-09-25
| | * | | spi/s3c64xx: Don't free controller_data on non-dt platformsSylwester Nawrocki2012-09-25
| | * | | spi: omap2-mcspi: add pinctrl supportMatt Porter2012-09-22
| | * | | spi/pl022: adopt pinctrl supportPatrice Chotard2012-09-20
| | * | | spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D2012-09-12
| | * | | spi/gpio: Fix stub for spi_gpio_probe_dt()Mark Brown2012-09-06
| | * | | spi: spi-sh-hspi: drop frees of devm_ alloc'd dataJulia Lawall2012-09-05
| | * | | spi/pl022: Fix chipselects pointer computationRoland Stigge2012-09-05
| | * | | spi: spi-tle62x0: Use module_spi_driver macroSachin Kamat2012-09-05
| | * | | spi: spi-gpio: Add DT bindingsDaniel Mack2012-09-05
| | * | | spi: spi-gpio: store chipselect information in private structureDaniel Mack2012-09-05
| | * | | spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functionsGuenter Roeck2012-08-27
| | * | | spi/topcliff-pch: Fix device remove functionGuenter Roeck2012-08-27
| | * | | spi/tegra: Fix device remove functionGuenter Roeck2012-08-27
| | * | | spi/stmp: Fix device remove functionGuenter Roeck2012-08-27
| | * | | spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatchGuenter Roeck2012-08-23
| | * | | spi/pl022: Add devicetree supportRoland Stigge2012-08-22
| | * | | spi/pl022: Add chip select handling via GPIORoland Stigge2012-08-22
| | * | | spi: Master driver for NXP SC18IS602/603Guenter Roeck2012-08-22
| | * | | spi/mpc512x-psc: Avoid access to freed memory in device remove functionGuenter Roeck2012-08-22
| | * | | spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGuenter Roeck2012-08-22
| | * | | spi/mpc52xx: Fix device remove functionGuenter Roeck2012-08-22
| | * | | spi/mpc52xx: Fix error handling in probe functionGuenter Roeck2012-08-22
| | * | | spi/pl022: Fix device remove functionGuenter Roeck2012-08-22
| | * | | spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D2012-08-22
| | * | | spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D2012-08-22
| | * | | spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D2012-08-22
| | * | | drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall2012-08-22
| | * | | spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D2012-08-17