summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2019-01-24spi: Support high CS when using descriptorsLinus Walleij1-0/+5
2019-01-23spi: Go back to immediate teardownMark Brown1-89/+33
2019-01-23pxa2xx: replace spi_master with spi_controllerLubomir Rintel4-111/+111
2019-01-23spi: bcm2835aux: remove unneeded NULL check of devm_clk_getYueHaibing1-1/+1
2019-01-21spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()Boris Brezillon1-0/+69
2019-01-18spi: sh-msiof: Use DMA if possibleHoan Nguyen An1-6/+2
2019-01-18spi: sh-msiof: fix *info pointer in request_dma()Hoan Nguyen An1-1/+1
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-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-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