From: Alistair Francis <alistair.francis@xilinx.com>
To: qemu-devel@nongnu.org, edgar.iglesias@xilinx.com,
edgar.iglesias@gmail.com
Cc: alistair.francis@xilinx.com, alistair23@gmail.com
Subject: [Qemu-devel] [PATCH v2 0/5] Add and connect the PMU IOModule devices
Date: Wed, 28 Feb 2018 14:31:56 -0800 [thread overview]
Message-ID: <cover.1519856998.git.alistair.francis@xilinx.com> (raw)
V2:
- Add the GPO and GPI devices as well
Alistair Francis (5):
timer: Initial commit of xlnx-pmu-iomod-pit device
xlnx-zynqmp-pmu: Connect the PMU IOMOD PIT devices
hw/gpio: Add the xlnx-pmu-iomod-gpo device
hw/gpio: Add support for the xlnx-pmu-iomod-gpi device
xlnx-zynqmp-pmu: Connect the IOMOD GPI/GPO devices
include/hw/gpio/xlnx-pmu-iomod-gp.h | 57 ++++++++
include/hw/timer/xlnx-pmu-iomod-pit.h | 58 ++++++++
hw/gpio/xlnx-pmu-iomod-gp.c | 203 ++++++++++++++++++++++++++++
hw/microblaze/xlnx-zynqmp-pmu.c | 108 +++++++++++++++
hw/timer/xlnx-pmu-iomod-pit.c | 241 ++++++++++++++++++++++++++++++++++
hw/gpio/Makefile.objs | 2 +
hw/timer/Makefile.objs | 2 +
7 files changed, 671 insertions(+)
create mode 100644 include/hw/gpio/xlnx-pmu-iomod-gp.h
create mode 100644 include/hw/timer/xlnx-pmu-iomod-pit.h
create mode 100644 hw/gpio/xlnx-pmu-iomod-gp.c
create mode 100644 hw/timer/xlnx-pmu-iomod-pit.c
--
2.14.1
next reply other threads:[~2018-02-28 22:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-28 22:31 Alistair Francis [this message]
2018-02-28 22:30 ` [Qemu-devel] [PATCH v2 1/5] timer: Initial commit of xlnx-pmu-iomod-pit device Alistair Francis
2018-03-01 18:21 ` Philippe Mathieu-Daudé
2018-05-04 3:39 ` Alistair Francis
2018-02-28 22:32 ` [Qemu-devel] [PATCH v2 2/5] xlnx-zynqmp-pmu: Connect the PMU IOMOD PIT devices Alistair Francis
2018-03-01 18:22 ` Philippe Mathieu-Daudé
2018-02-28 22:32 ` [Qemu-devel] [PATCH v2 3/5] hw/gpio: Add the xlnx-pmu-iomod-gpo device Alistair Francis
2018-03-01 17:02 ` Philippe Mathieu-Daudé
2018-05-04 3:28 ` Alistair Francis
2018-02-28 22:32 ` [Qemu-devel] [PATCH v2 4/5] hw/gpio: Add support for the xlnx-pmu-iomod-gpi device Alistair Francis
2018-03-01 17:12 ` Philippe Mathieu-Daudé
2018-02-28 22:32 ` [Qemu-devel] [PATCH v2 5/5] xlnx-zynqmp-pmu: Connect the IOMOD GPI/GPO devices Alistair Francis
2018-03-01 17:17 ` Philippe Mathieu-Daudé
2018-03-01 18:03 ` Philippe Mathieu-Daudé
2018-05-04 3:54 ` Alistair Francis
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=cover.1519856998.git.alistair.francis@xilinx.com \
--to=alistair.francis@xilinx.com \
--cc=alistair23@gmail.com \
--cc=edgar.iglesias@gmail.com \
--cc=edgar.iglesias@xilinx.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).