summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2017-08-23spi: pl022: constify amba_idArvind Yadav
2017-08-23spi: imx: fix little-endian buildArnd Bergmann
2017-08-18spi: omap: Allocate bus number from spi frameworkSuniel Mahesh
2017-08-17spi: Kernel coding style fixesSuniel Mahesh
2017-08-17spi: imx: dynamic burst length adjust for PIO modejiada wang
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh
2017-08-16spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong
2017-08-16spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen
2017-08-16spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen
2017-08-14spi: rockchip: add compatible string for rv1108 spiAndy Yan
2017-08-10spi: qup: fix 64-bit build warningArnd Bergmann
2017-08-10spi: qup: hide warning for uninitialized variableArnd Bergmann
2017-08-09spi: spi-ep93xx: use the default master transfer queueing mechanismH Hartley Sweeten
2017-08-09spi: spi-ep93xx: remove private data 'current_msg'H Hartley Sweeten
2017-08-09spi: spi-ep93xx: pass the spi_master pointer aroundH Hartley Sweeten
2017-08-09spi: spi-ep93xx: absorb the interrupt enable/disable helpersH Hartley Sweeten
2017-08-09spi: spi-ep93xx: add spi master prepare_transfer_hardware()H Hartley Sweeten
2017-08-09spi: spi-ep93xx: use 32-bit read/write for all registersH Hartley Sweeten
2017-08-09spi: spi-ep93xx: remove io wrappersH Hartley Sweeten
2017-08-09spi: spi-sh: fix error return code in spi_sh_probe()Gustavo A. R. Silva
2017-08-08spi: qup: Fix QUP version identify methodVaradarajan Narayanan
2017-08-08spi: qup: Ensure done detectionVaradarajan Narayanan
2017-08-08spi: qup: allow multiple DMA transactions per spi xferVaradarajan Narayanan
2017-08-08spi: qup: refactor spi_qup_prep_sgVaradarajan Narayanan
2017-08-08spi: qup: allow block mode to generate multiple transactionsVaradarajan Narayanan
2017-08-08spi: qup: call io_config in mode specific functionVaradarajan Narayanan
2017-08-08spi: qup: refactor spi_qup_io_config into two functionsVaradarajan Narayanan
2017-08-08spi: qup: Do block sized read/write in block modeVaradarajan Narayanan
2017-08-08spi: qup: Fix transaction done signalingVaradarajan Narayanan
2017-08-08spi: qup: Fix error handling in spi_qup_prep_sgVaradarajan Narayanan
2017-08-08spi: qup: Place the QUP in run mode before DMAVaradarajan Narayanan
2017-08-08spi: qup: Add completion timeoutVaradarajan Narayanan
2017-08-08spi: qup: Setup DMA mode correctlyVaradarajan Narayanan
2017-08-08spi: qup: Enable chip select supportVaradarajan Narayanan
2017-08-08spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()Gustavo A. R. Silva
2017-08-08spi/bcm63xx: fix error return code in bcm63xx_spi_probe()Gustavo A. R. Silva
2017-08-08spi: xlp: fix error return code in xlp_spi_probe()Gustavo A. R. Silva
2017-08-08spi: cadence: Add support for context lossShubhrajyoti Datta
2017-08-08spi: cadence: change sequence of calling runtime_enableNaga Sureshkumar Relli
2017-08-07spi: fix building SPI_PXA on MMPArnd Bergmann
2017-08-07spi: rockchip: Fix clock handling in suspend/resumeJeffy Chen
2017-08-07spi: rockchip: Fix clock handling in removeJeffy Chen
2017-08-07spi: rockchip: Slightly rework return value handlingJeffy Chen
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov
2017-08-04spi: pxa2xx: Convert to GPIO descriptor API where possibleJan Kiszka
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner
2017-07-28spi: pxa2xx: Don't touch CS pin until we have a transfer pendingAndy Shevchenko
2017-07-28spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependencyKamal Dasu
2017-07-27spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"Andy Shevchenko
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko