| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-11 | spi: axi-spi-engine: use adi_axi_pcore_ver_gteq() | David Lechner | 1 | -10/+7 |
| 2025-06-30 | include: linux: move adi-axi-common.h out of fpga | Nuno Sá | 1 | -1/+1 |
| 2025-04-30 | spi: axi-spi-engine: omit SYNC from offload instructions | David Lechner | 1 | -2/+13 |
| 2025-04-30 | spi: axi-spi-engine: optimize bits_per_word for offload | David Lechner | 1 | -0/+32 |
| 2025-04-30 | spi: axi-spi-engine: don't repeat mode config for offload | David Lechner | 1 | -3/+30 |
| 2025-04-30 | spi: axi-spi-engine: wait for completion in setup | David Lechner | 1 | -1/+10 |
| 2025-02-07 | spi: axi-spi-engine: implement offload support | David Lechner | 1 | -7/+308 |
| 2024-10-31 | spi: axi-spi-engine: Emit trace events for spi transfers | Uwe Kleine-König | 1 | -0/+15 |
| 2024-07-29 | Add support for AD4000 series of ADCs | Mark Brown | 1 | -3/+12 |
| 2024-07-29 | spi: axi-spi-engine: don't emit XFER_BITS for empty xfer | David Lechner | 1 | -1/+1 |
| 2024-07-29 | spi: spi-axi-spi-engine: Add support for MOSI idle configuration | Marcelo Schmitt | 1 | -3/+12 |
| 2024-07-15 | Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 1 | -7/+35 |
| 2024-06-27 | spi: axi-spi-engine: remove platform_set_drvdata() | David Lechner | 1 | -7/+1 |
| 2024-06-24 | spi: axi-spi-engine: fix sleep calculation | David Lechner | 1 | -8/+18 |
| 2024-05-27 | spi: axi-spi-engine: Add SPI_CS_HIGH support | David Lechner | 1 | -0/+34 |
| 2024-04-14 | spi: axi-spi-engine: fix version format string | David Lechner | 1 | -1/+1 |
| 2024-03-04 | spi: axi-spi-engine: use struct_size() macro | David Lechner | 1 | -3/+2 |
| 2024-03-04 | spi: axi-spi-engine: use __counted_by() attribute | David Lechner | 1 | -3/+4 |
| 2024-03-04 | spi: axi-spi-engine: remove p from struct spi_engine_message_state | David Lechner | 1 | -3/+0 |
| 2024-02-26 | spi: axi-spi-engine: move message compile to optimize_message | David Lechner | 1 | -23/+17 |
| 2024-02-07 | spi: axi-spi-engine: move msg finalization out of irq handler | David Lechner | 1 | -25/+15 |
| 2024-02-07 | spi: axi-spi-engine: remove use of ida for sync id | David Lechner | 1 | -22/+6 |
| 2024-02-05 | spi: axi-spi-engine: use common AXI macros | David Lechner | 1 | -11/+6 |
| 2023-12-18 | spi: axi-spi-engine: fix struct member doc warnings | David Lechner | 1 | -10/+10 |
| 2023-12-06 | spi: axi-spi-engine: add watchdog timer | David Lechner | 1 | -3/+26 |
| 2023-12-06 | spi: axi-spi-engine: remove delay from CS assertion | David Lechner | 1 | -1/+1 |
| 2023-12-06 | spi: axi-spi-engine: restore clkdiv at end of message | David Lechner | 1 | -1/+9 |
| 2023-12-06 | spi: axi-spi-engine: implement xfer->cs_change_delay | David Lechner | 1 | -0/+4 |
| 2023-12-06 | spi: axi-spi-engine: remove xfer arg from spi_engine_gen_sleep() | David Lechner | 1 | -5/+5 |
| 2023-12-06 | spi: axi-spi-engine: fix sleep ticks calculation | David Lechner | 1 | -15/+10 |
| 2023-12-06 | spi: axi-spi-engine: remove spi_engine_get_clk_div() | David Lechner | 1 | -18/+5 |
| 2023-12-06 | spi: axi-spi-engine: populate xfer->effective_speed_hz | David Lechner | 1 | -0/+23 |
| 2023-12-06 | spi: axi-spi-engine: return void from spi_engine_compile_message() | David Lechner | 1 | -3/+1 |
| 2023-11-20 | spi: axi-spi-engine: add support for any word size | David Lechner | 1 | -16/+68 |
| 2023-11-20 | spi: axi-spi-engine: add support for cs_off | David Lechner | 1 | -10/+21 |
| 2023-11-20 | spi: axi-spi-engine: remove struct spi_engine::msg | David Lechner | 1 | -32/+28 |
| 2023-11-20 | spi: axi-spi-engine: remove completed_id from driver state | David Lechner | 1 | -3/+3 |
| 2023-11-20 | spi: axi-spi-engine: use message_prepare/unprepare | David Lechner | 1 | -12/+34 |
| 2023-11-20 | spi: axi-spi-engine: move msg state to new struct | David Lechner | 1 | -54/+96 |
| 2023-11-20 | spi: axi-spi-engine: check for valid clock rate | David Lechner | 1 | -0/+3 |
| 2023-11-20 | spi: axi-spi-engine: use devm_spi_register_controller() | David Lechner | 1 | -9/+1 |
| 2023-11-20 | spi: axi-spi-engine: use devm_request_irq() | David Lechner | 1 | -8/+3 |
| 2023-11-20 | spi: axi-spi-engine: use devm action to reset hw on remove | David Lechner | 1 | -5/+14 |
| 2023-11-20 | spi: axi-spi-engine: use devm_spi_alloc_host() | David Lechner | 1 | -21/+10 |
| 2023-11-20 | spi: axi-spi-engine: simplify driver data allocation | David Lechner | 1 | -6/+2 |
| 2023-09-11 | spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled() | Li Zetao | 1 | -20/+5 |
| 2023-08-07 | spi: switch to use modern name | Mark Brown | 1 | -29/+29 |
| 2023-08-07 | spi: Do not check for 0 return after calling platform_get_irq() | Ruan Jinjie | 1 | -2/+2 |
| 2023-08-07 | spi: spi-axi-spi-engine: switch to use modern name | Yang Yingliang | 1 | -29/+29 |
| 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: axi-spi-engine: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2021-03-12 | spi: spi-axi-spi-engine: remove usage of delay_usecs | Alexandru Ardelean | 1 | -8/+4 |
| 2020-04-09 | spi: spi-axi-spi-engine: Access register after clock initialization | Rafał Hibner | 1 | -16/+16 |
| 2019-10-15 | spi: spi-axi: extend support for the `delay` field | Alexandru Ardelean | 1 | -3/+13 |
| 2019-09-04 | spi: spi-axi: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 | Thomas Gleixner | 1 | -2/+1 |
| 2017-10-31 | spi: spi-axi: fix potential use-after-free after deregistration | Johan Hovold | 1 | -1/+3 |
| 2017-01-09 | spi: spi-axi: Free resources on error path | Christophe JAILLET | 1 | -1/+2 |
| 2016-11-23 | spi: spi-axi: Fix module autoload | Javier Martinez Canillas | 1 | -0/+1 |
| 2016-04-26 | spi: Drop duplicate code to set master->dev.parent | Axel Lin | 1 | -1/+0 |
| 2016-02-05 | spi: Add Analog Devices AXI SPI Engine controller support | Lars-Peter Clausen | 1 | -0/+591 |