aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18spi: sh-hspi: Remove error messages on out-of-memory conditionsGeert Uytterhoeven1-4/+1
2019-01-17spi: ath79: Remove now useless codeAlban Bedel1-41/+2
2019-01-17spi: ath79: Enable support for compile testAlban Bedel2-4/+13
2019-01-17spi: ath79: Simplify ath79_spi_chipselect()Alban Bedel2-32/+10
2019-01-17spi: bitbang: Don't call chipselect() in spi_bitbang_setup()Alban Bedel1-13/+0
2019-01-15spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare1-18/+18
2019-01-15spi: sprd: Fix the error data length in SPI read-only modeLanqing Liu1-4/+6
2019-01-15spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R1-2/+2
2019-01-14spi: cadence: Correct initialisation of runtime PMCharles Keepax1-7/+4
2019-01-14spi: spi-geni-qcom: Get rid of forward declarationStephen Boyd1-29/+26
2019-01-14spi: spi-geni-qcom: Don't initialize completion for normal messageStephen Boyd1-1/+0
2019-01-10spi: davinci: Get rid of dangling variableLinus Walleij1-1/+0
2019-01-10spi: dw: fix warning unused variable 'ret'Anders Roxell1-1/+0
2019-01-09spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl1-33/+89
2019-01-09spi: dw: Convert to use CS GPIO descriptorsLinus Walleij2-30/+1
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-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
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: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello1-1/+1
2019-01-07spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf3-0/+978
2019-01-07spi: lpspi: Fix CLK pin becomes low before one transferClark Wang1-4/+20
2019-01-07spi: lpspi: Fix wrong transmission when don't use CONTClark Wang1-0/+9
2019-01-07spi: lpspi: Improve the stability of lpspi data transmissionClark Wang1-41/+20
2019-01-07Merge branch 'spi-4.21' into spi-5.0Mark Brown1-1/+2
2019-01-03spi: npcm-pspi: Fix wrong priv pointerAxel Lin1-1/+2
2018-12-25Merge tag 'spi-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus 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 transmission from FIFOHoan 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/broonie/regulator into regulator-4.21Mark Brown2-14/+27