aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2022-04-20Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-04-15spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()Kamal Dasu
2022-04-15spi: tegra20: Use of_device_get_match_data()Minghao Chi
2022-04-15spi: pxa2xx-pci: Balance reference count for PCI DMA deviceAndy Shevchenko
2022-04-15spi: tegra114: Add missing IRQ check in tegra_spi_probeMiaoqian Lin
2022-04-15spi: mxic: Fix the transmit pathMiquel Raynal
2022-04-15spi: Fix erroneous sgs value with min_t()Biju Das
2022-04-15spi: Fix invalid sgs valueBiju Das
2022-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-03-02spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()Zhou Qingyang
2022-02-09Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-02-08spi: meson-spicc: add IRQ check in meson_spicc_probeMiaoqian Lin
2022-02-08spi: mediatek: Avoid NULL pointer crash in interruptBenjamin Gaignard
2022-02-08spi: bcm-qspi: check for valid cs before applying chip selectKamal Dasu
2022-02-03Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2022-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin
2021-12-30Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu
2021-11-29Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-11-17spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang
2021-11-17spi: spl022: fix Microwire full duplex modeThomas Perrot
2021-10-03Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-09-30spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds
2021-09-27Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
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: 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-17Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
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-08Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-08-08spi: mediatek: Fix fifo transferGuenter Roeck
2021-08-08spi: stm32h7: fix full duplex irq handler handlingAlain Volmat
2021-08-02Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield
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: stm32: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi
2021-07-28spi: imx: add a check for speed_hz before calculating the clockClark Wang
2021-07-14Merge branch 'v5.4/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-07-14spi: spi-sun6i: Fix chipselect/clock bugMirko Vogt
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-30Merge branch 'v5.4/base' into v5.4/standard/ti-j72xBruce Ashfield
2021-06-30spi: spi-nxp-fspi: move the register operation after the clock enableHaibo Chen
2021-06-23Merge branch 'v5.4/standard/base' into v5.4/standard/ti-j72xBruce Ashfield