qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 0/2] Named GPIOs


From: Peter Crosthwaite
Subject: [Qemu-devel] [PATCH v2 0/2] Named GPIOs
Date: Sun, 27 Apr 2014 17:44:44 -0700

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

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

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                      | 70 +++++++++++++++++++++++++++++++------
 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                      | 14 +++++---
 qtest.c                             | 15 +++++---
 9 files changed, 109 insertions(+), 31 deletions(-)

-- 
1.9.2.1.g06c4abd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]