| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-18 | spi: atmel-quadspi: Add support for sama7d65 QSPI | Varshini Rajendran | 1 | -0/+27 |
| 2025-09-18 | spi: atmel-quadspi: add support for SAM9X7 QSPI controller | Varshini Rajendran | 1 | -0/+15 |
| 2025-09-18 | spi: atmel-quadspi: add padcalib, 2xgclk, and dllon capabilities | Varshini Rajendran | 1 | -32/+60 |
| 2025-07-07 | treewide: Remove redundant | Mark Brown | 1 | -5/+0 |
| 2025-07-05 | spi: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -5/+0 |
| 2025-06-27 | spi: atmel-quadspi: Use `devm_dma_request_chan()` | Bence Csókás | 1 | -35/+13 |
| 2025-05-12 | Add more devm_ functions to fix PM imbalance in | Mark Brown | 1 | -13/+4 |
| 2025-05-11 | spi: atmel-quadspi: Fix unbalanced pm_runtime by using devm_ API | Bence Csókás | 1 | -13/+4 |
| 2025-05-05 | spi: atmel-quadspi: Fix printed error code during DMA setup | Krzysztof Kozlowski | 1 | -4/+5 |
| 2025-02-16 | spi: atmel-quadspi: remove references to runtime PM on error path | Claudiu Beznea | 1 | -4/+1 |
| 2025-02-03 | spi: atmel-quadspi: Fix warning in doc-comment | Bence Csókás | 1 | -2/+2 |
| 2025-01-09 | spi: atmel-quadspi: Update to current device naming terminology | Alexander Dahl | 1 | -6/+6 |
| 2025-01-06 | spi: atmel-quadspi: Use devm_ clock management | Bence Csókás | 1 | -31/+11 |
| 2025-01-06 | spi: atmel-qspi: Memory barriers after memory-mapped I/O | Bence Csókás | 1 | -2/+9 |
| 2024-12-18 | spi: atmel-quadspi: Factor out switching to Serial Memory Mode to function | Bence Csókás | 1 | -48/+53 |
| 2024-12-16 | spi: atmel-quadspi: Add support for sama7g5 QSPI | Tudor Ambarus | 1 | -18/+798 |
| 2024-12-16 | spi: atmel-quadspi: Create `atmel_qspi_ops` to support newer SoC families | Csókás, Bence | 1 | -34/+77 |
| 2024-11-26 | spi: atmel-quadspi: Fix register name in verbose logging function | Csókás, Bence | 1 | -1/+1 |
| 2024-10-07 | spi: Merge up v6.12 | Mark Brown | 1 | -1/+1 |
| 2024-10-01 | spi: atmel-quadspi: Fix wrong register value written to MR | Alexander Dahl | 1 | -1/+1 |
| 2024-09-30 | spi: atmel-quadspi: Add cs_hold and cs_inactive setting support | Alexander Dahl | 1 | -4/+32 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-20 | spi: atmel-quadspi: Avoid overwriting delay register settings | Alexander Dahl | 1 | -6/+8 |
| 2024-09-19 | spi: atmel-quadspi: Undo runtime PM changes at driver exit time | Jinjie Ruan | 1 | -0/+1 |
| 2024-08-28 | spi: atmel-quadspi: Simplify with dev_err_probe() | Jinjie Ruan | 1 | -16/+12 |
| 2024-08-28 | spi: atmel-quadspi: Fix uninitialized res | Jinjie Ruan | 1 | -1/+2 |
| 2024-08-23 | spi: atmel-quadspi: Simpify resource lookup | Jinjie Ruan | 1 | -4/+2 |
| 2024-05-27 | spi: atmel-quadspi: Add missing check for clk_prepare | Chen Ni | 1 | -2/+9 |
| 2023-11-30 | spi: Unify error codes by replacing -ENOTSUPP with -EOPNOTSUPP | Chia-Lin Kao (AceLan) | 1 | -1/+1 |
| 2023-03-17 | spi: atmel-quadspi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-03-17 | spi: atmel-quadspi: Free resources even if runtime resume failed in .remove() | Uwe Kleine-König | 1 | -7/+17 |
| 2023-03-17 | spi: atmel-quadspi: Don't leak clk enable count in pm resume | Uwe Kleine-König | 1 | -1/+5 |
| 2023-01-23 | spi: atmel-quadspi: switch to use modern name | Yang Yingliang | 1 | -4/+4 |
| 2022-11-18 | spi: atmel-quadspi: Add support for configuring CS timing | Tudor Ambarus | 1 | -0/+34 |
| 2022-06-09 | spi: atmel-quadspi: align condition to parenthesis | Claudiu Beznea | 1 | -1/+1 |
| 2022-06-09 | spi: atmel-quadspi: use pm_ptr() | Claudiu Beznea | 1 | -1/+1 |
| 2022-06-09 | spi: atmel-quadspi: add runtime pm support | Claudiu Beznea | 1 | -9/+91 |
| 2022-04-13 | spi: atmel-quadspi: Remove duplicated DTR checks | Tudor Ambarus | 1 | -6/+0 |
| 2022-04-13 | spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller | Tudor Ambarus | 1 | -0/+3 |
| 2021-09-20 | spi: Fixed division by zero warning | Yoshitaka Ikeda | 1 | -1/+1 |
| 2021-02-11 | spi: atmel-quadspi: Disable the QSPI IP at suspend() | Tudor Ambarus | 1 | -0/+1 |
| 2020-12-07 | Merge series "spi: atmel-quadspi: Fix AHB memory accesses" from Tudor Ambarus... | Mark Brown | 1 | -12/+13 |
| 2020-12-07 | spi: atmel-quadspi: Fix use-after-free on unbind | Lukas Wunner | 1 | -10/+5 |
| 2020-12-07 | spi: atmel-quadspi: Move common code outside of if else | Tudor Ambarus | 1 | -2/+2 |
| 2020-12-07 | spi: atmel-quadspi: Write QSPI_IAR only when needed | Tudor Ambarus | 1 | -4/+4 |
| 2020-12-07 | spi: atmel-quadspi: Drop superfluous set of QSPI_IFR_APBTFRTYP_READ | Tudor Ambarus | 1 | -3/+0 |
| 2020-12-07 | spi: atmel-quadspi: Fix AHB memory accesses | Tudor Ambarus | 1 | -3/+7 |
| 2020-11-10 | spi: atmel-quadspi: Disable clock in probe error path | Lukas Wunner | 1 | -1/+1 |
| 2020-07-17 | spi: atmel-quadspi: Use optimezed memcpy_fromio()/memcpy_toio() | Tudor Ambarus | 1 | -4/+4 |
| 2020-07-14 | spi: atmel-quadspi: reject DTR ops | Pratyush Yadav | 1 | -0/+6 |
| 2020-03-20 | spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses | Tudor Ambarus | 1 | -22/+97 |
| 2020-02-28 | spi: atmel-quadspi: fix possible MMIO window size overrun | Tudor Ambarus | 1 | -0/+11 |
| 2019-08-02 | spi: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -1/+0 |
| 2019-07-02 | spi: atmel-quadspi: fix resume call | Tudor Ambarus | 1 | -3/+7 |
| 2019-07-02 | spi: atmel-quadspi: void return type for atmel_qspi_init() | Tudor Ambarus | 1 | -7/+4 |
| 2019-05-02 | Merge branch 'spi-5.2' into spi-next | Mark Brown | 1 | -1/+1 |
| 2019-05-02 | spi: atmel-quadspi: fix crash while suspending | Claudiu Beznea | 1 | -2/+4 |
| 2019-03-25 | spi: atmel-quadspi: Make atmel_qspi_get_name static | YueHaibing | 1 | -1/+1 |
| 2019-02-06 | spi: atmel-quadspi: add support for sam9x60 qspi controller | Tudor Ambarus | 1 | -35/+128 |
| 2019-02-06 | spi: atmel-quadspi: add support for named peripheral clock | Tudor Ambarus | 1 | -15/+18 |
| 2019-02-06 | spi: atmel-quadspi: rework transfer macros | Tudor Ambarus | 1 | -9/+4 |
| 2019-02-06 | spi: atmel-quadspi: switch to SPDX license identifiers | Tudor Ambarus | 1 | -12/+1 |
| 2019-02-06 | spi: atmel-quadspi: return appropriate error code | Tudor Ambarus | 1 | -2/+2 |
| 2019-02-06 | spi: atmel-quadspi: remove unnecessary cast | Tudor Ambarus | 1 | -1/+1 |
| 2019-02-06 | spi: atmel-quadspi: fix naming scheme | Tudor Ambarus | 1 | -8/+8 |
| 2019-02-06 | spi: atmel-quadspi: drop wrappers for iomem accesses | Tudor Ambarus | 1 | -28/+17 |
| 2019-02-06 | spi: atmel-quadspi: order header files inclusion alphabetically | Tudor Ambarus | 1 | -5/+4 |
| 2019-02-06 | spi: atmel-quadspi: cache MR value to avoid a write access | Tudor Ambarus | 1 | -1/+13 |
| 2018-11-07 | spi: Add QuadSPI driver for Atmel SAMA5D2 | Piotr Bugalski | 1 | -0/+549 |