summaryrefslogtreecommitdiff
path: root/drivers/spi
AgeCommit message (Expand)Author
2021-11-18spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar
2021-11-18spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang
2021-11-18spi: spl022: fix Microwire full duplex modeThomas Perrot
2021-10-20spi: bcm-qspi: clear MSPI spifie interrupt during probeKamal Dasu
2021-10-09spi: rockchip: handle zero length transfers without timing outTobias Schramm
2021-09-30spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds
2021-09-30treewide: Change list_sort to use const pointersSami Tolvanen
2021-09-15spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang
2021-09-15spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang
2021-09-15spi: davinci: invoke chipselect callbackMatija Glavinic Pecotic
2021-09-15spi: coldfire-qspi: Use clk_disable_unprepare in the remove functionChristophe JAILLET
2021-09-15spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-09-15spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-08-26spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König
2021-08-12spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu
2021-08-12spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut
2021-08-12spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut
2021-08-08spi: mediatek: Fix fifo transferGuenter Roeck
2021-08-08spi: stm32h7: fix full duplex irq handler handlingAlain Volmat
2021-07-28spi: spi-bcm2835: Fix deadlockAlexandru Tachici
2021-07-28spi: cadence: Correct initialisation of runtime PM againMarek Vasut
2021-07-28spi: mediatek: fix fifo rx modePeter Hess
2021-07-28spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat
2021-07-28spi: imx: add a check for speed_hz before calculating the clockClark Wang
2021-07-14spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt
2021-07-14spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko
2021-07-14spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko
2021-07-14spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai
2021-07-14spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai
2021-07-14spi: omap-100k: Fix the length judgment problemTian Tao
2021-07-14spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang
2021-07-14spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax
2021-06-30spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen
2021-06-23spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard
2021-06-23spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error codezpershuai
2021-06-16spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner
2021-06-16spi: Cleanup on failure of initial setupLukas Wunner
2021-06-16spi: Don't have controller clean up spi device before driver unbindSaravana Kannan
2021-06-16spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang
2021-06-16spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski
2021-06-16spi: Fix spi device unregister flowSaravana Kannan
2021-06-03spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko
2021-06-03spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET
2021-05-14spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang
2021-05-14spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang
2021-05-14spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang
2021-05-14spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang
2021-05-14spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun
2021-05-14spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li