aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi
AgeCommit message (Expand)Author
2024-01-25spi: sh-msiof: Enforce fixed DTDL for R-Car H3Wolfram Sang
2023-11-20spi: spi-zynq-qspi: add spi-mem to driver kconfig dependenciesAmit Kumar Mahapatra
2023-11-08spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III
2023-10-10spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu
2023-09-23spi: tegra20-sflash: fix to check return value of platform_get_irq() in tegra...Zhang Shurong
2023-07-27spi: bcm63xx: fix max prepend lengthJonas Gorski
2023-07-27spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski
2023-07-27spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi
2023-06-21spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean
2023-06-21spi: spi-fsl-dspi: Remove unused chip->void_write_dataVladimir Oltean
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-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-03-11spi: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET
2023-03-11spi: bcm63xx-hsspi: Fix multi-bit mode settingWilliam Zhang
2023-03-11spi: bcm63xx-hsspi: fix pm_runtimeÁlvaro Fernández Rojas
2023-02-06spi: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski
2023-01-18spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen
2023-01-18spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin
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-11-25spi: stm32: Print summary 'callbacks suppressed' messageMarek Vasut
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-08-25spi: spi-rspi: Fix PIO fallback on RZ platformsBiju Das
2022-08-25spi: synquacer: Add missing clk_disable_unprepare()Guo Mengqi
2022-07-29spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde
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-06-14spi: stm32-qspi: Fix wait_cmd timeout in APM modePatrice Chotard
2022-06-14spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das
2022-04-27spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus
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-02spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()Zhou Qingyang
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