qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, alistai@xilinx.com
Subject: [Qemu-devel] [PATCH for-2.1 v1 0/3]  Named GPIOs
Date: Tue,  8 Apr 2014 16:44:27 -0700	[thread overview]
Message-ID: <cover.1396940784.git.peter.crosthwaite@xilinx.com> (raw)

This series implements Named GPIOs on the qdev level. Patch 2 is the
feature presentation.

First patch is a developer-centric patch I have had in my tree for a
while. I include it so it picks up the change pattern in P2.

Last patch I give a useful example of the features use (an SSI
cleanup).


Peter Crosthwaite (3):
  qdev: Define qdev_get_gpio_out
  qdev: Implement named GPIOs
  ssi: Name the CS GPIO.

 hw/arm/stellaris.c                  |  7 ++--
 hw/arm/xilinx_zynq.c                |  2 +-
 hw/core/qdev.c                      | 84 ++++++++++++++++++++++++++++++++-----
 hw/microblaze/petalogix_ml605_mmu.c |  2 +-
 hw/ssi/ssi.c                        |  4 +-
 include/hw/qdev-core.h              | 26 ++++++++++--
 include/hw/ssi.h                    |  2 +
 qdev-monitor.c                      | 14 ++++---
 qtest.c                             | 15 ++++---
 9 files changed, 125 insertions(+), 31 deletions(-)

-- 
1.9.1.1.gbb9f595

             reply	other threads:[~2014-04-08 23:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-08 23:44 Peter Crosthwaite [this message]
2014-04-08 23:45 ` [Qemu-devel] [PATCH for-2.1 v1 1/3] qdev: Define qdev_get_gpio_out Peter Crosthwaite
2014-04-08 23:45 ` [Qemu-devel] [PATCH for-2.1 v1 2/3] qdev: Implement named GPIOs Peter Crosthwaite
2014-04-08 23:46 ` [Qemu-devel] [PATCH for-2.1 v1 3/3] ssi: Name the CS GPIO 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=cover.1396940784.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=alistai@xilinx.com \
    --cc=peter.maydell@linaro.org \
    --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).