summaryrefslogtreecommitdiff
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: dw: fix warning unused variable 'ret'Anders Roxell2019-01-101-1/+0
* spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl2019-01-091-33/+89
* spi: dw: Convert to use CS GPIO descriptorsLinus Walleij2019-01-092-30/+1
* spi: davinci: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-40/+13
* spi: clps711x: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-21/+2
* spi: cadence: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-65/+2
* spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-66/+27
* spi: ath79: Convert to use CS GPIO descriptorsLinus Walleij2019-01-091-28/+14
* spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij2019-01-091-10/+94
* spi: stm32: add support for STM32F4Cezary Gapinski2019-01-071-7/+482
* spi: stm32: introduce compatible data cfgCezary Gapinski2019-01-071-101/+236
* spi: stm32: add start dma transfer functionCezary Gapinski2019-01-071-9/+18
* spi: stm32: split transfer one setup functionCezary Gapinski2019-01-071-78/+192
* spi: stm32: rename interrupt functionCezary Gapinski2019-01-071-3/+3
* spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski2019-01-071-182/+199
* spi: stm32: remove SPI LOOP modeCezary Gapinski2019-01-071-1/+1
* spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski2019-01-071-1/+1
* spi: fix typo in SPI_STM32 help textCezary Gapinski2019-01-071-1/+1
* spi: stm32: fix DMA configuration with only one channelCezary Gapinski2019-01-071-8/+12
* spi: stm32: use NULL pointer instead of plain integerCezary Gapinski2019-01-071-1/+1
* spi: stm32: switch to SPDX identifierCezary Gapinski2019-01-071-20/+7
* spi: dw: fix potential variable assignment errorshaftarger2019-01-071-1/+2
* spi: add cpu details to fsl-dspi Kconfig helpAngelo Dureghello2019-01-071-1/+1
* spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf2019-01-073-0/+978
* 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