summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: Don't mark message DMA mapped when no transfer in it isAndy Shevchenko2024-06-161-0/+4
* spi: spi-mt65xx: Fix NULL pointer access in interrupt handlerFei Shao2024-03-261-10/+12
* spi: ppc4xx: Drop write-only variableUwe Kleine-König2024-02-231-5/+0
* spi: imx: mx51-ecspi: Move some initialisation to prepare_message hook.Uwe Kleine-König2023-12-131-27/+40
* spi: imx: correct wml as the last sg lengthRobin Gong2023-12-131-10/+19
* spi: imx: move wml setting to later than setup_transferRobin Gong2023-12-131-9/+14
* spi: imx: add a device specific prepare_message callbackUwe Kleine-König2023-12-131-1/+39
* spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong2023-09-231-1/+5
* spi: bcm63xx: fix max prepend lengthJonas Gorski2023-08-111-1/+1
* spi: spi-fsl-spi: allow changing bits_per_word while CS is still activeRasmus Villemoes2023-08-111-5/+6
* spi: spi-fsl-spi: relax message sanity checking a littleRasmus Villemoes2023-08-111-3/+5
* spi: spi-fsl-spi: remove always-true conditional in fsl_spi_do_one_msgRasmus Villemoes2023-08-111-6/+4
* spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski2023-08-111-7/+3
* spi: qup: Request DMA before enabling clocksStephan Gerhold2023-06-141-19/+18
* spi: fsl-cpm: Use 16 bit mode for large transfers with even sizeChristophe Leroy2023-05-302-0/+26
* spi: fsl-spi: Re-organise transfer bits_per_word adaptationChristophe Leroy2023-05-301-27/+23
* spi: spi-fsl-spi: automatically adapt bits-per-word in cpu modeRasmus Villemoes2023-05-301-0/+16
* spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3Kevin Groeneveld2023-05-301-6/+18
* spi: fsl-spi: Fix CPM/QE mode Litte EndianChristophe Leroy2023-05-171-5/+7
* spi: qup: Don't skip cleanup in remove's error pathUwe Kleine-König2023-05-171-9/+13
* spi: qup: fix PM reference leak in spi_qup_remove()Wang Li2023-05-171-1/+1
* spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang2023-03-111-3/+9
* spi: bcm63xx-hsspi: fix pm_runtimeÁlvaro Fernández Rojas2023-03-111-1/+7
* spi: spi-imx: Fix spi_bus_clk if requested clock is higher than input clockFrieder Schrempf2022-12-081-2/+1
* spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every runSean Nyekjaer2022-12-081-1/+1
* spi: s3c64xx: Fix large transfers with DMAVincent Whitchurch2022-10-261-0/+9
* spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probeZhang Qilong2022-10-261-0/+1
* spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run...Xu Qiang2022-10-261-1/+3
* spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume()Xu Qiang2022-10-261-3/+14
* 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: 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: Fix erroneous sgs value with min_t()Biju Das2022-04-151-2/+2
* spi: Fix invalid sgs valueBiju Das2022-04-151-2/+2
* 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-261-2/+3
* spi: spl022: fix Microwire full duplex modeThomas Perrot2021-11-261-2/+3
* spi: Fix tegra20 build with CONFIG_PM=nLinus Torvalds2021-10-061-2/+2
* spi: sprd: Fix the wrong WDG_LOAD_VALChunyan Zhang2021-09-221-1/+1
* spi: spi-pic32: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_configTony Lindgren2021-09-221-0/+1
* spi: meson-spicc: fix memory leak in meson_spicc_removeDongliang Mu2021-08-121-0/+2
* spi: mediatek: Fix fifo transferGuenter Roeck2021-08-081-14/+5