summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2015-10-20spi: dw: remove a NULL check when call ->remove()Andy Shevchenko
2015-10-20spi: dw: explicitly free IRQ handler in dw_spi_remove_host()Andy Shevchenko
2015-10-19spi: dw-mmio: convert to unified device property APIAndy Shevchenko
2015-10-19spi: dw-pci: remove unused pdev member from struct dw_spi_pciAndy Shevchenko
2015-10-19spi: dw: introduce spi_shutdown_chip()Andy Shevchenko
2015-10-19spi: dw: eliminate unused threshold variablesAndy Shevchenko
2015-10-19spi: dw: eliminate speed variable in ->transfer_one()Andy Shevchenko
2015-10-19spi: dw: remove bits_per_word member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: remove unneeded cr0 member of struct chip_dataAndy Shevchenko
2015-10-19spi: dw: use plain struct device * at earlier ->probe()Andy Shevchenko
2015-10-16spi: davinci: use spi->cs_gpio directlyLuis de Bethencourt
2015-10-16spi: spi-ti-qspi: switch to polling mode for better r/w performanceVignesh R
2015-10-16spi: pxa2xx: choose closest lower speedAndy Shevchenko
2015-10-16spi: core: propagate return code of __spi_validate_bits_per_word()Andy Shevchenko
2015-10-16spi: bcm2835aux: change initialization order and switch to platform_get_irqMartin Sperl
2015-10-16spi: bcm2835aux: fixed bad data on longer transfersMartin Sperl
2015-10-16spi: bcm2835: change initialization order and switch to platform_get_irqMartin Sperl
2015-10-12spi: ti-qspi: Fix data corruption seen on r/w stress testVignesh R
2015-10-12spi: Map SPI OF client IRQ at probe timeJon Hunter
2015-10-12spi/bcm63xx: move message control word description to register offsetsJonas Gorski
2015-10-12spi/bcm63xx: fix standard accessors and compile guardJonas Gorski
2015-10-12spi: spi-coldfire-qspi: enable RuntimePM before registering to the coreWolfram Sang
2015-10-07Merge remote-tracking branches 'spi/fix/davinci' and 'spi/fix/sh-msiof' into ...Mark Brown
2015-10-07spi: bcm2835aux: add bcm2835 auxiliary spi device driverMartin Sperl
2015-10-05spi: bitbang: switch to the generic implementation of transfer_one_messageHeiner Kallweit
2015-10-05spi: bitbang: remove unneeded checkHeiner Kallweit
2015-10-02spi: pxa2xx: Remove unused psp member variable from struct chip_dataJarkko Nikula
2015-10-01spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume()Mika Westerberg
2015-09-30spi: ath79: simplify iomem resource mappingHeiner Kallweit
2015-09-25spi: davinci: fix handling platform_get_irq resultAndrzej Hajda
2015-09-25spi: atmel: Remove needless bits_per_word and speed_hz testsJarkko Nikula
2015-09-25spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()Jarkko Nikula
2015-09-25spi: pxa2xx: Set the max_speed_hz of the masterJarkko Nikula
2015-09-22Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi...Mark Brown
2015-09-22Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/d...Mark Brown
2015-09-22spi: xtensa-xtfpga: fix register endiannessMax Filippov
2015-09-19spi: add transfer histogram statistics via sysfsMartin Sperl
2015-09-19spi: meson: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-17spi: pxa2xx: Remove cr0 variable from struct chip_dataJarkko Nikula
2015-09-17spi: pxa2xx: Remove if statement that is always true in pump_transfers()Jarkko Nikula
2015-09-17spi: pxa2xx: Remove two variables from struct chip_dataJarkko Nikula
2015-09-17spi: spi-fsl-dspi: Remove duplicated register writeJarkko Nikula
2015-09-17spi: dw: Remove test for non-zero spi->max_speed_hzJarkko Nikula
2015-09-17spi: dw: Remove needless if statementsJarkko Nikula
2015-09-17spi: omap-100k: Rely on validations done by spi coreJarkko Nikula
2015-09-17spi: omap-uwire: Remove needless bits_per_word and speed_hz testsJarkko Nikula
2015-09-17spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionallyJarkko Nikula
2015-09-17spi: bitbang: Replace spinlock by mutexNicolas Boichat
2015-09-16spi: au1550: Simplify au1550_spi_setupxfer()Jarkko Nikula
2015-09-16spi: spi-bfin5xx: Calculate transfer speed unconditionallyJarkko Nikula