aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-23spi: pl022: constify amba_idArvind Yadav1-1/+1
2017-08-23spi: imx: fix little-endian buildArnd Bergmann1-0/+4
2017-08-18spi: omap: Allocate bus number from spi frameworkSuniel Mahesh1-4/+0
2017-08-17spi: Kernel coding style fixesSuniel Mahesh1-17/+12
2017-08-17spi: imx: dynamic burst length adjust for PIO modejiada wang1-9/+141
2017-08-16spi: Pick spi bus number from Linux idr or spi aliasSuniel Mahesh1-15/+56
2017-08-16spi: rockchip: configure CTRLR1 according to size and data frameHuibin Hong1-1/+7
2017-08-16spi: altera: Consolidate TX/RX data register accessLars-Peter Clausen1-40/+35
2017-08-16spi: altera: Switch to SPI core transfer queue managementLars-Peter Clausen2-68/+27
2017-08-14spi: rockchip: add compatible string for rv1108 spiAndy Yan1-0/+1
2017-08-10spi: qup: fix 64-bit build warningArnd Bergmann1-1/+1
2017-08-10spi: qup: hide warning for uninitialized variableArnd Bergmann1-3/+1
2017-08-09spi: spi-ep93xx: use the default master transfer queueing mechanismH Hartley Sweeten1-214/+108
2017-08-09spi: spi-ep93xx: remove private data 'current_msg'H Hartley Sweeten1-11/+5
2017-08-09spi: spi-ep93xx: pass the spi_master pointer aroundH Hartley Sweeten1-41/+49
2017-08-09spi: spi-ep93xx: absorb the interrupt enable/disable helpersH Hartley Sweeten1-20/+12
2017-08-09spi: spi-ep93xx: add spi master prepare_transfer_hardware()H Hartley Sweeten1-39/+33
2017-08-09spi: spi-ep93xx: use 32-bit read/write for all registersH Hartley Sweeten1-45/+38
2017-08-09spi: spi-ep93xx: remove io wrappersH Hartley Sweeten1-47/+25
2017-08-09spi: spi-sh: fix error return code in spi_sh_probe()Gustavo A. R. Silva1-2/+2
2017-08-08spi: qup: Fix QUP version identify methodVaradarajan Narayanan1-4/+3
2017-08-08spi: qup: Ensure done detectionVaradarajan Narayanan1-5/+7
2017-08-08spi: qup: allow multiple DMA transactions per spi xferVaradarajan Narayanan1-26/+66
2017-08-08spi: qup: refactor spi_qup_prep_sgVaradarajan Narayanan1-13/+10
2017-08-08spi: qup: allow block mode to generate multiple transactionsVaradarajan Narayanan1-48/+80
2017-08-08spi: qup: call io_config in mode specific functionVaradarajan Narayanan1-9/+17
2017-08-08spi: qup: refactor spi_qup_io_config into two functionsVaradarajan Narayanan1-29/+62
2017-08-08spi: qup: Do block sized read/write in block modeVaradarajan Narayanan1-32/+119
2017-08-08spi: qup: Fix transaction done signalingVaradarajan Narayanan1-22/+5
2017-08-08spi: qup: Fix error handling in spi_qup_prep_sgVaradarajan Narayanan1-2/+2
2017-08-08spi: qup: Place the QUP in run mode before DMAVaradarajan Narayanan1-0/+15
2017-08-08spi: qup: Add completion timeoutVaradarajan Narayanan1-4/+13
2017-08-08spi: qup: Setup DMA mode correctlyVaradarajan Narayanan1-63/+55
2017-08-08spi: qup: Enable chip select supportVaradarajan Narayanan1-0/+21
2017-08-08spi/bcm63xx-hspi: fix error return code in bcm63xx_hsspi_probe()Gustavo A. R. Silva1-2/+2
2017-08-08spi/bcm63xx: fix error return code in bcm63xx_spi_probe()Gustavo A. R. Silva1-2/+2
2017-08-08spi: xlp: fix error return code in xlp_spi_probe()Gustavo A. R. Silva1-2/+2
2017-08-08spi: cadence: Add support for context lossShubhrajyoti Datta1-0/+2
2017-08-08spi: cadence: change sequence of calling runtime_enableNaga Sureshkumar Relli1-1/+1
2017-08-07spi: fix building SPI_PXA on MMPArnd Bergmann1-2/+2
2017-08-07spi: rockchip: Fix clock handling in suspend/resumeJeffy Chen1-15/+6
2017-08-07spi: rockchip: Fix clock handling in removeJeffy Chen1-1/+5
2017-08-07spi: rockchip: Slightly rework return value handlingJeffy Chen1-12/+12
2017-08-07spi: use of_property_read_bool()Sergei Shtylyov1-5/+5
2017-08-04spi: pxa2xx: Convert to GPIO descriptor API where possibleJan Kiszka2-17/+17
2017-08-03spi: Use Apple device properties in absence of ACPI resourcesLukas Wunner1-0/+32
2017-07-28spi: pxa2xx: Don't touch CS pin until we have a transfer pendingAndy Shevchenko1-2/+1
2017-07-28spi: bcm-qspi: Remove hardcoded settings and spi-nor.h dependencyKamal Dasu1-56/+33
2017-07-27spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created"Andy Shevchenko1-21/+38
2017-07-26spi: core: Propagate error code of add_uevent_var()Andy Shevchenko1-2/+1