summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* 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
* spi: spi-zynqmp-gqspi: fix incorrect operating mode in zynqmp_qspi_read_opQuanyang Wang2021-05-141-1/+1
* spi: spi-zynqmp-gqspi: transmit dummy circles by using the controller's inter...Quanyang Wang2021-05-141-22/+18
* spi: spi-zynqmp-gqspi: add mutex locking for exec_opQuanyang Wang2021-05-141-0/+5
* spi: spi-zynqmp-gqspi: use wait_for_completion_timeout to make zynqmp_qspi_ex...Quanyang Wang2021-05-141-3/+3
* spi: fsl: add missing iounmap() on error in of_fsl_spi_probe()Yang Yingliang2021-05-141-5/+18
* spi: Fix use-after-free with devm_spi_alloc_*William A. Kennington III2021-05-141-7/+2
* spi: stm32: Fix use-after-free on unbindAlain Volmat2021-05-141-14/+10
* spi: stm32: drop devres version of spi_register_masterAntonio Borneo2021-05-141-1/+2
* spi: rockchip: avoid objtool warningArnd Bergmann2021-05-141-3/+10
* spi: sync up initial chipselect stateDavid Bauer2021-05-111-8/+8
* spi: qup: fix PM reference leak in spi_qup_remove()Wang Li2021-05-111-1/+1
* spi: omap-100k: Fix reference leak to masterWei Yongjun2021-05-111-3/+3
* spi: dln2: Fix reference leak to masterWei Yongjun2021-05-111-1/+1
* spi: ath79: remove spi-master setup and cleanup assignmentDavid Bauer2021-05-111-2/+0