aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2023-12-13spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König
2023-12-13spi: imx: correct wml as the last sg lengthRobin Gong
2023-12-13spi: imx: move wml setting to later than setup_transferRobin Gong
2023-12-13spi: imx: add a device specific prepare_message callbackUwe Kleine-König
2023-09-23spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong
2023-08-11spi: bcm63xx: fix max prepend lengthJonas Gorski
2023-08-11spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes
2023-08-11spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes
2023-08-11spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes
2023-08-11spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski
2023-06-14spi: qup: Request DMA before enabling clocksStephan Gerhold
2023-05-30spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy
2023-05-30spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy
2023-05-30spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes
2023-05-30spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld
2023-05-17spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy
2023-05-17spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König
2023-05-17spi: qup: fix PM reference leak in spi_qup_remove()Wang Li
2023-03-11spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang
2023-03-11spi: bcm63xx-hsspi: fix pm_runtimeÁlvaro Fernández Rojas
2022-12-08spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf
2022-12-08spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer
2022-10-26spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch
2022-10-26spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong
2022-10-26spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang
2022-10-26spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang
2022-06-14spi: img-spfi: Fix pm_runtime_get_sync() error checkingZheng Yongjun
2022-06-14spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeoutMiaoqian Lin
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: Fix erroneous sgs value with min_t()Biju Das
2022-04-15spi: Fix invalid sgs valueBiju Das
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-01-27spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probeMiaoqian Lin
2021-12-29spi: change clk_disable_unprepare to clk_unprepareDongliang Mu
2021-11-26spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe()Yang Yingliang
2021-11-26spi: spl022: fix Microwire full duplex modeThomas Perrot
2021-10-06spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds
2021-09-22spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang
2021-09-22spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-09-22spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren
2021-08-12spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu
2021-08-08spi: mediatek: Fix fifo transferGuenter Roeck
2021-07-28spi: spi-fsl-dspi: Fix a resource leak in an error handling pathChristophe JAILLET
2021-07-28spi: cadence: Correct initialisation of runtime PM againMarek Vasut
2021-07-28spi: mediatek: fix fifo rx modePeter Hess