summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)AuthorFilesLines
2022-01-27spi: uniphier: Fix a bug that doesn't point to private data correctlyKunihiko Hayashi1-5/+6
2022-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2022-01-27spi: Fix incorrect cs_setup delay handlingHector Martin1-7/+6
2022-01-27spi: hisi-kunpeng: Fix the debugfs directory name incorrectoujiefeng1-7/+8
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu1-1/+1
2021-11-25spi: fix use-after-free of the add_lock mutexMichael Walle1-6/+6
2021-11-18spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar1-1/+3
2021-11-18spi: Fixed division by zero warningYoshitaka Ikeda4-4/+5
2021-11-18spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang1-2/+3
2021-11-18spi: Check we have a spi_device_id for each DT compatibleMark Brown1-0/+41
2021-10-28Merge tag 'spi-fix-v5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-4/+5
2021-10-26spi: spl022: fix Microwire full duplex modeThomas Perrot1-2/+3
2021-10-25spi: Fix tegra20 build with CONFIG_PM=n once againLinus Torvalds1-1/+1
2021-10-20spi: altera: Change to dynamic allocation of spi idRuss Weight2-2/+2
2021-10-14spi-mux: Fix false-positive lockdep splatsUwe Kleine-König2-6/+13
2021-10-14spi: Fix deadlock when adding SPI controllers on SPI busesMark Brown1-11/+6
2021-10-11spi: bcm-qspi: clear MSPI spifie interrupt during probeKamal Dasu1-32/+45
2021-10-02spi: spi-nxp-fspi: don't depend on a specific node name erratum workaroundMichael Walle1-19/+7
2021-10-01spi: mediatek: skip delays if they are 0Dafna Hirschfeld1-28/+36
2021-10-01spi: atmel: Fix PDC transfer setup bugVille Baillie1-2/+2
2021-09-27Merge tag 'v5.15-rc3' into spi-5.15Mark Brown2-9/+1
2021-09-27spi: spidev: Add SPI ID tableMark Brown1-0/+14
2021-09-22Merge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+0
2021-09-21spi: Revert modalias changesMark Brown1-8/+0
2021-09-21Merge tag 'v5.15-rc2' into spi-5.15Mark Brown15-86/+166
2021-09-20Merge tag 'spi-fix-v5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+10
2021-09-18spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds1-2/+2
2021-09-09spi: tegra20-slink: Declare runtime suspend and resume functions conditionallyGuenter Roeck1-3/+2
2021-09-03spi: rockchip: handle zero length transfers without timing outTobias Schramm1-0/+6
2021-09-02Merge tag 'drivers-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-6/+35
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2021-09-01Merge tag 'char-misc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-10/+12
2021-08-26Merge remote-tracking branch 'spi/for-5.15' into spi-nextMark Brown19-438/+1176
2021-08-26Merge remote-tracking branch 'spi/for-5.14' into spi-linusMark Brown3-14/+18
2021-08-26spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang1-4/+4
2021-08-26spi: sprd: Add ADI r3 supportChunyan Zhang1-50/+165
2021-08-26spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang1-1/+1
2021-08-24spi: davinci: invoke chipselect callbackMatija Glavinic Pecotic1-7/+1
2021-08-24spi: sprd: fill offset only to RD_CMD register for reading from slave deviceChunyan Zhang1-6/+5
2021-08-24spi: sprd: Make sure offset not equal to slave address sizeChunyan Zhang1-1/+1
2021-08-24spi: sprd: Pass offset instead of physical address to adi_read/_write()Chunyan Zhang1-61/+44
2021-08-23spi: rockchip-sfc: Fix assigned but never used return error codesColin Ian King1-2/+2
2021-08-23spi: rockchip-sfc: Remove redundant IO operationsJon Lin1-2/+2
2021-08-20spi: stm32: fix excluded_middle.cocci warningskernel test robot1-2/+1
2021-08-19spi: coldfire-qspi: Use clk_disable_unprepare in the remove functionChristophe JAILLET1-1/+1
2021-08-18spi: tegra20-slink: remove spi_master_put() in tegra_slink_remove()Yang Yingliang1-2/+0
2021-08-17spi: rockchip-sfc: add rockchip serial flash controllerChris Morgan3-0/+707
2021-08-16spi: orion: Prevent incorrect chip select behaviourNathan Rossi1-6/+16
2021-08-12Merge tag 'imx-ecspi-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann1-6/+35
2021-08-12spi: mxic: add missing bracesYang Yingliang1-1/+2