Re: [v5 00/14] Add ASPEED SPI controller driver

2022-09-13 Thread Tom Rini
On Fri, 19 Aug 2022 17:01:01 +0800, Chin-Ting Kuo wrote: > This patch series aims to porting ASPEED FMC/SPI memory controller > driver with spi-mem interface. spi-mem dirmap framework is also > synchronized from Linux. These patches have been verified on > AST2600, AST2500 and AST2400 EVBs. > >

[v5 00/14] Add ASPEED SPI controller driver

2022-08-19 Thread Chin-Ting Kuo
This patch series aims to porting ASPEED FMC/SPI memory controller driver with spi-mem interface. spi-mem dirmap framework is also synchronized from Linux. These patches have been verified on AST2600, AST2500 and AST2400 EVBs. Changes in v2: - Separate defconfig files from the SPI driver