summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-10-246-162/+46
|\
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-136-162/+46
| |\
| | * ARM: s3c24xx: spi: avoid hardcoding fiq number in driverArnd Bergmann2020-08-201-16/+2
| | * ARM: s3c24xx: move spi fiq handler into platformArnd Bergmann2020-08-194-145/+1
| | * ARM: s3c24xx: move regs-spi.h into spi driverArnd Bergmann2020-08-193-3/+45
| | * ARM: s5pv210: don't imply CONFIG_PLAT_SAMSUNGArnd Bergmann2020-08-191-1/+1
* | | Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-10-151-1/+0
|\ \ \
| * \ \ Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2020-10-091-1/+0
| |\ \ \
| | * \ \ Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown2020-10-067-13/+33
| | |\ \ \
| | * | | | spi: atmel: remove unnecessary includeAlexandre Belloni2020-09-301-1/+0
* | | | | | Merge remote-tracking branch 'spi/for-5.10' into spi-nextMark Brown2020-10-0943-1148/+2680
|\ \ \ \ \ \
| * | | | | | spi: cadence: Add SPI transfer delaysDaniel Mack2020-10-091-1/+1
| * | | | | | spi: dw: Add Baikal-T1 SPI Controller glue driverSerge Semin2020-10-083-0/+368
| * | | | | | spi: dw: Add poll-based SPI transfers supportSerge Semin2020-10-081-1/+39
| * | | | | | spi: dw: Introduce max mem-ops SPI bus frequency settingSerge Semin2020-10-082-1/+4
| * | | | | | spi: dw: Add memory operations supportSerge Semin2020-10-083-0/+315
| * | | | | | spi: dw: Add generic DW SSI status-check methodSerge Semin2020-10-083-18/+37
| * | | | | | spi: dw: Move num-of retries parameter to the header fileSerge Semin2020-10-082-3/+4
| * | | | | | spi: dw: Explicitly de-assert CS on SPI transfer completionSerge Semin2020-10-081-1/+1
| * | | | | | spi: dw: De-assert chip-select on resetSerge Semin2020-10-081-3/+4
| * | | | | | spi: dw: Discard chip enabling on DMA setup errorSerge Semin2020-10-081-3/+1
| * | | | | | spi: dw: Unmask IRQs after enabling the chipSerge Semin2020-10-081-2/+2
| * | | | | | spi: dw: Perform IRQ setup in a dedicated functionSerge Semin2020-10-081-18/+23
| * | | | | | spi: dw: Refactor IRQ-based SPI transfer procedureSerge Semin2020-10-081-9/+24
| * | | | | | spi: dw: Refactor data IO procedureSerge Semin2020-10-082-23/+19
| * | | | | | spi: dw: Add DW SPI controller config structureSerge Semin2020-10-082-12/+27
| * | | | | | spi: dw: Update Rx sample delay in the config functionSerge Semin2020-10-081-7/+6
| * | | | | | spi: dw: Simplify the SPI bus speed config procedureSerge Semin2020-10-081-13/+10
| * | | | | | spi: dw: Update SPI bus speed in a config functionSerge Semin2020-10-081-14/+14
| * | | | | | spi: dw: Detach SPI device specific CR0 config methodSerge Semin2020-10-081-13/+30
| * | | | | | spi: dw: Add DWC SSI capabilitySerge Semin2020-10-084-75/+40
| * | | | | | spi: dw: Use an explicit set_cs assignmentSerge Semin2020-10-081-4/+4
| * | | | | | spi: spi-mtk-nor: Add power management supportIkjoon Jang2020-10-061-22/+76
| * | | | | | spi: spi-mtk-nor: support 36bit dma addressingIkjoon Jang2020-10-061-1/+20
| * | | | | | spi: spi-mtk-nor: use dma_alloc_coherent() for bounce bufferIkjoon Jang2020-10-061-42/+52
| * | | | | | spi: spi-s3c64xx: Turn on interrupts upon resumeŁukasz Stelmach2020-10-021-0/+4
| * | | | | | spi: spi-s3c64xx: Increase transfer timeoutŁukasz Stelmach2020-10-021-1/+2
| * | | | | | spi: spi-s3c64xx: Ensure cur_speed holds actual clock valueŁukasz Stelmach2020-10-021-0/+1
| * | | | | | spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_dataŁukasz Stelmach2020-10-021-4/+1
| * | | | | | spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_*Łukasz Stelmach2020-10-021-13/+13
| * | | | | | spi: spi-s3c64xx: Report more information when errors occurŁukasz Stelmach2020-10-021-4/+15
| * | | | | | spi: spi-s3c64xx: Check return valuesŁukasz Stelmach2020-10-021-9/+41
| * | | | | | spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250Łukasz Stelmach2020-10-021-0/+1
| * | | | | | spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath()Łukasz Stelmach2020-10-021-2/+2
| * | | | | | Merge series "spi: spi-mtk-nor: make use of full capability of program mode" ...Mark Brown2020-10-011-21/+158
| |\ \ \ \ \ \
| | * | | | | | spi: spi-mtk-nor: fix op checks in supports_opChuanhong Guo2020-10-011-12/+9
| | * | | | | | spi: spi-mtk-nor: add helper for checking prg mode opsChuanhong Guo2020-10-011-7/+69
| | * | | | | | spi: spi-mtk-nor: make use of full capability of prg modeChuanhong Guo2020-10-011-2/+80
| * | | | | | | spi: spi-stm32: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-10-011-5/+4
| * | | | | | | spi: spi-tegra20-sflash: remove redundant irqsave and irqrestore in hardIRQBarry Song2020-10-011-3/+2