[PATCH 0/2] spi: aspeed: Improve handling of shared SPI controllers

Chin-Ting Kuo chin-ting_kuo at aspeedtech.com
Fri Jan 16 02:04:52 AEDT 2026


This patch series improves handling of SPI controllers that are
shared by spi-mem devices and other SPI peripherals.

The primary goal of this series is to support non-spi-mem devices in
the ASPEED FMC/SPI controller driver. It also addresses an issue in
the spi-mem framework observed when different types of SPI devices
operate concurrently on the same controller, ensuring that spi-mem
operations are properly serialized.

Chin-Ting Kuo (2):
  spi: spi-mem: Protect dirmap_create() with spi_mem_access_start/end
  spi: aspeed: Add support for non-spi-mem devices

 drivers/spi/spi-aspeed-smc.c | 121 +++++++++++++++++++++++++++++++++--
 drivers/spi/spi-mem.c        |  11 +++-
 2 files changed, 125 insertions(+), 7 deletions(-)

-- 
2.34.1



More information about the openbmc mailing list