aboutsummaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2018-12-20Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown
2018-12-20spi: sh-msiof: Reduce the number of times write to and perform the transmissi...Hoan Nguyen An
2018-12-13spi: lpspi: Let watermark change with send data lengthClark Wang
2018-12-13spi: lpspi: Add slave mode supportClark Wang
2018-12-13spi: lpspi: Replace all "master" with "controller"Clark Wang
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2018-12-11spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König
2018-12-11spi: imx: rename config callback and add useful parametersUwe Kleine-König
2018-12-11spi: imx: style fixesUwe Kleine-König
2018-12-11spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König
2018-12-11spi: imx: add a device specific prepare_message callbackUwe Kleine-König
2018-12-11mtd: atmel-quadspi: disallow building on ebsa110Arnd Bergmann
2018-12-06spi: npcm: Modify pspi send functionTomer Maimon
2018-12-06spi: Use of_node_name_eq for node name comparisonsRob Herring
2018-12-04Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown
2018-12-04spi: dw-mmio: add ACPI supportJay Fang
2018-12-04spi: bcm2835: Synchronize with callback on DMA terminationLukas Wunner
2018-12-04spi: bcm2835: Speed up FIFO access if fill level is knownLukas Wunner
2018-12-04spi: bcm2835: Polish transfer of DMA prologueLukas Wunner
2018-12-03spi: spi-mem: add support for octal mode I/O data transferYogesh Narayan Gaur
2018-12-03spi: add support for octal mode I/O data transferYogesh Narayan Gaur
2018-12-03spi: fix spi-at91-usart.c build errors when PINCTRL is not setRandy Dunlap
2018-11-29spi: Fix formatting of header blockMark Brown
2018-11-29Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2018-11-29spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner
2018-11-28Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-11-28spi: bcm2835: Overcome sglist entry length limitationLukas Wunner
2018-11-28spi: bcm2835: Document struct bcm2835_spiLukas Wunner
2018-11-28spi: bcm2835: Drop unused code for native Chip SelectLukas Wunner
2018-11-28Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.Mark Brown
2018-11-28spi: bcm2835: Fix race on DMA terminationLukas Wunner
2018-11-28spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner
2018-11-28spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner
2018-11-27spi: mediatek: add spi support for mt7629 ICLeilk Liu
2018-11-27spi: at91-usart: add power management supportRadu Pirea
2018-11-27spi: npcm: Fix uninitialized variable warningOlof Johansson
2018-11-23spi: npcm: Fix an error code in the probe functionDan Carpenter
2018-11-22spi: spi-qcom-qspi: Fix remaining driver nitsRyan Case
2018-11-20spi: spi-mem: Add a new API to support direct mappingBoris Brezillon
2018-11-20spi: spi-mem: Split spi_mem_exec_op() codeBoris Brezillon
2018-11-20spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumBoris Brezillon
2018-11-16spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warningLubomir Rintel
2018-11-15spi: omap2-mcspi: Add missing suspend and resume callsTony Lindgren
2018-11-15spi: Fix core transfer waits after slave supportMark Brown
2018-11-15spi: npcm: fix platform_no_drv_owner.cocci warningskbuild test robot
2018-11-14spi: bcm2835: make license text and module license matchStefan Wahren
2018-11-14spi: npcm: fix u32 csgpio being checked for less than zeroColin Ian King
2018-11-13spi: npcm: add NPCM PSPI controller driverTomer Maimon
2018-11-13spi: pl022: Handle cs_change for last transferFredrik Ternerot