qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Nuvoton Peripheral SPI (PSPI) Module
@ 2023-02-07 19:45 Hao Wu
  2023-02-07 19:45 ` [PATCH v2 1/3] MAINTAINERS: Add myself to maintainers and remove Havard Hao Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Hao Wu @ 2023-02-07 19:45 UTC (permalink / raw)
  To: peter.maydell
  Cc: qemu-arm, qemu-devel, wuhaotsh, venture, Avi.Fishman, kfting,
	hskinnemoen, titusr

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 v1 --
A few minor updates for npcm-pspi.c according to
Phillipe Mathieu-Daude's review.

Thanks!

Hao Wu (3):
  MAINTAINERS: Add myself to maintainers and remove Havard
  hw/ssi: Add Nuvoton PSPI Module
  hw/arm: Attach PSPI module to NPCM7XX SoC

 MAINTAINERS                 |   8 +-
 docs/system/arm/nuvoton.rst |   2 +-
 hw/arm/npcm7xx.c            |  25 +++-
 hw/ssi/meson.build          |   2 +-
 hw/ssi/npcm_pspi.c          | 221 ++++++++++++++++++++++++++++++++++++
 hw/ssi/trace-events         |   5 +
 include/hw/arm/npcm7xx.h    |   2 +
 include/hw/ssi/npcm_pspi.h  |  53 +++++++++
 8 files changed, 310 insertions(+), 8 deletions(-)
 create mode 100644 hw/ssi/npcm_pspi.c
 create mode 100644 include/hw/ssi/npcm_pspi.h

-- 
2.39.1.519.gcb327c4b5f-goog



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-02-08 23:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-07 19:45 [PATCH v2 0/3] Nuvoton Peripheral SPI (PSPI) Module Hao Wu
2023-02-07 19:45 ` [PATCH v2 1/3] MAINTAINERS: Add myself to maintainers and remove Havard Hao Wu
2023-02-07 19:45 ` [PATCH v2 2/3] hw/ssi: Add Nuvoton PSPI Module Hao Wu
2023-02-08  7:48   ` Philippe Mathieu-Daudé
2023-02-08 23:49     ` Hao Wu
2023-02-07 19:45 ` [PATCH v2 3/3] hw/arm: Attach PSPI module to NPCM7XX SoC Hao Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).