summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2016-07-24spi: octeon: Put register offsets into a structJan Glauber1-14/+27
2016-07-24spi: octeon: Store system clock freqency in struct octeon_spiJan Glauber1-4/+3
2016-07-24spi: octeon: Convert driver to use readq()/writeq() functionsSteven J. Hill1-12/+11
2016-07-24spi: pic32-sqi: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-3/+4
2016-07-24spi: pic32: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-2/+3
2016-07-20spi: rockchip: limit transfers to (64K - 1) bytesBrian Norris1-0/+17
2016-07-15spi: xilinx: Return IRQ_NONE if no interrupts were detectedLars-Peter Clausen1-1/+2
2016-07-15spi: xilinx: Handle errors from platform_get_irq()Lars-Peter Clausen1-1/+4
2016-07-14spi: s3c64xx: restore removed commentsAndi Shyti1-0/+1
2016-07-14spi: s3c64xx: add Exynos5433 compatible for ioclk handlingAndi Shyti1-5/+52
2016-07-14spi: s3c64xx: use error code from clk_prepare_enable()Andi Shyti1-4/+4
2016-07-14spi: s3c64xx: rename goto labels to meaningful namesAndi Shyti1-12/+12
2016-07-14spi: s3c64xx: fix reference leak to master in s3c64xx_spi_remove()Wei Yongjun1-1/+1
2016-07-12spi: st-ssc4: Remove 'no clocking' hackLee Jones1-31/+5
2016-07-11spi: spi-sh: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-13/+3
2016-07-11spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-23/+3
2016-07-08spi / ACPI: add support for ACPI reconfigure notificationsOctavian Purdila1-7/+93
2016-07-08spi: omap2-mcspi: Use the SPI framework to handle DMA mappingFranklin S Cooper Jr1-76/+56
2016-07-08spi: omap2-mcspi: Select SPI_SPLITFranklin S Cooper Jr1-0/+1
2016-07-07spi: pxa2xx-pci: Support both chipselects on BraswellAndy Shevchenko1-3/+3
2016-07-07spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel QuarkAndy Shevchenko1-1/+8
2016-07-07spi: clps711x: Driver refactorAlexander Shiyan1-43/+26
2016-07-07spi: s3c64xx: do not disable the clock while configuring the spiAndi Shyti1-7/+1
2016-07-05spi: omap2-mcspi: Add comments for RX only DMA buffer workaroundFranklin S Cooper Jr1-0/+13
2016-07-04spi: spidev: Add ACPI probing supportMika Westerberg1-0/+41
2016-07-04spi: pxa2xx-pci: Sort header block alphabeticallyAndy Shevchenko1-6/+7
2016-07-04spi: pxa2xx-pci: Remove unused codeAndy Shevchenko1-4/+0
2016-07-04spi: pxa2xx-pci: Enable SPI on Intel MerrifieldAndy Shevchenko1-0/+28
2016-07-04spi: pxa2xx-pci: Do a specific setup in a separate functionAndy Shevchenko1-33/+44
2016-07-04spi: pxa2xx: Add support for Intel Kaby Lake PCH-HMika Westerberg1-0/+3
2016-07-04spi: s3c64xx: indent an if statementDan Carpenter1-2/+2
2016-07-03spi: spi-bfin-sport: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-11/+4
2016-07-03spi: spi-mpc52xx-psc: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-14/+3
2016-07-03spi: spi-txx9: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-9/+2
2016-07-03spi: spi-bfin5xx: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-11/+4
2016-06-30Merge remote-tracking branches 'spi/fix/ep93xx', 'spi/fix/rockchip', 'spi/fix...Mark Brown4-6/+38
2016-06-30spi: s3c64xx: simplify if statement in prepare_transfer functionAndi Shyti1-28/+22
2016-06-30spi: s3c64xx: do not configure the device twiceAndi Shyti1-10/+1
2016-06-30spi: s3c64xx: consider the case when the CS line is not connectedAndi Shyti1-1/+8
2016-06-30spi: s3c64xx: group the CS signalling writes in a single functionAndi Shyti1-10/+26
2016-06-28spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"Colin Ian King1-1/+1
2016-06-27spi: sunxi: set maximum and minimum speed of SPI masterMichal Suchanek2-0/+4
2016-06-26spi: ti-qspi: spelling mistake: "trasnfers" -> "transfers"Colin Ian King1-1/+1
2016-06-22spi: sh-msiof: Remove sh_msiof_spi_priv.chipdataGeert Uytterhoeven1-9/+9
2016-06-21spi: imx: wait_for_completion_timeout(..) for PIO transfersChristian Gmeiner1-1/+11
2016-06-21spi: pxa2xx: Switch to SPI core DMA mapping functionalityJarkko Nikula3-157/+50
2016-06-21spi: pxa2xx: Use local struct spi_master pointer in pump_transfers()Jarkko Nikula1-2/+3
2016-06-14spi: imx: Remove "maybe_unused" attributesAlexander Shiyan1-24/+21
2016-06-14spi: imx: Remove unnecessary field "mode" from struct spi_imx_configAlexander Shiyan1-14/+12
2016-06-14spi: imx: Using existing properties for chipselectsAlexander Shiyan1-66/+58