summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun2022-06-141-1/+1
* spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin2022-06-141-2/+3
* spi: stm32-qspi: Fix wait_cmd timeout in APM modePatrice Chotard2022-06-141-1/+2
* spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das2022-06-141-9/+6
* spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-271-0/+3
* spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu2022-04-151-2/+2
* spi: tegra20: Use of_device_get_match_data()Minghao Chi2022-04-151-7/+1
* spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko2022-04-151-1/+16
* spi: tegra114: Add missing IRQ check in tegra_spi_probeMiaoqian Lin2022-04-151-0/+4
* spi: mxic: Fix the transmit pathMiquel Raynal2022-04-151-16/+12
* spi: Fix erroneous sgs value with min_t()Biju Das2022-04-151-2/+2
* spi: Fix invalid sgs valueBiju Das2022-04-151-2/+2
* spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()Zhou Qingyang2022-03-021-0/+3
* spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin2022-02-081-0/+5
* spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard2022-02-081-1/+1
* spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu2022-02-081-1/+1
* spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin2022-01-271-0/+1
* spi: change clk_disable_unprepare to clk_unprepareDongliang Mu2021-12-291-1/+1
* spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang2021-11-171-2/+3
* spi: spl022: fix Microwire full duplex modeThomas Perrot2021-11-171-2/+3
* spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds2021-09-301-2/+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: 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: 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: 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: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2021-07-281-10/+22
* 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: 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: 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-22/+57
* 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: Fix spi device unregister flowSaravana Kannan2021-06-161-6/+12
* spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET2021-06-031-1/+3
* spi: spi-geni-qcom: Fix use-after-free on unbindLukas Wunner2021-06-031-2/+1
* spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li2021-05-141-1/+1