aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: cadence: Fix default polarity of native chipselectLinus Walleij2019-01-241-3/+3
* spi: dw: Fix default polarity of native chipselectLinus Walleij2019-01-241-3/+2
* spi: Support high CS when using descriptorsLinus Walleij2019-01-241-0/+5
* spi: Go back to immediate teardownMark Brown2019-01-231-89/+33
* pxa2xx: replace spi_master with spi_controllerLubomir Rintel2019-01-234-111/+111
* spi: bcm2835aux: remove unneeded NULL check of devm_clk_getYueHaibing2019-01-231-1/+1
* spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()Boris Brezillon2019-01-211-0/+69
* spi: sh-msiof: Use DMA if possibleHoan Nguyen An2019-01-181-6/+2
* spi: sh-msiof: fix *info pointer in request_dma()Hoan Nguyen An2019-01-181-1/+1
* spi: sh-hspi: Remove error messages on out-of-memory conditionsGeert Uytterhoeven2019-01-181-4/+1
* spi: ath79: Remove now useless codeAlban Bedel2019-01-171-41/+2
* spi: ath79: Enable support for compile testAlban Bedel2019-01-172-4/+13
* spi: ath79: Simplify ath79_spi_chipselect()Alban Bedel2019-01-172-32/+10
* spi: bitbang: Don't call chipselect() in spi_bitbang_setup()Alban Bedel2019-01-171-13/+0
* spi: cadence: Correct initialisation of runtime PMCharles Keepax2019-01-141-7/+4
* spi: spi-geni-qcom: Get rid of forward declarationStephen Boyd2019-01-141-29/+26
* spi: spi-geni-qcom: Don't initialize completion for normal messageStephen Boyd2019-01-141-1/+0
* spi: davinci: Get rid of dangling variableLinus Walleij2019-01-101-1/+0
* 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