aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2013-04-29Merge tag 'spi-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2013-04-28spi-topcliff-pch: fix to use list_for_each_entry_safe() when delete list itemsWei Yongjun
2013-04-25spi-topcliff-pch: missing platform_driver_unregister() on error in pch_spi_in...Wei Yongjun
2013-04-24spi/spi-atmel: add dmaengine supportNicolas Ferre
2013-04-23spi/spi-atmel: add flag to controller data for lock operationsNicolas Ferre
2013-04-23spi/spi-atmel: add physical base addressNicolas Ferre
2013-04-23spi/sirf: fix MODULE_DEVICE_TABLEArnd Bergmann
2013-04-18spi/s3c64xx: Check for errors in dmaengine prepare_transfer()Mark Brown
2013-04-18spi/s3c64xx: Fix non-dmaengine usageMark Brown
2013-04-18spi: omap2-mcspi: fix error return code in omap2_mcspi_probe()Wei Yongjun
2013-04-16spi/s3c64xx: let device core setup the default pin configurationThomas Abraham
2013-04-15spi: omap2-mcspi: Fix transfers if DMADEVICES is not setTony Lindgren
2013-04-12spi: s3c64xx: move to generic dmaengine APIArnd Bergmann
2013-04-10spi-gpio: init CS before spi_bitbang_setup()Josef Ahmad
2013-04-09spi: spi-mpc512x-psc: let transmiter/receiver enabled when in xfer loopAnatolij Gustschin
2013-04-09spi: spi-mpc512x-psc: add support for gpio chip selectsAnatolij Gustschin
2013-04-08spi/bcm63xx: remove unused speed_hz variableJonas Gorski
2013-04-08spi: tegra: slink: make local symbols staticWei Yongjun
2013-04-08spi/pxa2xx: Convert to devm_ioremap_resource()Sachin Kamat
2013-04-07spi/tegra114: add spi driverLaxman Dewangan
2013-04-07spi/tegra-slink: assume CONFIG_OF, remove platform dataStephen Warren
2013-04-07spi/tegra-sflash: assume CONFIG_OF, remove platform dataStephen Warren
2013-04-07spi/tegra-slink: remove redundant codeStephen Warren
2013-04-07spi/spi-fsl-spi: Add support for gpio chipselects for GRLIB type coresAndreas Larsson
2013-04-07spi/spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally runnin...Andreas Larsson
2013-04-07spi/spi-fsl-spi: Add support for setting a maximum number of bits per wordAndreas Larsson
2013-04-07spi/spi-fsl-spi: Introduce a type for the driverAndreas Larsson
2013-04-07spi/spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accesse...Andreas Larsson
2013-04-07spi/spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactiveAndreas Larsson
2013-04-07spi/spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environ...Andreas Larsson
2013-04-05Merge tag 'spi-fix-v3.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-04-04Merge tag 'pm+acpi-3.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-03mxs/spi: fix error return code in mxs_spi_probe()Wei Yongjun
2013-04-03spi: tegra: slink: do prepare dma transfer with DMA_CTRL_ACK flagMark Brown
2013-04-02ACPI / SPI: Use parent's ACPI_HANDLE() in acpi_register_spi_devices()Rafael J. Wysocki
2013-04-01spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-04-01Merge branch 'spi-fix' into spi-nextMark Brown
2013-04-01spi/spi-atmel: status information passed through controller dataNicolas Ferre
2013-04-01spi/spi-atmel: call unmapping on transfers buffersNicolas Ferre
2013-04-01spi/spi-atmel: add support transfer on CS1,2,3, not only on CS0Wenyou Yang
2013-04-01spi/spi-atmel: detect the capabilities of SPI core by reading the VERSION reg...Wenyou Yang
2013-04-01spi: tegra: slink: do not prepare dma transfer with DMA_CTRL_ACK flagLaxman Dewangan
2013-04-01spi/spidev: Use PTR_RET functionAlexandru Gheorghiu
2013-04-01spi/fsl: Use PTR_RET functionAlexandru Gheorghiu
2013-04-01spi/mpc512x-psc: optionally keep PSC SS asserted across xfer segmenstsAnatolij Gustschin
2013-04-01spi: remove unused variable in tegra_slink_read_rx_fifo_to_client_rxbuf()Wei Yongjun
2013-04-01spi: spi-sh-msiof: Use of_match_ptr() macroSachin Kamat
2013-04-01spi: spi-oc-tiny: Use of_match_ptr() macroSachin Kamat
2013-04-01spi: Unlock a spinlock before calling into the controller driver.Bryan Freed
2013-04-01spi/omap-mcspi: check condition also after timeoutSebastian Andrzej Siewior