summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-01-09spi: davinci: Convert to use CS GPIO descriptorsLinus Walleij1-40/+13
2019-01-09spi: clps711x: Convert to use CS GPIO descriptorsLinus Walleij1-21/+2
2019-01-09spi: cadence: Convert to use CS GPIO descriptorsLinus Walleij1-65/+2
2019-01-09spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij1-66/+27
2019-01-09spi: ath79: Convert to use CS GPIO descriptorsLinus Walleij1-28/+14
2019-01-09spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij1-10/+94
2019-01-07spi: stm32: add support for STM32F4Cezary Gapinski1-7/+482
2019-01-07spi: stm32: introduce compatible data cfgCezary Gapinski1-101/+236
2019-01-07spi: stm32: add start dma transfer functionCezary Gapinski1-9/+18
2019-01-07spi: stm32: split transfer one setup functionCezary Gapinski1-78/+192
2019-01-07spi: stm32: rename interrupt functionCezary Gapinski1-3/+3
2019-01-07spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski1-182/+199
2019-01-07spi: stm32: remove SPI LOOP modeCezary Gapinski1-1/+1
2019-01-07spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski1-1/+1
2019-01-07spi: fix typo in SPI_STM32 help textCezary Gapinski1-1/+1
2019-01-07spi: stm32: fix DMA configuration with only one channelCezary Gapinski1-8/+12
2019-01-07spi: stm32: use NULL pointer instead of plain integerCezary Gapinski1-1/+1
2019-01-07spi: stm32: switch to SPDX identifierCezary Gapinski1-20/+7
2019-01-07spi: dw: fix potential variable assignment errorshaftarger1-1/+2
2019-01-07spi: add cpu details to fsl-dspi Kconfig helpAngelo Dureghello1-1/+1
2019-01-07spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf3-0/+978
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds25-711/+3105
2018-12-20Merge remote-tracking branches 'spi/topic/mem' and 'spi/topic/mtd' into spi-nextMark Brown4-22/+806
2018-12-20spi: sh-msiof: Reduce the number of times write to and perform the transmissi...Hoan Nguyen An1-1/+9
2018-12-13spi: lpspi: Let watermark change with send data lengthClark Wang1-2/+9
2018-12-13spi: lpspi: Add slave mode supportClark Wang1-28/+79
2018-12-13spi: lpspi: Replace all "master" with "controller"Clark Wang1-38/+46
2018-12-11Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2-14/+27
2018-12-11spi: imx: drop useless member speed_hz from driver data structUwe Kleine-König1-7/+5
2018-12-11spi: imx: rename config callback and add useful parametersUwe Kleine-König1-17/+22
2018-12-11spi: imx: style fixesUwe Kleine-König1-7/+9
2018-12-11spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König1-27/+40
2018-12-11spi: imx: add a device specific prepare_message callbackUwe Kleine-König1-1/+39
2018-12-11mtd: atmel-quadspi: disallow building on ebsa110Arnd Bergmann1-1/+1
2018-12-06spi: npcm: Modify pspi send functionTomer Maimon1-6/+14
2018-12-06spi: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-12-04Merge branch 'topic/3wire-gpio' of https://git.kernel.org/pub/scm/linux/kerne...Mark Brown1-3/+21
2018-12-04spi: dw-mmio: add ACPI supportJay Fang2-0/+9
2018-12-04spi: bcm2835: Synchronize with callback on DMA terminationLukas Wunner1-6/+6
2018-12-04spi: bcm2835: Speed up FIFO access if fill level is knownLukas Wunner1-4/+60
2018-12-04spi: bcm2835: Polish transfer of DMA prologueLukas Wunner1-25/+29
2018-12-03spi: spi-mem: add support for octal mode I/O data transferYogesh Narayan Gaur1-1/+8
2018-12-03spi: add support for octal mode I/O data transferYogesh Narayan Gaur1-2/+10
2018-12-03spi: fix spi-at91-usart.c build errors when PINCTRL is not setRandy Dunlap1-0/+1
2018-11-29spi: Fix formatting of header blockMark Brown1-6/+4
2018-11-29Merge branch 'for-4.20' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-1/+1
2018-11-29spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner1-1/+1
2018-11-28Merge tag 'spi-fix-v4.20-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-14/+27
2018-11-28spi: bcm2835: Overcome sglist entry length limitationLukas Wunner1-49/+242
2018-11-28spi: bcm2835: Document struct bcm2835_spiLukas Wunner1-0/+11