| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-20 | spi: spi-mem: Introduce a default ->exec_op() debug log | Miquel Raynal | 1 | -4/+0 |
| 2025-01-10 | spi-nand/spi-mem DTR support | Mark Brown | 1 | -3/+10 |
| 2025-01-09 | spi: zynq-qspi: Support per spi-mem operation frequency switches | Miquel Raynal | 1 | -3/+10 |
| 2024-12-09 | spi: zynq-qspi: Add check for clk_enable() | Mingwei Zheng | 1 | -2/+11 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-02 | spi: zynq-qspi: Replace kzalloc with kmalloc for buffer allocation | Kuan-Wei Chiu | 1 | -1/+1 |
| 2023-12-11 | spi: zynq-qspi: switch to use modern name | Yang Yingliang | 1 | -14/+14 |
| 2023-08-07 | spi: spi-zynq: Do not check for 0 return after calling platform_get_irq() | Ruan Jinjie | 1 | -2/+2 |
| 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: zynq-qspi: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2022-02-08 | spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op() | Zhou Qingyang | 1 | -0/+3 |
| 2021-08-26 | spi: spi-zynq-qspi: use wait_for_completion_timeout to make zynq_qspi_exec_me... | Quanyang Wang | 1 | -4/+4 |
| 2021-06-02 | spi: spi-zynq-qspi: Fix some wrong goto jumps & missing error code | zpershuai | 1 | -3/+4 |
| 2021-04-29 | spi: spi-zynq-qspi: Fix stack violation bug | Karen Dombroski | 1 | -4/+3 |
| 2021-04-29 | spi: spi-zynq-qspi: Fix kernel-doc warning | Amit Kumar Mahapatra | 1 | -1/+1 |
| 2020-07-17 | spi: spi-zynq-qspi: Add description for 2 missing attributes/parameters | Lee Jones | 1 | -1/+2 |
| 2020-07-14 | spi: spi-mem: allow specifying a command's extension | Pratyush Yadav | 1 | -5/+6 |
| 2019-11-08 | spi: zynq-qspi: Support two chip selects | Miquel Raynal | 1 | -8/+25 |
| 2019-11-08 | spi: zynq-qspi: Do the actual hardware initialization later in the probe | Miquel Raynal | 1 | -3/+4 |
| 2019-11-08 | spi: zynq-qspi: Clarify the select chip function | Miquel Raynal | 1 | -11/+6 |
| 2019-11-08 | spi: zynq-qspi: Enhance the Linear CFG bit definitions | Miquel Raynal | 1 | -3/+3 |
| 2019-11-08 | spi: zynq-qspi: Keep the bitfields naming consistent | Miquel Raynal | 1 | -6/+6 |
| 2019-11-08 | spi: zynq-qspi: Anything else than CS0 is not supported yet | Miquel Raynal | 1 | -2/+6 |
| 2019-11-08 | spi: zynq-qspi: Keep the naming consistent across the driver | Miquel Raynal | 1 | -5/+5 |
| 2019-10-30 | spi: zynq-qspi: Drop GPIO header | Linus Walleij | 1 | -1/+0 |
| 2019-09-04 | spi: zynq-qspi: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-08-23 | Merge branch 'spi-5.3' into spi-5.4 | Mark Brown | 1 | -1/+1 |
| 2019-08-20 | spi: zynq-qspi: Fix missing spi_unregister_controller when unload module | Axel Lin | 1 | -1/+1 |
| 2019-08-02 | spi: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -1/+0 |
| 2019-05-02 | spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl | Naga Sureshkumar Relli | 1 | -4/+4 |
| 2019-04-05 | spi: spi-mem: Add support for Zynq QSPI controller | Naga Sureshkumar Relli | 1 | -0/+761 |