- fa236a7 spi: bcm-qspi: Add Broadcom MSPI driver by Kamal Dasu · 8 years ago
- 4253168 spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs by Axel Lin · 8 years ago
- 2f58ea6 spi: meson: Add GXBB compatible by Neil Armstrong · 8 years ago
- 38d003f spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans by Heiner Kallweit · 8 years ago
- 06af115 spi: fsl-espi: improve message length handling by Heiner Kallweit · 8 years ago
- cce7e3a spi: fsl-espi: factor out handling of read data by Heiner Kallweit · 8 years ago
- 96361faf spi: fsl-espi: centralize populating struct spi_transfer by Heiner Kallweit · 8 years ago
- d3152cf1 spi: fsl-espi: factor out initial message checking by Heiner Kallweit · 8 years ago
- 7c7289a spi: pxa2xx: Default thresholds to PXA configuration by Andy Shevchenko · 8 years ago
- 96579a4 spi: pxa2xx: Remove pointer to chip data from driver data by Jarkko Nikula · 8 years ago
- 4fc0caa spi: pxa2xx: Remove pointer to current SPI message from driver data by Jarkko Nikula · 8 years ago
- bffc967 spi: pxa2xx: Do not needlessly initialize stack variables by Jarkko Nikula · 8 years ago
- 3aef463 spi: dw: round up result of calculation for clock divider by Matthias Seidel · 8 years ago
- 5bcc6a2 spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs by Heiner Kallweit · 8 years ago
- 84ccfc3 spi: fsl-espi: improve return value handling in fsl_espi_bufs by Heiner Kallweit · 8 years ago
- 809b1e0 spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans by Heiner Kallweit · 8 years ago
- faceef3 spi: fsl-espi: eliminate struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
- 5cd7b8b spi: fsl-espi: remove element actual_length from struct fsl_espi_trans by Heiner Kallweit · 8 years ago
- 0319d49 spi: fsl-espi: fix status handling in fsl_espi_do_one_msg by Heiner Kallweit · 8 years ago
- e33a3ad spi: fsl-espi: remove element status from struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
- 7c159aa spi: fsl-espi: factor out filling the local buffer by Heiner Kallweit · 8 years ago
- 1423877 spi: fsl-espi: pre-allocate message buffer by Heiner Kallweit · 8 years ago
- ae4860b Merge remote-tracking branches 'spi/fix/lock', 'spi/fix/maintainers', 'spi/fix/put', 'spi/fix/pxa2xx', 'spi/fix/sh-msiof' and 'spi/fix/timeout' into spi-linus by Mark Brown · 8 years ago
- 71581a1 spi: fsl-espi: remove unneeded check in fsl_espi_do_trans by Heiner Kallweit · 8 years ago
- a755af5 spi: fsl-espi: simplify fsl_espi_setup_transfer by Heiner Kallweit · 8 years ago
- daae020 spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer by Heiner Kallweit · 8 years ago
- 13b1030 spi: dw: fix multiple slaves with different baudrates by Matthias Seidel · 8 years ago
- d0716dd spi: Prevent unexpected SPI time out due to arithmetic overflow by Sien Wu · 8 years ago
- 9d04d8b spi: qup: skip clk_disable_unprepare if the device is already runtime suspended by Sudeep Holla · 8 years ago
- dbd4fef spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans by Heiner Kallweit · 8 years ago
- 10ed1e6 spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq by Heiner Kallweit · 8 years ago
- 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