Re: [PATCH v3 0/3] Nuvoton Peripheral SPI (PSPI) Module

2023-02-16 Thread Peter Maydell
On Wed, 8 Feb 2023 at 23:54, Hao Wu wrote: > > This patch set adds peripheral SPI (PSPI) modules > to NPCM7XX SoCs. These modules can be used to > connect any SPI peripheral devices to the SoC. > > This module will also be used in the next generation > NPCM8XX SoCs which haven't been merged yet. >

[PATCH v3 0/3] Nuvoton Peripheral SPI (PSPI) Module

2023-02-08 Thread Hao Wu
This patch set adds peripheral SPI (PSPI) modules to NPCM7XX SoCs. These modules can be used to connect any SPI peripheral devices to the SoC. This module will also be used in the next generation NPCM8XX SoCs which haven't been merged yet. -- Changes from v2 -- Change max_access_size to 2 to matc