[PATCH v3 0/2] Add BCM2835-SPI0 to BCM2835

Rayhan Faizel posted 2 patches 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240129163801.2790257-1-rayhan.faizel@gmail.com
Maintainers: Peter Maydell <peter.maydell@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Alistair Francis <alistair@alistair23.me>
There is a newer version of this series
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
[PATCH v3 0/2] Add BCM2835-SPI0 to BCM2835
Posted by Rayhan Faizel 10 months ago
This patch series implements the SPI controller for BCM2835 boards.

Please disregard v1 and v2 as I ran into issues with email submission.

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