summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spi-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2021-11-0121-329/+2005
|\
| * spi: spi-geni-qcom: Add support for GPI dmaVinod Koul2021-10-291-15/+239
| * spi: fsi: Fix contention in the FSI2SPI engineEddie James2021-10-271-22/+53
| * spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar2021-10-261-1/+3
| * spi: tegra210-quad: Put device into suspend on driver removalDmitry Osipenko2021-10-261-2/+2
| * spi: tegra20-slink: Put device into suspend on driver removalDmitry Osipenko2021-10-261-2/+2
| * spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang2021-10-261-2/+3
| * spi: at91-usart: replacing legacy gpio interface for gpiodMaíra Canal2021-10-201-22/+5
| * spi: replace snprintf in show functions with sysfs_emitQing Wang2021-10-151-1/+1
| * spi: cadence: Add of_node_put() before returnWan Jiabing2021-10-151-0/+2
| * spi: orion: Add of_node_put() before gotoWan Jiabing2021-10-151-0/+1
| * Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-142-16/+18
| |\
| * | spi: cadence-quadspi: fix dma_unmap_single() callArnd Bergmann2021-10-131-1/+1
| * | spi: tegra20: fix build with CONFIG_PM_SLEEP=nArnd Bergmann2021-10-131-1/+1
| * | Merge series "spi-bcm-qspi spcr3 enahancements" from Kamal Dasu <kdasu.kdev@g...Mark Brown2021-10-111-54/+208
| |\ \
| | * | spi: bcm-qspi: add support for 3-wire mode for half duplex transferKamal Dasu2021-10-111-1/+12
| | * | spi: bcm-qspi: Add mspi spcr3 32/64-bits xfer modeKamal Dasu2021-10-111-21/+151
| * | | Merge series "spi: Various Cleanups" from Uwe Kleine-König <u.kleine-koenig@...Mark Brown2021-10-071-142/+95
| |\ \ \
| | * | | spi: Make several public functions private to spi.cUwe Kleine-König2021-10-071-27/+14
| | * | | spi: Reorder functions to simplify the next commitUwe Kleine-König2021-10-071-86/+86
| | * | | spi: Remove unused function spi_busnum_to_master()Uwe Kleine-König2021-10-071-35/+0
| | * | | spi: Move comment about chipselect check to the right placeUwe Kleine-König2021-10-071-4/+5
| * | | | Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-10-076-58/+60
| |\ \ \ \
| * | | | | spi: fsi: Print status on errorEddie James2021-10-051-21/+27
| * | | | | spi: cadence: fix static checker warningParshuram Thombare2021-10-041-2/+2
| * | | | | spi: cadence-quadspi: Add Xilinx Versal external DMA supportSai Krishna Potthuri2021-10-011-9/+198
| * | | | | spi: cadence-quadspi: Add OSPI support for Xilinx Versal SoCSai Krishna Potthuri2021-10-011-0/+25
| * | | | | spi: cadence: Fix spelling mistake "nunber" -> "number"Colin Ian King2021-09-281-1/+1
| * | | | | Merge series "add support for Cadence's XSPI controller" from Parshuram Thomb...Mark Brown2021-09-273-0/+653
| |\ \ \ \ \
| | * | | | | spi: cadence: add support for Cadence XSPI controllerParshuram Thombare2021-09-273-0/+653
| * | | | | | spi: s3c64xx: describe driver in KConfigKrzysztof Kozlowski2021-09-271-2/+3
| |/ / / / /
| * | | | | Merge branch 'spi-5.15' into spi-5.16Mark Brown2021-09-211-4/+2
| |\ \ \ \ \
| * | | | | | spi: Fixed division by zero warningYoshitaka Ikeda2021-09-204-4/+5
| * | | | | | spi: sh-msiof: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-171-1/+0
| * | | | | | spi: rspi: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-171-1/+0
| * | | | | | Merge series "Support for Ingenic JZ47xx SPI controller" from Artur Rojek <co...Mark Brown2021-09-133-0/+492
| |\ \ \ \ \ \
| | * | | | | | SPI: add Ingenic JZ47xx driver.Artur Rojek2021-09-133-0/+492
| * | | | | | | spi: amd: Don't wait for a write-only transfer to finishLucas Tanure2021-09-131-2/+10
| * | | | | | | spi: amd: Remove unneeded variableLucas Tanure2021-09-131-6/+3
| * | | | | | | spi: amd: Refactor amd_spi_busy_waitLucas Tanure2021-09-131-8/+2
| * | | | | | | spi: amd: Refactor code to use less spi_master_get_devdataLucas Tanure2021-09-131-60/+34
| |/ / / / / /
| * | | | | | Merge existing fixes from spi/for-5.15Mark Brown2021-09-132-3/+8
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'regulator-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-011-0/+41
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'v5.15-rc6' into regulator-5.16Mark Brown2021-10-189-109/+129
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | spi: Check we have a spi_device_id for each DT compatibleMark Brown2021-09-221-0/+41
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-10-283-4/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | spi: spl022: fix Microwire full duplex modeThomas Perrot2021-10-261-2/+3
| * | | | | | | | spi: altera: Change to dynamic allocation of spi idRuss Weight2021-10-202-2/+2
| | |/ / / / / / | |/| | | | | |
* / | | | | | | spi: Fix tegra20 build with CONFIG_PM=n once againLinus Torvalds2021-10-251-1/+1
|/ / / / / / /
* | | | | | | spi-mux: Fix false-positive lockdep splatsUwe Kleine-König2021-10-142-6/+13