summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* spi: pl022: add a message state STATE_TIMEOUT for timeout transferJiwei Sun2019-01-281-1/+29
* spi: Kconfig: imx: Update the help text to make it more genericFabio Estevam2019-01-281-2/+1
* spi: nxp-fspi: add octal mode flag bit for octal supportYogesh Narayan Gaur2019-01-281-2/+2
* MAINTAINERS: add maintainers for the NXP FlexSPI driverYogesh Narayan Gaur2019-01-281-0/+8
* dt-bindings: spi: add binding file for NXP FlexSPI controllerYogesh Narayan Gaur2019-01-281-0/+39
* spi: spi-mem: Add driver for NXP FlexSPI controllerYogesh Narayan Gaur2019-01-283-0/+1116
* gpio: of: Fix logic inversionLinus Walleij2019-01-241-1/+1
* 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-232-91/+33
* pxa2xx: replace spi_master with spi_controllerLubomir Rintel2019-01-2323-140/+140
* 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-212-0/+74
* 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-174-5/+14
* 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-092-33/+91
* 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-092-14/+113
* spi/trace: include buffer contents in tracesUwe Kleine-König2019-01-071-2/+26
* spi/trace: drop useless and wrong (but harmless) castsUwe Kleine-König2019-01-071-4/+3
* spi: stm32: add description about STM32F4 bindingsCezary Gapinski2019-01-071-3/+6
* 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