summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2019-01-18spi: sh-msiof: Use DMA if possibleHoan Nguyen An
2019-01-18spi: sh-msiof: fix *info pointer in request_dma()Hoan Nguyen An
2019-01-18spi: sh-hspi: Remove error messages on out-of-memory conditionsGeert Uytterhoeven
2019-01-17spi: ath79: Remove now useless codeAlban Bedel
2019-01-17spi: ath79: Enable support for compile testAlban Bedel
2019-01-17spi: ath79: Simplify ath79_spi_chipselect()Alban Bedel
2019-01-17spi: bitbang: Don't call chipselect() in spi_bitbang_setup()Alban Bedel
2019-01-15spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare
2019-01-15spi: sprd: Fix the error data length in SPI read-only modeLanqing Liu
2019-01-15spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R
2019-01-14spi: cadence: Correct initialisation of runtime PMCharles Keepax
2019-01-14spi: spi-geni-qcom: Get rid of forward declarationStephen Boyd
2019-01-14spi: spi-geni-qcom: Don't initialize completion for normal messageStephen Boyd
2019-01-10spi: davinci: Get rid of dangling variableLinus Walleij
2019-01-10spi: dw: fix warning unused variable 'ret'Anders Roxell
2019-01-09spi: core: avoid waking pump thread from spi_sync instead run teardown delayedMartin Sperl
2019-01-09spi: dw: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: davinci: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: clps711x: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: cadence: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: atmel: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: ath79: Convert to use CS GPIO descriptorsLinus Walleij
2019-01-09spi: Optionally use GPIO descriptors for CS GPIOsLinus Walleij
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2019-01-07spi: stm32: add support for STM32F4Cezary Gapinski
2019-01-07spi: stm32: introduce compatible data cfgCezary Gapinski
2019-01-07spi: stm32: add start dma transfer functionCezary Gapinski
2019-01-07spi: stm32: split transfer one setup functionCezary Gapinski
2019-01-07spi: stm32: rename interrupt functionCezary Gapinski
2019-01-07spi: stm32: rename STM32 SPI registers to STM32H7Cezary Gapinski
2019-01-07spi: stm32: remove SPI LOOP modeCezary Gapinski
2019-01-07spi: stm32: use explicit CPOL and CPHA mode bitsCezary Gapinski
2019-01-07spi: fix typo in SPI_STM32 help textCezary Gapinski
2019-01-07spi: stm32: fix DMA configuration with only one channelCezary Gapinski
2019-01-07spi: stm32: use NULL pointer instead of plain integerCezary Gapinski
2019-01-07spi: stm32: switch to SPDX identifierCezary Gapinski
2019-01-07spi: dw: fix potential variable assignment errorshaftarger
2019-01-07spi: add cpu details to fsl-dspi Kconfig helpAngelo Dureghello
2019-01-07spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello
2019-01-07spi: Add a driver for the Freescale/NXP QuadSPI controllerFrieder Schrempf
2019-01-07spi: lpspi: Fix CLK pin becomes low before one transferClark Wang
2019-01-07spi: lpspi: Fix wrong transmission when don't use CONTClark Wang
2019-01-07spi: lpspi: Improve the stability of lpspi data transmissionClark Wang
2019-01-07Merge branch 'spi-4.21' into spi-5.0Mark Brown
2019-01-03spi: npcm-pspi: Fix wrong priv pointerAxel Lin
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