summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2012-09-12spi: omap2-mcspi: Cleanup the omap2_mcspi_txrx_dma functionShubhrajyoti D1-112/+144
2012-09-07spi/gpio: Fix stub for spi_gpio_probe_dt()Mark Brown1-1/+1
2012-09-06spi: spi-sh-hspi: drop frees of devm_ alloc'd dataJulia Lawall1-4/+1
2012-09-06spi/pl022: Fix chipselects pointer computationRoland Stigge1-4/+3
2012-09-06spi: spi-tle62x0: Use module_spi_driver macroSachin Kamat1-12/+1
2012-09-06spi: spi-gpio: Add DT bindingsDaniel Mack1-3/+96
2012-09-06spi: spi-gpio: store chipselect information in private structureDaniel Mack1-10/+24
2012-08-27spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functionsGuenter Roeck1-4/+4
2012-08-27spi/topcliff-pch: Fix device remove functionGuenter Roeck1-2/+0
2012-08-27spi/tegra: Fix device remove functionGuenter Roeck1-1/+3
2012-08-27spi/stmp: Fix device remove functionGuenter Roeck1-5/+1
2012-08-23spi/sc18is602: Return -EINVAL for probe failures due to I2C function mismatchGuenter Roeck1-1/+1
2012-08-22spi/pl022: Add devicetree supportRoland Stigge1-9/+70
2012-08-22spi/pl022: Add chip select handling via GPIORoland Stigge1-14/+34
2012-08-22spi: Master driver for NXP SC18IS602/603Guenter Roeck3-0/+371
2012-08-22spi/mpc512x-psc: Avoid access to freed memory in device remove functionGuenter Roeck1-1/+2
2012-08-22spi/mpc52xx-psc: Avoid access to freed memory in device remove functionGuenter Roeck1-1/+2
2012-08-22spi/mpc52xx: Fix device remove functionGuenter Roeck1-2/+2
2012-08-22spi/mpc52xx: Fix error handling in probe functionGuenter Roeck1-2/+3
2012-08-22spi/pl022: Fix device remove functionGuenter Roeck1-1/+0
2012-08-22spi: omap2-mcspi: At remove dont use the runtime_autosuspend callsShubhrajyoti D1-2/+1
2012-08-22spi: omap2-mcspi: Call pm_runtime_* functions directlyShubhrajyoti D1-17/+11
2012-08-22spi: omap2-mcspi: Remove the macro MOD_REG_BITShubhrajyoti D1-14/+14
2012-08-22drivers/spi/spi-s3c24xx.c: fix error return codeJulia Lawall1-0/+1
2012-08-18spi: omap2-mcspi: Remove the call to platform_set_drvdata(pdev, NULL)Shubhrajyoti D1-2/+0
2012-08-18spi: spi-altera: Use of_match_ptrTobias Klauser1-3/+1
2012-08-18spi: Refactor spi-orion to use SPI framework queue.Andrew Lunn1-148/+61
2012-08-10spi/s3c64xx: improve error handlingArnd Bergmann1-1/+1
2012-08-02Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-102/+127
2012-07-31spi: omap2-mcspi: remove private DMA API implementationRussell King1-99/+5
2012-07-31spi: omap2-mcspi: add DMA engine supportRussell King1-31/+150
2012-07-30Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds3-0/+479
2012-07-26Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/...Linus Torvalds11-39/+410
2012-07-25Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds1-1/+1
2012-07-24Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2012-07-23spi/orion: remove uneeded spi_infoMichael Walle1-5/+0
2012-07-23spi/bcm63xx: fix clock configuration selectionFlorian Fainelli1-1/+1
2012-07-23SPI: MIPS: lantiq: add FALCON spi driverThomas Langer3-0/+479
2012-07-23spi/orion: add device tree bindingAndrew Lunn1-0/+17
2012-07-22spi/omap2: mark omap2_mcspi_master_setup as __devinitArnd Bergmann1-1/+1
2012-07-20spi: omap2-mcspi: Fix the below warningShubhrajyoti D1-2/+4
2012-07-20spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driverLars-Peter Clausen3-0/+284
2012-07-19spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sitesMark Brown1-8/+4
2012-07-19spi/s3c64xx: Convert to devm_request_and_ioremap()Mark Brown1-17/+1
2012-07-19spi/s3c64xx: Put the /CS GPIO into output modeMark Brown1-1/+2
2012-07-19spi/s3c64xx: Fix handling of errors in gpio_request()Mark Brown1-4/+5
2012-07-16coldfire-qspi: Add support for the Coldfire 5251/5253.Steven King1-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-07-13spi: s3c64xx: add device tree supportThomas Abraham1-39/+264