| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-04 | spi: Use of_property_present() for non-boolean properties | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-08-21 | spi: spi-qcom-qspi: switch to use modern name | Yang Yingliang | 1 | -40/+40 |
| 2023-07-30 | spi: Merge up fixes from Linus' tree | Mark Brown | 1 | -5/+49 |
| 2023-07-26 | spi: spi-qcom-qspi: Add mem_ops to avoid PIO for badly sized reads | Douglas Anderson | 1 | -0/+25 |
| 2023-07-26 | spi: spi-qcom-qspi: Fallback to PIO for xfers that aren't multiples of 4 bytes | Douglas Anderson | 1 | -0/+12 |
| 2023-07-25 | spi: spi-qcom-qspi: Add DMA_CHAIN_DONE to ALL_IRQS | Vijaya Krishna Nivarthi | 1 | -1/+1 |
| 2023-07-25 | spi: spi-qcom-qspi: Call dma_wmb() after setting up descriptors | Vijaya Krishna Nivarthi | 1 | -1/+3 |
| 2023-07-25 | spi: spi-qcom-qspi: Use GFP_ATOMIC flag while allocating for descriptor | Vijaya Krishna Nivarthi | 1 | -3/+5 |
| 2023-07-25 | spi: spi-qcom-qspi: Ignore disabled interrupts' status in isr | Vijaya Krishna Nivarthi | 1 | -0/+3 |
| 2023-07-14 | spi: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-07-11 | spi: Convert to SPI_CONTROLLER_HALF_DUPLEX | Andy Shevchenko | 1 | -1/+1 |
| 2023-05-30 | spi: spi-qcom-qspi: Add newline to PIO fallback warning | Douglas Anderson | 1 | -1/+1 |
| 2023-05-08 | spi: spi-qcom-qspi: Add DMA mode support | Vijaya Krishna Nivarthi | 1 | -6/+212 |
| 2023-03-28 | spi: spi-qcom-qspi: Support pinctrl sleep states | Douglas Anderson | 1 | -0/+5 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -1/+1 |
| 2023-03-06 | spi: qcom-qspi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2021-03-16 | spi: spi-qcom-qspi: Convert to use resource-managed OPP API | Yangtao Li | 1 | -13/+5 |
| 2021-01-13 | spi: spi-qcom-qspi: Use irq trigger flags from firmware | Stephen Boyd | 1 | -2/+1 |
| 2020-12-07 | spi: spi-qcom-qspi: Fix use-after-free on unbind | Lukas Wunner | 1 | -26/+16 |
| 2020-09-14 | spi: spi-qcom-qspi: replace spin_lock_irqsave by spin_lock in hard IRQ | Barry Song | 1 | -3/+2 |
| 2020-09-09 | Merge series "opp: Unconditionally call dev_pm_opp_of_remove_table()" from Vi... | Mark Brown | 1 | -9/+6 |
| 2020-09-09 | spi: spi-qcom-qspi: Unconditionally call dev_pm_opp_of_remove_table() | Viresh Kumar | 1 | -9/+6 |
| 2020-09-08 | spi: qcom-qspi: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -3/+2 |
| 2020-07-13 | spi: spi-qcom-qspi: Set an autosuspend delay of 250 ms | Douglas Anderson | 1 | -0/+2 |
| 2020-07-13 | spi: spi-qcom-qspi: Avoid clock setting if not needed | Douglas Anderson | 1 | -10/+31 |
| 2020-07-13 | spi: spi-qcom-qspi: Use OPP API to set clk/perf state | Rajendra Nayak | 1 | -1/+27 |
| 2020-06-24 | spi: spi-qcom-qspi: Add interconnect support | Akash Asthana | 1 | -1/+55 |
| 2020-01-13 | spi: spi-qcom-qspi: Use device managed memory for clk_bulk_data | Matthias Kaehlcke | 1 | -1/+8 |
| 2019-09-04 | spi: spi-qcom-qspi: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-08-02 | spi: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2018-11-22 | spi: spi-qcom-qspi: Fix remaining driver nits | Ryan Case | 1 | -4/+4 |
| 2018-10-11 | spi: Introduce new driver for Qualcomm QuadSPI controller | Girish Mahadevan | 1 | -0/+581 |