- bbb55f6 spi: fsl-espi: change return type of fsl_espi_cpu_bufs to void by Heiner Kallweit · 8 years ago
- ea616ee spi: fsl-espi: change return type of fsl_espi_setup_transfer to void by Heiner Kallweit · 8 years ago
- 6bdf03b spi: fsl-espi: dont include irq.h by Heiner Kallweit · 8 years ago
- dc34b89 spi: loopback-test: mark rx_ranges_cmp() static by Baoyou Xie · 8 years ago
- 6ffc84d spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH by Geert Uytterhoeven · 8 years ago
- f990080 spi: sc18is602: Add reset control via gpio pin. by Phil Reid · 8 years ago
- 568852b spi: spi-cavium-thunderx: Add missing clk_disable_unprepare() by Wei Yongjun · 8 years ago
- b70cd2d spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices by Andy Shevchenko · 8 years ago
- 6999aea spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function by Wei Yongjun · 8 years ago
- 1c5ea2b spi: spi-fsl-dspi: Check clk_prepare_enable() error by Fabio Estevam · 8 years ago
- 7347a6c7 spi: octeon: Add ThunderX driver by Jan Glauber · 8 years ago
- 1ae4ec1 spi: spi-txx9: Add missing clock (un)prepare calls for CCF by Geert Uytterhoeven · 8 years ago
- 02a595d spi: fsl-espi: eliminate spi nor flash read loop by Heiner Kallweit · 8 years ago
- 5720ec0 spi: spi-ti-qspi: Add DMA support for QSPI mmap read by Vignesh R · 8 years ago
- b1b8153 spi: Add support to handle kmap'd buffers in spi_map_buf() by Vignesh R · 8 years ago
- 53d8916 spi: spi-fsl-dspi: fix a possible NULL dereference by LABBE Corentin · 8 years ago
- 94b968b spi: spi-fsl-dspi: constify devtype_data by LABBE Corentin · 8 years ago
- 764f2166 spi: Drop io_mutex in error paths by Mark Brown · 8 years ago
- 097d061 spi: xlp: Add ACPI support for Vulcan SPI controller by Kamlakant Patel · 8 years ago
- f75529f spi: jcore: remove unnecessary platform_set_drvdata() by Wei Yongjun · 8 years ago
- aeb8f8c spi: rspi: Increase accuracy of bit rate for RZ by Chris Brandt · 8 years ago
- a3cfea0 spi: pic32-sqi: use list_move_tail and list_move by Wei Yongjun · 8 years ago
- 2cb1b3b spi: add driver for J-Core SPI controller by Rich Felker · 8 years ago
- c3ccf35 spi: sh-msiof: Avoid invalid clock generator parameters by Geert Uytterhoeven · 8 years ago
- 043248c Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 8 years ago
- 7ae0ae4 Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 8 years ago
- 2932c28 spi: img-spfi: Remove spi_master_put in img_spfi_remove() by Wei Yongjun · 8 years ago
- c2b08ce spi: mediatek: remove spi_master_put in mtk_spi_remove() by Wei Yongjun · 8 years ago
- 6678716 spi: qup: Remove spi_master_put in spi_qup_remove() by Wei Yongjun · 8 years ago
- d5f017b Merge branch 'acpi-tables' by Rafael J. Wysocki · 8 years ago
- dec34e8 Merge remote-tracking branch 'spi/fix/locking' into spi-next by Mark Brown · 8 years ago
- ef4d96e spi: Split bus and I/O locking by Mark Brown · 8 years ago
- 56432b7 Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 8 years ago
- 1cb2e84 Merge remote-tracking branches 'spi/topic/spidev', 'spi/topic/sunxi', 'spi/topic/ti-qspi', 'spi/topic/topcliff-pch' and 'spi/topic/txx9' into spi-next by Mark Brown · 8 years ago
- 9a4506b Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/s3c64xx', 'spi/topic/sh' and 'spi/topic/sh-msiof' into spi-next by Mark Brown · 8 years ago
- ac3e62b Merge remote-tracking branches 'spi/topic/octeon', 'spi/topic/omap2-mcspi', 'spi/topic/orion', 'spi/topic/pic32' and 'spi/topic/pic32-sqi' into spi-next by Mark Brown · 8 years ago
- e350817 Merge remote-tracking branches 'spi/topic/flash-dma', 'spi/topic/imx', 'spi/topic/loopback', 'spi/topic/maintainers' and 'spi/topic/mpc52xx-psc' into spi-next by Mark Brown · 8 years ago
- ea9972d Merge remote-tracking branches 'spi/topic/bfin-sport', 'spi/topic/bfin5xx', 'spi/topic/clps711x', 'spi/topic/doc' and 'spi/topic/dt' into spi-next by Mark Brown · 8 years ago
- 421c65f Merge remote-tracking branches 'spi/fix/pax2xx' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 8 years ago
- 63d49af spi: octeon: Split driver into Octeon specific and common parts by Jan Glauber · 8 years ago
- 22cc1b6 spi: octeon: Move include file from arch/mips to drivers/spi by Jan Glauber · 8 years ago
- ee423c5 spi: octeon: Put register offsets into a struct by Jan Glauber · 8 years ago
- b9e6476 spi: octeon: Store system clock freqency in struct octeon_spi by Jan Glauber · 8 years ago
- 187fc9b spi: octeon: Convert driver to use readq()/writeq() functions by Steven J. Hill · 8 years ago
- 33d5097 spi: pic32-sqi: fixup wait_for_completion_timeout return handling by Nicholas Mc Guire · 8 years ago
- 57c2b0d spi: pic32: fixup wait_for_completion_timeout return handling by Nicholas Mc Guire · 8 years ago
- 5185a81 spi: rockchip: limit transfers to (64K - 1) bytes by Brian Norris · 8 years ago
- d336484 spi: xilinx: Return IRQ_NONE if no interrupts were detected by Lars-Peter Clausen · 8 years ago
- 4db9bf5 spi: xilinx: Handle errors from platform_get_irq() by Lars-Peter Clausen · 8 years ago
- 0dbe70a spi: s3c64xx: restore removed comments by Andi Shyti · 8 years ago
- 7990b00 spi: s3c64xx: add Exynos5433 compatible for ioclk handling by Andi Shyti · 8 years ago
- 25981d8 spi: s3c64xx: use error code from clk_prepare_enable() by Andi Shyti · 8 years ago
- 60a9a96 spi: s3c64xx: rename goto labels to meaningful names by Andi Shyti · 8 years ago
- 9f13578 spi: s3c64xx: fix reference leak to master in s3c64xx_spi_remove() by Wei Yongjun · 8 years ago
- cf4b5ce spi: st-ssc4: Remove 'no clocking' hack by Lee Jones · 8 years ago
- 38e0992 spi: spi-sh: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 0d35773 spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 7f24467 spi / ACPI: add support for ACPI reconfigure notifications by Octavian Purdila · 8 years ago
- 0ba1870 spi: omap2-mcspi: Use the SPI framework to handle DMA mapping by Franklin S Cooper Jr · 8 years ago
- 2b32e98 spi: omap2-mcspi: Select SPI_SPLIT by Franklin S Cooper Jr · 8 years ago
- ca80ef7 spi: pxa2xx-pci: Support both chipselects on Braswell by Andy Shevchenko · 8 years ago
- 152bc19 spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark by Andy Shevchenko · 8 years ago
- 6acaadc spi: clps711x: Driver refactor by Alexander Shiyan · 8 years ago
- d9aaf1d spi: s3c64xx: do not disable the clock while configuring the spi by Andi Shyti · 8 years ago
- 4bd0041 spi: omap2-mcspi: Add comments for RX only DMA buffer workaround by Franklin S Cooper Jr · 8 years ago
- cf9f432 spi: spidev: Add ACPI probing support by Mika Westerberg · 8 years ago
- e379d2c spi: pxa2xx-pci: Sort header block alphabetically by Andy Shevchenko · 8 years ago
- 21ddba1 spi: pxa2xx-pci: Remove unused code by Andy Shevchenko · 8 years ago
- 4f47091 spi: pxa2xx-pci: Enable SPI on Intel Merrifield by Andy Shevchenko · 8 years ago
- 743485ea spi: pxa2xx-pci: Do a specific setup in a separate function by Andy Shevchenko · 8 years ago
- 704d2b0 spi: pxa2xx: Add support for Intel Kaby Lake PCH-H by Mika Westerberg · 8 years ago
- 47c169e spi: s3c64xx: indent an if statement by Dan Carpenter · 8 years ago
- eac9837 spi: spi-bfin-sport: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- ac96b73 spi: spi-mpc52xx-psc: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- b43afff spi: spi-txx9: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 9b96f07 spi: spi-bfin5xx: Remove deprecated create_singlethread_workqueue by Bhaktipriya Shridhar · 8 years ago
- 2a9b27b Merge remote-tracking branches 'spi/fix/ep93xx', 'spi/fix/rockchip', 'spi/fix/sunxi' and 'spi/fix/ti-qspi' into spi-linus by Mark Brown · 8 years ago
- 730d9d4 spi: s3c64xx: simplify if statement in prepare_transfer function by Andi Shyti · 8 years ago
- 11f66f0 spi: s3c64xx: do not configure the device twice by Andi Shyti · 8 years ago
- a92e7c3 spi: s3c64xx: consider the case when the CS line is not connected by Andi Shyti · 8 years ago
- aa4964c spi: s3c64xx: group the CS signalling writes in a single function by Andi Shyti · 8 years ago
- b7ddfb9 spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch" by Colin Ian King · 8 years ago
- 0b06d8c spi: sunxi: set maximum and minimum speed of SPI master by Michal Suchanek · 8 years ago
- 77cca63 spi: ti-qspi: spelling mistake: "trasnfers" -> "transfers" by Colin Ian King · 8 years ago
- a6802cc spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata by Geert Uytterhoeven · 8 years ago
- ff1ba3d spi: imx: wait_for_completion_timeout(..) for PIO transfers by Christian Gmeiner · 8 years ago
- b6ced29 spi: pxa2xx: Switch to SPI core DMA mapping functionality by Jarkko Nikula · 8 years ago
- 2d7537d spi: pxa2xx: Use local struct spi_master pointer in pump_transfers() by Jarkko Nikula · 8 years ago
- f989bc6 spi: imx: Remove "maybe_unused" attributes by Alexander Shiyan · 8 years ago
- c0c7a5d spi: imx: Remove unnecessary field "mode" from struct spi_imx_config by Alexander Shiyan · 8 years ago
- b36581d spi: imx: Using existing properties for chipselects by Alexander Shiyan · 8 years ago
- 719bd65 spi: sunxi: fix transfer timeout by Michal Suchanek · 8 years ago
- 6d9fe44 spi: sun4i: fix FIFO limit by Michal Suchanek · 8 years ago
- 794912c spi: sunxi: expose maximum transfer size limit by Michal Suchanek · 8 years ago
- 57c624a spi: orion: Fix return value check in orion_spi_probe() by Wei Yongjun · 8 years ago
- 4dc0dd8 spi: rockchip: Signal unfinished DMA transfers by Tomeu Vizoso · 8 years ago
- f4502dd spi: Add DMA support for spi_flash_read() by Vignesh R · 8 years ago
- 3ac066e spi: spi-ti-qspi: Suspend the queue before removing the device by Jean-Jacques Hiblot · 8 years ago
- aa29ea3 spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver by Caesar Wang · 8 years ago
- c64e126 spi: pxa2xx: use DMA by default if supported by Dan O'Donovan · 8 years ago