| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-17 | spi: aspeed: Add support for the AST2700 SPI controller | Chin-Ting Kuo | 1 | -0/+71 |
| 2025-11-17 | spi: aspeed: Use phys_addr_t for bus addresses to support 64-bit platforms | Chin-Ting Kuo | 1 | -15/+17 |
| 2025-11-17 | spi: aspeed: Enable Quad SPI mode for page program | Chin-Ting Kuo | 1 | -0/+4 |
| 2025-11-05 | spi: aspeed: Use devm_iounmap() to unmap devm_ioremap() memory | Chin-Ting Kuo | 1 | -1/+1 |
| 2025-10-17 | spi: aspeed: Fix an IS_ERR() vs NULL bug in probe() | Dan Carpenter | 1 | -2/+2 |
| 2025-10-16 | spi: aspeed: fix spelling mistake "triming" -> "trimming" | Colin Ian King | 1 | -1/+1 |
| 2025-10-13 | spi: aspeed: Only map necessary address window region | Chin-Ting Kuo | 1 | -7/+32 |
| 2025-10-13 | spi: aspeed: Add per-platform adjust_window callback for decoding range | Chin-Ting Kuo | 1 | -34/+168 |
| 2025-10-13 | spi: aspeed: Centralize address decoding region management | Chin-Ting Kuo | 1 | -98/+58 |
| 2025-10-13 | spi: aspeed: Force default address decoding range assignment for each CS | Chin-Ting Kuo | 1 | -39/+67 |
| 2025-10-13 | spi: aspeed: Improve timing calibration algorithm for AST2600 platform | Chin-Ting Kuo | 1 | -12/+58 |
| 2025-10-13 | spi: aspeed: Update clock selection strategy | Chin-Ting Kuo | 1 | -18/+159 |
| 2025-03-20 | spi: spi-mem: Introduce a default ->exec_op() debug log | Miquel Raynal | 1 | -7/+0 |
| 2024-12-09 | spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user() | Christophe JAILLET | 1 | -4/+6 |
| 2024-09-30 | spi: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-09-11 | spi: aspeed: Use helper function devm_clk_get_enabled() | Li Zetao | 1 | -14/+2 |
| 2023-08-07 | spi: aspeed: switch to use modern name | Yang Yingliang | 1 | -7/+7 |
| 2023-03-11 | spi: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra via Alsa-devel | 1 | -6/+7 |
| 2023-03-06 | spi: aspeed-smc: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2022-11-25 | Merge tag 'v6.1-rc4' into spi-6.2 | Mark Brown | 1 | -1/+1 |
| 2022-10-24 | spi: aspeed: Use devm_platform_{get_and_}ioremap_resource() | Yang Yingliang | 1 | -4/+2 |
| 2022-10-19 | spi: aspeed: Fix window offset of CE1 | Cédric Le Goater | 1 | -1/+1 |
| 2022-10-10 | spi: aspeed: Fix typo in mode_bits field for AST2600 platform | Chin-Ting Kuo | 1 | -2/+2 |
| 2022-09-23 | spi: aspeed: Remove redundant dev_err call | Shang XiaoJing | 1 | -3/+1 |
| 2022-06-29 | spi: aspeed: Fix division by zero | Cédric Le Goater | 1 | -1/+3 |
| 2022-06-29 | spi: aspeed: Add dev_dbg() to dump the spi-mem direct mapping descriptor | Cédric Le Goater | 1 | -0/+8 |
| 2022-05-16 | mtd: spi-nor: aspeed: set the decoding size to at least 2MB for AST2600 | Potin Lai | 1 | -0/+13 |
| 2022-05-16 | spi: aspeed: Calibrate read timings | Cédric Le Goater | 1 | -0/+281 |
| 2022-05-16 | spi: aspeed: Add support for the AST2400 SPI controller | Cédric Le Goater | 1 | -1/+32 |
| 2022-05-16 | spi: aspeed: Workaround AST2500 limitations | Cédric Le Goater | 1 | -0/+12 |
| 2022-05-16 | spi: aspeed: Adjust direct mapping to device size | Cédric Le Goater | 1 | -0/+88 |
| 2022-05-16 | spi: aspeed: Add support for direct mapping | Cédric Le Goater | 1 | -0/+68 |
| 2022-05-16 | spi: spi-mem: Convert Aspeed SMC driver to spi-mem | Cédric Le Goater | 1 | -0/+717 |