aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/spi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-14spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun1-1/+1
2022-06-14spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin1-2/+3
2022-06-14spi: stm32-qspi: Fix wait_cmd timeout in APM modePatrice Chotard1-1/+2
2022-06-14spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das1-9/+6
2022-04-27spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus1-0/+3
2022-04-15spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu1-2/+2
2022-04-15spi: tegra20: Use of_device_get_match_data()Minghao Chi1-7/+1
2022-04-15spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko1-1/+16
2022-04-15spi: tegra114: Add missing IRQ check in tegra_spi_probeMiaoqian Lin1-0/+4
2022-04-15spi: mxic: Fix the transmit pathMiquel Raynal1-16/+12
2022-04-15spi: Fix erroneous sgs value with min_t()Biju Das1-2/+2
2022-04-15spi: Fix invalid sgs valueBiju Das1-2/+2
2022-03-02spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()Zhou Qingyang1-0/+3
2022-02-08spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin1-0/+5
2022-02-08spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard1-1/+1
2022-02-08spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu1-1/+1
2022-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin1-0/+1
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu1-1/+1
2021-11-17spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang1-2/+3
2021-11-17spi: spl022: fix Microwire full duplex modeThomas Perrot1-2/+3
2021-09-30spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds1-2/+2
2021-09-15spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_mem_op not interruptibleQuanyang Wang1-4/+4
2021-09-15spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang1-1/+1
2021-09-15spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-09-15spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren1-0/+1
2021-08-12spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu1-0/+2
2021-08-12spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculationMarek Vasut1-1/+15
2021-08-12spi: imx: mx51-ecspi: Reinstate low-speed CONFIGREG delayMarek Vasut1-19/+19
2021-08-08spi: mediatek: Fix fifo transferGuenter Roeck1-14/+5
2021-08-08spi: stm32h7: fix full duplex irq handler handlingAlain Volmat1-6/+9
2021-07-28spi: cadence: Correct initialisation of runtime PM againMarek Vasut1-5/+9
2021-07-28spi: mediatek: fix fifo rx modePeter Hess1-3/+13
2021-07-28spi: stm32: fixes pm_runtime calls in probe/removeAlain Volmat1-1/+8
2021-07-28spi: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-10/+22
2021-07-28spi: imx: add a check for speed_hz before calculating the clockClark Wang1-16/+21
2021-07-14spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt1-1/+5
2021-07-14spi: omap-100k: Fix the length judgment problemTian Tao1-1/+1
2021-07-14spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages()Jay Fang1-1/+3
2021-07-14spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf'Jay Fang1-1/+1
2021-07-14spi: Make of_register_spi_device also set the fwnodeCharles Keepax1-0/+1
2021-06-30spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen1-6/+5
2021-06-23spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd()Patrice Chotard1-1/+4
2021-06-16spi: bcm2835: Fix out-of-bounds access with more than 4 slavesLukas Wunner1-2/+8
2021-06-16spi: Cleanup on failure of initial setupLukas Wunner5-22/+57
2021-06-16spi: Don't have controller clean up spi device before driver unbindSaravana Kannan1-3/+3
2021-06-16spi: sprd: Add missing MODULE_DEVICE_TABLEChunyan Zhang1-0/+1
2021-06-16spi: Fix spi device unregister flowSaravana Kannan1-6/+12
2021-06-03spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET1-1/+3
2021-06-03spi: spi-geni-qcom: Fix use-after-free on unbindLukas Wunner1-2/+1
2021-05-14spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware()Wang Li1-1/+1