All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
To: qemu-devel@nongnu.org, afaerber@suse.de
Cc: peter.maydell@linaro.org, edgari@xilinx.com, alistai@xilinx.com
Subject: [Qemu-devel] [PATCH qom v5 0/2]  Named GPIOs
Date: Mon, 19 May 2014 23:30:24 -0700	[thread overview]
Message-ID: <cover.1400567259.git.peter.crosthwaite@xilinx.com> (raw)

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

Second patch I give a useful example of the feature's use (an SSI
cleanup).

This kinda falls through the cracks between the active maintainerships.
In v4 review, Peter suggested QOM queue, can this go via?

Regards,
Peter

Changed since v4:
Addressed PMM v4 review
Changed since v3:
Addressed PMM v2 review
Changed since v2:
Re-ordered function args (PMM review)
Changed since v1:
use QLIST (AF review)
Dropped former P1 (too far out of scope)


Peter Crosthwaite (2):
  qdev: Implement named GPIOs
  ssi: Name the CS GPIO.

 hw/arm/stellaris.c                  |  7 +--
 hw/arm/xilinx_zynq.c                |  2 +-
 hw/core/qdev.c                      | 85 ++++++++++++++++++++++++++++++++-----
 hw/microblaze/petalogix_ml605_mmu.c |  2 +-
 hw/ssi/ssi.c                        |  4 +-
 include/hw/qdev-core.h              | 24 +++++++++--
 include/hw/ssi.h                    |  2 +
 qdev-monitor.c                      | 16 ++++---
 qtest.c                             | 19 ++++++---
 9 files changed, 130 insertions(+), 31 deletions(-)

-- 
1.9.3.1.ga73a6ad

             reply	other threads:[~2014-05-20  6:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20  6:30 Peter Crosthwaite [this message]
2014-05-20  6:30 ` [Qemu-devel] [PATCH qom v5 1/2] qdev: Implement named GPIOs Peter Crosthwaite
2014-05-20  6:31 ` [Qemu-devel] [PATCH qom v5 2/2] ssi: Name the CS GPIO Peter Crosthwaite
2014-05-20  9:53   ` Andreas Färber
2014-05-20 22:08     ` Peter Crosthwaite
2014-05-20  9:49 ` [Qemu-devel] [PATCH qom v5 0/2] Named GPIOs Andreas Färber
2014-05-20 22:10   ` Peter Crosthwaite
2014-05-20 22:15 ` Peter Maydell

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.1400567259.git.peter.crosthwaite@xilinx.com \
    --to=peter.crosthwaite@xilinx.com \
    --cc=afaerber@suse.de \
    --cc=alistai@xilinx.com \
    --cc=edgari@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.