summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 branch 'spi-5.0' into spi-linusMark Brown2019-03-0411-76/+91
|\ \ \
| * | | spi: spi-gpio: fix SPI_CS_HIGH capabilityRussell King2019-02-211-2/+2
| | |/ | |/|
| * | spi: pxa2xx: Setup maximum supported DMA transfer lengthAndy Shevchenko2019-02-201-0/+1
| * | spi: ti-qspi: Fix mmap read when more than one CS in useVignesh R2019-01-291-3/+3
| * | spi/topcliff_pch: Fix potential NULL dereference on allocation errorYueHaibing2019-01-231-0/+6
| * | spi: spi-mem: Fix a memory leak in spi_mem_dirmap_destroy()Boris Brezillon2019-01-211-0/+2
| * | spi: spi-mem: Fix spi_mem_dirmap_destroy() kerneldocBoris Brezillon2019-01-211-1/+0
| * | spi: dw: change snprintf to scnprintf for possible overflowSilvio Cesare2019-01-151-18/+18
| * | spi: sprd: Fix the error data length in SPI read-only modeLanqing Liu2019-01-151-4/+6
| * | spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatchVignesh R2019-01-151-2/+2
| * | spi: fix initial SPI_SR value in spi-fsl-dspiAngelo Dureghello2019-01-071-1/+1
| * | spi: lpspi: Fix CLK pin becomes low before one transferClark Wang2019-01-071-4/+20
| * | spi: lpspi: Fix wrong transmission when don't use CONTClark Wang2019-01-071-0/+9
| * | spi: lpspi: Improve the stability of lpspi data transmissionClark Wang2019-01-071-41/+20
| * | Merge branch 'spi-4.21' into spi-5.0Mark Brown2019-01-071-1/+2
| |\ \ | | |/ | |/|
| | * spi: npcm-pspi: Fix wrong priv pointerAxel Lin2019-01-031-1/+2
* | | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/ /
* | 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