qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add BCM2835-SPI0 to BCM2835
@ 2024-01-29 15:55 Rayhan Faizel
  0 siblings, 0 replies; 2+ messages in thread
From: Rayhan Faizel @ 2024-01-29 15:55 UTC (permalink / raw)
  To: qemu-devel; +Cc: Rayhan Faizel

This patch series implements the SPI controller for BCM2835 boards.

[Changes in v2]
- Accidentally forgot to CC maintainers
- Signed 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            |   3 +-
 hw/arm/Kconfig                       |   1 +
 hw/arm/bcm2835_peripherals.c         |  17 +-
 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, 392 insertions(+), 6 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] 2+ messages in thread

* [PATCH v2 0/2] Add BCM2835-SPI0 to BCM2835
@ 2024-01-29 16:21 Rayhan Faizel
  0 siblings, 0 replies; 2+ messages in thread
From: Rayhan Faizel @ 2024-01-29 16:21 UTC (permalink / raw)
  To: qemu-devel; +Cc: rayhan.faizel, pbonzini, peter.maydell, philmd, qemu-arm

This patch series implements the SPI controller for BCM2835 boards.

[Changes in v2]
- Accidentally forgot to CC maintainers
- Signed 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            |   3 +-
 hw/arm/Kconfig                       |   1 +
 hw/arm/bcm2835_peripherals.c         |  17 +-
 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, 392 insertions(+), 6 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] 2+ messages in thread

end of thread, other threads:[~2024-01-29 16:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 16:21 [PATCH v2 0/2] Add BCM2835-SPI0 to BCM2835 Rayhan Faizel
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 15:55 Rayhan Faizel

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