summaryrefslogtreecommitdiffstats
path: root/drivers/spi
Commit message (Expand)AuthorAgeFilesLines
* spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0William A. Kennington III2023-11-081-2/+3
* spi: nxp-fspi: reset the FLSHxCR1 registersHan Xu2023-10-101-0/+7
* 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-07-271-1/+1
* spi: bcm-qspi: return error if neither hif_mspi nor mspi is availableJonas Gorski2023-07-271-7/+3
* spi: spi-geni-qcom: Correct CS_TOGGLE bit in SPI_TRANS_CFGVijaya Krishna Nivarthi2023-07-271-1/+1
* spi: fsl-dspi: avoid SCK glitches with continuous transfersVladimir Oltean2023-06-211-0/+15
* spi: spi-fsl-dspi: Remove unused chip->void_write_dataVladimir Oltean2023-06-211-6/+0
* 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-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: synquacer: Fix timeout handling in synquacer_spi_transfer_one()Christophe JAILLET2023-03-111-4/+3
* 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: spidev: remove debug messages that access spidev->spi without lockingBartosz Golaszewski2023-02-061-2/+0
* spi: spi-gpio: Don't set MOSI as an input if not 3WIRE modeKris Bahnsen2023-01-181-3/+13
* spi: spidev: mask SPI_CS_HIGH in SPI_IOC_RD_MODEAlexander Sverdlin2023-01-181-5/+16
* 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: stm32: Print summary 'callbacks suppressed' messageMarek Vasut2022-11-251-0/+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: spi-rspi: Fix PIO fallback on RZ platformsBiju Das2022-08-251-0/+4
* spi: synquacer: Add missing clk_disable_unprepare()Guo Mengqi2022-08-251-0/+1
* spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA tr...Marc Kleine-Budde2022-07-291-4/+8
* 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: stm32-qspi: Fix wait_cmd timeout in APM modePatrice Chotard2022-06-141-1/+2
* spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA directionBiju Das2022-06-141-9/+6
* spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controllerTudor Ambarus2022-04-271-0/+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: mxic: Fix the transmit pathMiquel Raynal2022-04-151-16/+12
* 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: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op()Zhou Qingyang2022-03-021-0/+3
* 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-171-2/+3
* spi: spl022: fix Microwire full duplex modeThomas Perrot2021-11-171-2/+3