summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: spi-rpc-if: Check return value of rpcif_sw_init()Lad Prabhakar2021-11-181-1/+3
* spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang2021-11-181-2/+3
* spi: spl022: fix Microwire full duplex modeThomas Perrot2021-11-181-2/+3
* spi: bcm-qspi: clear MSPI spifie interrupt during probeKamal Dasu2021-10-201-32/+45
* spi: rockchip: handle zero length transfers without timing outTobias Schramm2021-10-091-0/+6
* spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds2021-09-301-2/+2
* treewide: Change list_sort to use const pointersSami Tolvanen2021-09-301-1/+2
* spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me...Quanyang Wang2021-09-151-4/+4
* spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang2021-09-151-1/+1
* spi: davinci: invoke chipselect callbackMatija Glavinic Pecotic2021-09-151-7/+1
* spi: coldfire-qspi: Use clk_disable_unprepare in the remove functionChristophe JAILLET2021-09-151-1/+1
* spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-151-0/+1
* spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-151-0/+1
* spi: spi-mux: Add module info needed for autoloadingUwe Kleine-König2021-08-261-0/+8
* spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-08-121-0/+2
* spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut2021-08-121-1/+15
* spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut2021-08-121-19/+19
* spi: mediatek: Fix fifo transferGuenter Roeck2021-08-081-14/+5
* spi: stm32h7: fix full duplex irq handler handlingAlain Volmat2021-08-081-6/+9
* spi: spi-bcm2835: Fix deadlockAlexandru Tachici2021-07-281-5/+7
* spi: cadence: Correct initialisation of runtime PM againMarek Vasut2021-07-281-5/+9
* spi: mediatek: fix fifo rx modePeter Hess2021-07-281-3/+13
* spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat2021-07-281-1/+8
* spi: imx: add a check for speed_hz before calculating the clockClark Wang2021-07-281-16/+21
* spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt2021-07-141-1/+5
* spi: Avoid undefined behaviour when counting unused native CSsAndy Shevchenko2021-07-141-1/+1
* spi: Allow to have all native CSs in use along with GPIOsAndy Shevchenko2021-07-141-2/+3
* spi: meson-spicc: fix memory leak in meson_spicc_probezpershuai2021-07-141-1/+1
* spi: meson-spicc: fix a wrong goto jump for avoiding memory leak.zpershuai2021-07-141-2/+4
* spi: omap-100k: Fix the length judgment problemTian Tao2021-07-141-1/+1
* spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang2021-07-141-1/+3
* spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang2021-07-141-1/+1
* spi: Make of_register_spi_device also set the fwnodeCharles Keepax2021-07-141-0/+1
* spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen2021-06-301-6/+5
* spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard2021-06-231-1/+4
* spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error codezpershuai2021-06-231-3/+4
* spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner2021-06-161-2/+8
* spi: Cleanup on failure of initial setupLukas Wunner2021-06-165-19/+54
* spi: Don't have controller clean up spi device before driver unbindSaravana Kannan2021-06-161-3/+3
* spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang2021-06-161-0/+1
* spi: spi-zynq-qspi: Fix stack violation bugKaren Dombroski2021-06-161-4/+3
* spi: Fix spi device unregister flowSaravana Kannan2021-06-161-6/+12
* spi: Assume GPIO CS active high in ACPI caseAndy Shevchenko2021-06-031-5/+18
* spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-06-031-1/+3
* spi: spi-zynqmp-gqspi: return -ENOMEM if dma_map_single failsQuanyang Wang2021-05-141-6/+20
* spi: spi-zynqmp-gqspi: fix use-after-free in zynqmp_qspi_exec_opQuanyang Wang2021-05-141-10/+4
* spi: spi-zynqmp-gqspi: fix hang issue when suspend/resumeQuanyang Wang2021-05-141-6/+14
* spi: spi-zynqmp-gqspi: fix clk_enable/disable imbalance issueQuanyang Wang2021-05-141-39/+8
* spi: spi-zynqmp-gqspi: Fix missing unlock on error in zynqmp_qspi_exec_op()Wei Yongjun2021-05-141-1/+3
* spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li2021-05-141-1/+1