qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Colin Leitner <colin.leitner@googlemail.com>
To: qemu-devel@nongnu.org
Cc: peter.crosthwaite@xilinx.com, Colin Leitner <colin.leitner@gmail.com>
Subject: [Qemu-devel] [PATCH v3 0/2] Reworked Zynq GPIO model
Date: Tue,  6 Jan 2015 23:26:41 +0100	[thread overview]
Message-ID: <1420583203-12404-1-git-send-email-colin.leitner@gmail.com> (raw)
In-Reply-To: <1419945208-13971-1-git-send-email-colin.leitner@gmail.com>

Hello everyone,

this is the third version of the Zynq GPIO model patch. It includes
 * mostly code cleanup (variable naming, removed unneeded casts, added some
   local vars for better readability)
 * moved zynq-gpio.h to include/hw/gpio
 * enhancement in the reset/init logic to ensure that reset sets the IRQ output
   lines to 0.

Regards,
	Colin

Colin Leitner (2):
  zynq_gpio: GPIO model for Zynq SoC
  xilinx_zynq: Add zynq-gpio to the machine

 hw/arm/xilinx_zynq.c        |    2 +
 hw/gpio/Makefile.objs       |    1 +
 hw/gpio/zynq-gpio.c         |  402 +++++++++++++++++++++++++++++++++++++++++++
 include/hw/gpio/zynq-gpio.h |   79 +++++++++
 4 files changed, 484 insertions(+)
 create mode 100644 hw/gpio/zynq-gpio.c
 create mode 100644 include/hw/gpio/zynq-gpio.h

-- 
1.7.10.4

  parent reply	other threads:[~2015-01-06 22:27 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-30 13:13 [Qemu-devel] [PATCH 0/2] GPIO model for Zynq SoC Colin Leitner
2014-12-30 13:13 ` [Qemu-devel] [PATCH 1/2] zynq_gpio: " Colin Leitner
2014-12-30 23:24   ` Peter Crosthwaite
2014-12-31  1:03     ` Colin Leitner
2014-12-30 13:13 ` [Qemu-devel] [PATCH 2/2] xilinx_zynq: Add zynq_gpio to the machine Colin Leitner
2014-12-31 14:06 ` [Qemu-devel] [PATCH v2 0/2] Reworked Zynq GPIO model Colin Leitner
2014-12-31 14:06   ` [Qemu-devel] [PATCH v2 1/2] zynq_gpio: GPIO model for Zynq SoC Colin Leitner
2014-12-31 14:06   ` [Qemu-devel] [PATCH v2 2/2] xilinx_zynq: Add zynq-gpio to the machine Colin Leitner
2015-01-06 22:26 ` Colin Leitner [this message]
2015-01-06 22:26   ` [Qemu-devel] [PATCH v3 1/2] zynq_gpio: GPIO model for Zynq SoC Colin Leitner
2015-01-20 22:05     ` Peter Crosthwaite
2015-01-06 22:26   ` [Qemu-devel] [PATCH v3 2/2] xilinx_zynq: Add zynq-gpio to the machine Colin Leitner
2015-01-20 22:06     ` Peter Crosthwaite
2015-01-25 19:51   ` [Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model Colin Leitner
2015-01-25 19:51     ` [Qemu-devel] [PATCH v4 1/2] zynq_gpio: GPIO model for Zynq SoC Colin Leitner
2015-01-25 19:51     ` [Qemu-devel] [PATCH v4 2/2] xilinx_zynq: Add zynq-gpio to the machine Colin Leitner
2015-02-10  6:06     ` [Qemu-devel] [PATCH v4 0/2] Reworked Zynq GPIO model Peter Crosthwaite
2015-02-21 17:59       ` Peter Crosthwaite

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=1420583203-12404-1-git-send-email-colin.leitner@gmail.com \
    --to=colin.leitner@googlemail.com \
    --cc=colin.leitner@gmail.com \
    --cc=peter.crosthwaite@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).