| Commit message (Expand) | Author | Age | Files | Lines |
* | spi: fsl-cpm: Use 16 bit mode for large transfers with even size | Christophe Leroy | 2023-05-30 | 2 | -0/+26 |
* | spi: fsl-spi: Re-organise transfer bits_per_word adaptation | Christophe Leroy | 2023-05-30 | 1 | -27/+23 |
* | spi: spi-fsl-spi: automatically adapt bits-per-word in cpu mode | Rasmus Villemoes | 2023-05-30 | 1 | -0/+16 |
* | spi: spi-imx: fix MX51_ECSPI_* macros when cs > 3 | Kevin Groeneveld | 2023-05-30 | 1 | -6/+18 |
* | spi: fsl-spi: Fix CPM/QE mode Litte Endian | Christophe Leroy | 2023-05-17 | 1 | -5/+7 |
* | spi: bcm63xx-hsspi: Fix multi-bit mode setting | William Zhang | 2023-03-11 | 1 | -3/+9 |
* | spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run | Sean Nyekjaer | 2022-12-08 | 1 | -1/+1 |
* | spi: s3c64xx: Fix large transfers with DMA | Vincent Whitchurch | 2022-10-26 | 1 | -0/+9 |
* | spi/omap100k:Fix PM disable depth imbalance in omap1_spi100k_probe | Zhang Qilong | 2022-10-26 | 1 | -0/+1 |
* | spi: qup: add missing clk_disable_unprepare on error in spi_qup_pm_resume_run... | Xu Qiang | 2022-10-26 | 1 | -1/+3 |
* | spi: qup: add missing clk_disable_unprepare on error in spi_qup_resume() | Xu Qiang | 2022-10-26 | 1 | -3/+14 |
* | spi: img-spfi: Fix pm_runtime_get_sync() error checking | Zheng Yongjun | 2022-06-14 | 1 | -1/+1 |
* | spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout | Miaoqian Lin | 2022-06-14 | 1 | -2/+3 |
* | spi: tegra20: Use of_device_get_match_data() | Minghao Chi | 2022-04-20 | 1 | -7/+1 |
* | spi: pxa2xx-pci: Balance reference count for PCI DMA device | Andy Shevchenko | 2022-04-20 | 1 | -1/+16 |
* | spi: tegra114: Add missing IRQ check in tegra_spi_probe | Miaoqian Lin | 2022-04-20 | 1 | -0/+4 |
* | spi: Fix erroneous sgs value with min_t() | Biju Das | 2022-04-20 | 1 | -2/+2 |
* | spi: Fix invalid sgs value | Biju Das | 2022-04-20 | 1 | -2/+2 |
* | spi: meson-spicc: add IRQ check in meson_spicc_probe | Miaoqian Lin | 2022-02-08 | 1 | -0/+5 |
* | spi: mediatek: Avoid NULL pointer crash in interrupt | Benjamin Gaignard | 2022-02-08 | 1 | -1/+1 |
* | spi: bcm-qspi: check for valid cs before applying chip select | Kamal Dasu | 2022-02-08 | 1 | -1/+1 |
* | spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe | Miaoqian Lin | 2022-01-27 | 1 | -0/+1 |
* | spi: change clk_disable_unprepare to clk_unprepare | Dongliang Mu | 2021-12-29 | 1 | -1/+1 |
* | spi: bcm-qspi: Fix missing clk_disable_unprepare() on error in bcm_qspi_probe() | Yang Yingliang | 2021-11-26 | 1 | -2/+3 |
* | spi: spl022: fix Microwire full duplex mode | Thomas Perrot | 2021-11-26 | 1 | -2/+3 |
* | spi: Fix tegra20 build with CONFIG_PM=n | Linus Torvalds | 2021-10-06 | 1 | -2/+2 |
* | spi: spi-pic32: Fix issue with uninitialized dma_slave_config | Tony Lindgren | 2021-09-22 | 1 | -0/+1 |
* | spi: spi-fsl-dspi: Fix issue with uninitialized dma_slave_config | Tony Lindgren | 2021-09-22 | 1 | -0/+1 |
* | spi: meson-spicc: fix memory leak in meson_spicc_remove | Dongliang Mu | 2021-08-15 | 1 | -0/+2 |
* | spi: mediatek: Fix fifo transfer | Guenter Roeck | 2021-08-08 | 1 | -14/+5 |
* | spi: spi-fsl-dspi: Fix a resource leak in an error handling path | Christophe JAILLET | 2021-07-28 | 1 | -1/+3 |
* | spi: cadence: Correct initialisation of runtime PM again | Marek Vasut | 2021-07-28 | 1 | -5/+9 |
* | spi: mediatek: fix fifo rx mode | Peter Hess | 2021-07-28 | 1 | -3/+13 |
* | spi: spi-sun6i: Fix chipselect/clock bug | Mirko Vogt | 2021-07-20 | 1 | -1/+5 |
* | spi: omap-100k: Fix the length judgment problem | Tian Tao | 2021-07-20 | 1 | -1/+1 |
* | spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() | Jay Fang | 2021-07-20 | 1 | -1/+3 |
* | spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' | Jay Fang | 2021-07-20 | 1 | -1/+1 |
* | spi: Make of_register_spi_device also set the fwnode | Charles Keepax | 2021-07-20 | 1 | -0/+1 |
* | spi: Fix use-after-free with devm_spi_alloc_* | William A. Kennington III | 2021-05-22 | 1 | -7/+2 |
* | spi: omap-100k: Fix reference leak to master | Wei Yongjun | 2021-05-22 | 1 | -3/+3 |
* | spi: dln2: Fix reference leak to master | Wei Yongjun | 2021-05-22 | 1 | -1/+1 |
* | spi: spi-ti-qspi: Free DMA resources | Tudor Ambarus | 2021-05-22 | 1 | -6/+14 |
* | spi: pxa2xx: Fix the controller numbering for Wildcat Point | Andy Shevchenko | 2021-03-03 | 1 | -8/+19 |
* | spi: stm32: properly handle 0 byte transfer | Alain Volmat | 2021-03-03 | 1 | -0/+4 |
* | spi: atmel: Put allocated master before return | Pan Bian | 2021-03-03 | 1 | -1/+1 |
* | ARM: s3c: fix fiq for clang IAS | Arnd Bergmann | 2021-03-03 | 1 | -6/+3 |
* | spi: cadence: cache reference clock rate during probe | Michael Hennerich | 2021-01-23 | 1 | -2/+4 |
* | spi: stm32: FIFO threshold level - fix align packet size | Roman Guskov | 2021-01-17 | 1 | -2/+2 |
* | spi: pxa2xx: Fix use-after-free on unbind | Lukas Wunner | 2021-01-17 | 1 | -2/+1 |
* | spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path | Lukas Wunner | 2020-12-29 | 1 | -2/+3 |