Re: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC

2025-05-06 Thread Peter Maydell
On Mon, 14 Apr 2025 at 03:07, Tim Lee wrote: > > Nuvoton's PSPI is a general purpose SPI module which enables > connections to SPI-based peripheral devices. Attach it to the NPCM8XX. > > Tested: > NPCM8XX PSPI driver probed successfully from dmesg log. > > Signed-off-by: Tim Lee Applied to targe

RE: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC

2025-05-04 Thread kft...@nuvoton.com
From: Hao Wu Sent: Wednesday, April 23, 2025 5:09 AM To: Philippe Mathieu-Daudé Cc: Tim Lee ; peter.mayd...@linaro.org; CS20 KFTing ; CS20 CHLi30 ; qemu-...@nongnu.org; qemu-devel@nongnu.org Subject: Re: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC On Mon, Apr 14, 2025 at 3:43 AM

Re: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC

2025-04-22 Thread Hao Wu
On Mon, Apr 14, 2025 at 3:43 AM Philippe Mathieu-Daudé wrote: > On 14/4/25 04:06, Tim Lee wrote: > > Nuvoton's PSPI is a general purpose SPI module which enables > > connections to SPI-based peripheral devices. Attach it to the NPCM8XX. > > > > Tested: > > NPCM8XX PSPI driver probed successfully

Re: [PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC

2025-04-14 Thread Philippe Mathieu-Daudé
On 14/4/25 04:06, Tim Lee wrote: Nuvoton's PSPI is a general purpose SPI module which enables connections to SPI-based peripheral devices. Attach it to the NPCM8XX. Tested: NPCM8XX PSPI driver probed successfully from dmesg log. Signed-off-by: Tim Lee --- hw/arm/npcm8xx.c | 11 ++

[PATCH] hw/arm: Attach PSPI module to NPCM8XX SoC

2025-04-13 Thread Tim Lee
Nuvoton's PSPI is a general purpose SPI module which enables connections to SPI-based peripheral devices. Attach it to the NPCM8XX. Tested: NPCM8XX PSPI driver probed successfully from dmesg log. Signed-off-by: Tim Lee --- hw/arm/npcm8xx.c | 11 ++- include/hw/arm/npcm8xx.h | 2