summaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)AuthorLines
2021-10-28Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-4/+5
2021-10-26spi: spl022: fix Microwire full duplex modeThomas Perrot-2/+3
2021-10-25spi: Fix tegra20 build with CONFIG_PM=n once againLinus Torvalds-1/+1
2021-10-20spi: altera: Change to dynamic allocation of spi idRuss Weight-2/+2
2021-10-14spi-mux: Fix false-positive lockdep splatsUwe Kleine-König-6/+13
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown-11/+6
2021-10-11spi: bcm-qspi: clear MSPI spifie interrupt during probeKamal Dasu-32/+45
2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle-19/+7
2021-10-01spi: mediatek: skip delays if they are 0Dafna Hirschfeld-28/+36
2021-10-01spi: atmel: Fix PDC transfer setup bugVille Baillie-2/+2
2021-09-27Merge tag 'v5.15-rc3' into spi-5.15Mark Brown-9/+1
2021-09-27spi: spidev: Add SPI ID tableMark Brown-0/+14
2021-09-22Merge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+0
2021-09-21spi: Revert modalias changesMark Brown-8/+0
2021-09-21Merge tag 'v5.15-rc2' into spi-5.15Mark Brown-86/+166
2021-09-20Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+10
2021-09-18spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds-2/+2
2021-09-09spi: tegra20-slink: Declare runtime suspend and resume functions conditionallyGuenter Roeck-3/+2
2021-09-03spi: rockchip: handle zero length transfers without timing outTobias Schramm-0/+6
2021-09-01Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-6/+35
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-10/+12
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown-438/+1176
2021-08-26Merge remote-tracking branch 'spi/for-5.14' into spi-linusMark Brown-14/+18
2021-08-26spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang-4/+4
2021-08-26spi: sprd: Add ADI r3 supportChunyan Zhang-50/+165
2021-08-26spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang-1/+1
2021-08-24spi: davinci: invoke chipselect callbackMatija Glavinic Pecotic-7/+1
2021-08-24spi: sprd: fill offset only to RD_CMD register for reading from slave deviceChunyan Zhang-6/+5
2021-08-24spi: sprd: Make sure offset not equal to slave address sizeChunyan Zhang-1/+1
2021-08-24spi: sprd: Pass offset instead of physical address to adi_read/_write()Chunyan Zhang-61/+44
2021-08-23spi: rockchip-sfc: Fix assigned but never used return error codesColin Ian King-2/+2
2021-08-23spi: rockchip-sfc: Remove redundant IO operationsJon Lin-2/+2
2021-08-20spi: stm32: fix excluded_middle.cocci warningskernel test robot-2/+1
2021-08-19spi: coldfire-qspi: Use clk_disable_unprepare in the remove functionChristophe JAILLET-1/+1
2021-08-18spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()Yang Yingliang-2/+0
2021-08-17spi: rockchip-sfc: add rockchip serial flash controllerChris Morgan-0/+707
2021-08-16spi: orion: Prevent incorrect chip select behaviourNathan Rossi-6/+16
2021-08-12Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann-6/+35
2021-08-12spi: mxic: add missing bracesYang Yingliang-1/+2
2021-08-10spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren-0/+1
2021-08-10spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren-0/+1
2021-08-09spi: mediatek: fix build warnning in set cs timingMason Zhang-6/+6
2021-08-09spi: mxic: patch for octal DTR mode supportZhengxun Li-11/+30
2021-08-09spi: tegra20-slink: Don't use resource-managed spi_register helperDmitry Osipenko-1/+5
2021-08-09spi: tegra20-slink: Improve runtime PM usageDmitry Osipenko-48/+25
2021-08-09Merge 5.14-rc5 into driver-core-nextGreg Kroah-Hartman-19/+53
2021-08-09Merge 5.14-rc5 into char-misc-nextGreg Kroah-Hartman-19/+53
2021-08-06Merge tag 'spi-fix-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-19/+53
2021-08-05spi: cadence-quadspi: Fix check condition for DTR opsApurva Nandan-3/+18