From: Rayhan Faizel <rayhan.faizel@gmail.com>
To: qemu-devel@nongnu.org
Cc: Rayhan Faizel <rayhan.faizel@gmail.com>
Subject: [PATCH 0/2] Add BCM2835-SPI0 to BCM2835
Date: Mon, 29 Jan 2024 21:19:06 +0530 [thread overview]
Message-ID: <20240129154908.2761091-1-rayhan.faizel@gmail.com> (raw)
This patch series implements the SPI controller for BCM2835 boards.
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
next reply other threads:[~2024-01-29 15:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 15:49 Rayhan Faizel [this message]
2024-01-29 15:49 ` [PATCH 1/2] hw/ssi: Implement BCM2835 SPI Controller Rayhan Faizel
2024-01-29 15:49 ` [PATCH 2/2] hw/arm: Connect SPI Controller to BCM2835 Rayhan Faizel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240129154908.2761091-1-rayhan.faizel@gmail.com \
--to=rayhan.faizel@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).