summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
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
2013-04-01spi/s3c64xx: Convert to bits_per_word_maskMark Brown
2013-04-01spi: bcm2835: make use of new bits_per_word_mask core featureStephen Warren
2013-04-01spi: add ability to validate xfer->bits_per_word in SPI coreStephen Warren
2013-04-01spi/s3c64xx: modified error interrupt handling and initGirish K S
2013-03-26spi: spi-s3c64xx.c Remove unused argument.Matthias Brugger
2013-03-21drivers/Kconfig: add several missing GENERIC_HARDIRQS dependenciesHeiko Carstens
2013-03-12spi/bcm63xx: use devm_ioremap_resource()Jonas Gorski
2013-03-12spi/bcm63xx: inline hz usage in bcm63xx_spi_setup_transferJonas Gorski
2013-03-12spi/bcm63xx: inline bcm63xx_spi_check_transferJonas Gorski
2013-03-12spi/bcm63xx: remove spi chip select validity checkJonas Gorski
2013-03-12spi/bcm63xx: simplify bcm63xx_spi_check_transferJonas Gorski
2013-03-12spi/bcm63xx: check spi bits_per_word in spi_setupJonas Gorski
2013-03-12spi/bcm63xx: remove unused variable bs from bcm63xx_spi_setupJonas Gorski
2013-03-12spi/bcm63xx: remove unneeded debug messageJonas Gorski
2013-03-12spi/bcm63xx: remove duplicated mode bits checkJonas Gorski
2013-03-12spi/bcm63xx: properly prepare clocks before enabling themJonas Gorski
2013-03-12Merge branch 'spi-fix' into spi-nextMark Brown
2013-03-12spi/bcm63xx: don't disable non enabled clocks in probe error pathJonas Gorski
2013-03-12spi/bcm63xx: Remove unused variableKevin Cernekee
2013-03-12spi: slink-tegra20: move runtime pm calls to transfer_one_messageLaxman Dewangan
2013-03-12spi/pxa2xx: enable multiblock DMA transfers for LPSS devicesMika Westerberg
2013-03-12spi/pxa2xx-pci: correct the return value check of pcim_iomap_regions()Mika Westerberg
2013-03-12spi: add driver for BCM2835Chris Boot
2013-03-12spi: fix return value check in ce4100_spi_probe()Wei Yongjun
2013-03-12spi: pl022: use generic DMA slave configuration if possibleArnd Bergmann
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-21Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds
2013-02-20Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-02-20Merge tag 'spi-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely
2013-02-10spi/of: Fix initialization of cs_gpios arrayAndreas Larsson