qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835
@ 2024-01-29 22:18 Rayhan Faizel
  2024-01-29 22:18 ` [PATCH v4 1/2] hw/ssi: Implement BCM2835 SPI Controller Rayhan Faizel
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rayhan Faizel @ 2024-01-29 22:18 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, philmd, alistair, pbonzini, qemu-arm,
	Rayhan Faizel

This patch series implements the SPI controller for BCM2835 boards.

[Changes in v4]

- End Kconfig file in hw/ssi with new line.
- Fix accidental deletion of code in bcm2835_peripherals.c
- Fix stray whitespace change in documentation

[Changes in v3]

- Forgot to CC maintainers and mailing list in cover letter.

[Changes in v2]

- Forgot to CC maintainers and mailing in the patch series.
- Sign off cover letter.

Signed-off-by: Rayhan Faizel <rayhan.faizel@gmail.com>

Rayhan Faizel (2):
  hw/ssi: Implement BCM2835 SPI Controller
  hw/arm: Connect SPI Controller to BCM2835

 docs/system/arm/raspi.rst            |   2 +-
 hw/arm/Kconfig                       |   1 +
 hw/arm/bcm2835_peripherals.c         |  16 +-
 hw/ssi/Kconfig                       |   4 +
 hw/ssi/bcm2835_spi.c                 | 288 +++++++++++++++++++++++++++
 hw/ssi/meson.build                   |   1 +
 include/hw/arm/bcm2835_peripherals.h |   3 +-
 include/hw/ssi/bcm2835_spi.h         |  81 ++++++++
 8 files changed, 393 insertions(+), 3 deletions(-)
 create mode 100644 hw/ssi/bcm2835_spi.c
 create mode 100644 include/hw/ssi/bcm2835_spi.h

-- 
2.34.1



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

end of thread, other threads:[~2024-02-02 13:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 22:18 [PATCH v4 0/2] Add BCM2835-SPI0 to BCM2835 Rayhan Faizel
2024-01-29 22:18 ` [PATCH v4 1/2] hw/ssi: Implement BCM2835 SPI Controller Rayhan Faizel
2024-01-29 22:18 ` [PATCH v4 2/2] hw/arm: Connect SPI Controller to BCM2835 Rayhan Faizel
2024-02-02 13:51 ` [PATCH v4 0/2] Add BCM2835-SPI0 " Peter Maydell

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).