summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-12-2525-711/+3105
|\
| *-. Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown2018-12-204-22/+806
| |\ \
| | | * mtd: atmel-quadspi: disallow building on ebsa110Arnd Bergmann2018-12-111-1/+1
| | | * spi: Add QuadSPI driver for Atmel SAMA5D2Piotr Bugalski2018-11-073-0/+559
| | * | spi: spi-mem: Add a new API to support direct mappingBoris Brezillon2018-11-201-0/+204
| | * | spi: spi-mem: Split spi_mem_exec_op() codeBoris Brezillon2018-11-201-21/+42
| | * | spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumBoris Brezillon2018-11-201-1/+1
| | |/
| * | spi: sh-msiof: Reduce the number of times write to and perform the transmissi...Hoan Nguyen An2018-12-201-1/+9
| * | spi: lpspi: Let watermark change with send data lengthClark Wang2018-12-131-2/+9
| * | spi: lpspi: Add slave mode supportClark Wang2018-12-131-28/+79
| * | spi: lpspi: Replace all "master" with "controller"Clark Wang2018-12-131-38/+46
| * | spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König2018-12-111-7/+5
| * | spi: imx: rename config callback and add useful parametersUwe Kleine-König2018-12-111-17/+22
| * | spi: imx: style fixesUwe Kleine-König2018-12-111-7/+9
| * | spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König2018-12-111-27/+40
| * | spi: imx: add a device specific prepare_message callbackUwe Kleine-König2018-12-111-1/+39
| * | spi: npcm: Modify pspi send functionTomer Maimon2018-12-061-6/+14
| * | spi: Use of_node_name_eq for node name comparisonsRob Herring2018-12-061-1/+1
| * | Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown2018-12-041-3/+21
| |\ \
| | * | spi: gpio: Support 3WIRE high-impedance turn-aroundLinus Walleij2018-11-071-3/+21
| | |/
| * | spi: dw-mmio: add ACPI supportJay Fang2018-12-042-0/+9
| * | spi: bcm2835: Synchronize with callback on DMA terminationLukas Wunner2018-12-041-6/+6
| * | spi: bcm2835: Speed up FIFO access if fill level is knownLukas Wunner2018-12-041-4/+60
| * | spi: bcm2835: Polish transfer of DMA prologueLukas Wunner2018-12-041-25/+29
| * | spi: spi-mem: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-031-1/+8
| * | spi: add support for octal mode I/O data transferYogesh Narayan Gaur2018-12-031-2/+10
| * | spi: fix spi-at91-usart.c build errors when PINCTRL is not setRandy Dunlap2018-12-031-0/+1
| * | spi: Fix formatting of header blockMark Brown2018-11-291-6/+4
| * | Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-11-291-1/+1
| |\ \
| | * | spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner2018-11-291-1/+1
| * | | spi: bcm2835: Overcome sglist entry length limitationLukas Wunner2018-11-281-49/+242
| * | | spi: bcm2835: Document struct bcm2835_spiLukas Wunner2018-11-281-0/+11
| * | | spi: bcm2835: Drop unused code for native Chip SelectLukas Wunner2018-11-281-83/+13
| * | | Merge branch 'spi-4.20' into spi-4.21 for bcm stuff.Mark Brown2018-11-282-20/+31
| |\| |
| | * | spi: bcm2835: Fix race on DMA terminationLukas Wunner2018-11-281-6/+4
| | * | spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner2018-11-281-0/+1
| | * | spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner2018-11-281-2/+1
| * | | spi: mediatek: add spi support for mt7629 ICLeilk Liu2018-11-271-0/+3
| * | | spi: at91-usart: add power management supportRadu Pirea2018-11-271-0/+61
| * | | spi: npcm: Fix uninitialized variable warningOlof Johansson2018-11-271-7/+15
| * | | spi: npcm: Fix an error code in the probe functionDan Carpenter2018-11-231-1/+1
| * | | spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warningLubomir Rintel2018-11-161-7/+1
| * | | spi: Fix core transfer waits after slave supportMark Brown2018-11-151-3/+5
| * | | spi: npcm: fix platform_no_drv_owner.cocci warningskbuild test robot2018-11-151-1/+0
| * | | spi: bcm2835: make license text and module license matchStefan Wahren2018-11-142-2/+2
| * | | spi: npcm: fix u32 csgpio being checked for less than zeroColin Ian King2018-11-141-3/+3
| * | | spi: npcm: add NPCM PSPI controller driverTomer Maimon2018-11-133-0/+488
| * | | spi: pl022: Handle cs_change for last transferFredrik Ternerot2018-11-131-7/+7
| * | | spi: pxa2xx: Deal with the leftover garbage in TXFIFOLubomir Rintel2018-11-131-0/+14
| * | | spi: pxa2xx: Add ready signalLubomir Rintel2018-11-132-1/+18