qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v7 0/3] Standard SD host controller model
@ 2012-10-30  5:03 Peter Crosthwaite
  2012-10-30  5:03 ` [Qemu-devel] [PATCH v7 1/3] hw: introduce standard SD host controller Peter Crosthwaite
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Peter Crosthwaite @ 2012-10-30  5:03 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, i.mitsyanko
  Cc: vineshp, edgar.iglesias, Peter Crosthwaite, john.williams,
	afaerber

[Original cover by Igor]
First patch introduces standard SD host controller model. This is accumulated version of my previous patch I sent a while ago and a recent SDHCI patch by Peter A. G. Crosthwaite. Second patch introduces Exynos4210-specific SDHCI built on top of standard SDHCI model.

Second patch changes the -sd command line argument to be repeatable, to support multiple SD controllers in one system.
Third patch adds 2x SDHCI controllers to the Xilinx Zynq machine

Changelog:
Changed from v6:
Dropped exynos4210 patch
Addressed PMM review
Changed from v5:
Igors IRQ changes RE PMM review.
Changed from v4:
Igors changes re PMM review (P1/2)
Typo in commit msg (P3)
removed redundant braces in P4
Changed from v3:
Rebased for new Makefile system
Fixed include guard in sdhci.h
Typos in commit messages
Changed from v2:
corrected typo errors in ADMA1 support
added patches 3-4
v1->v2
 PATCH1:
  add support for ADMA1 (I havn't tested it though).
  fixed s->prnsts <-> s->pwrcon typo (thanks to Peter, strange that it even worked
  before).
 PATCH2:
  change header prefix from "target-arm" to "exynos4210".*** SUBJECT HERE ***

Igor Mitsyanko (1):
  hw: introduce standard SD host controller

Peter Crosthwaite (2):
  vl.c: allow for repeated -sd arguments
  xilinx_zynq: Added SD controllers

 default-configs/arm-softmmu.mak |    2 +
 hw/Makefile.objs                |    1 +
 hw/sdhci.c                      | 1299 +++++++++++++++++++++++++++++++++++++++
 hw/sdhci.h                      |  311 ++++++++++
 hw/xilinx_zynq.c                |   10 +
 vl.c                            |    2 +-
 6 files changed, 1624 insertions(+), 1 deletions(-)
 create mode 100644 hw/sdhci.c
 create mode 100644 hw/sdhci.h

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-02 11:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-30  5:03 [Qemu-devel] [PATCH v7 0/3] Standard SD host controller model Peter Crosthwaite
2012-10-30  5:03 ` [Qemu-devel] [PATCH v7 1/3] hw: introduce standard SD host controller Peter Crosthwaite
2012-11-01 17:21   ` Igor Mitsyanko
2012-11-02  2:21     ` Peter Crosthwaite
2012-11-02 11:49       ` Igor Mitsyanko
2012-10-30  5:03 ` [Qemu-devel] [PATCH v7 2/3] vl.c: allow for repeated -sd arguments Peter Crosthwaite
2012-10-30  5:03 ` [Qemu-devel] [PATCH v7 3/3] xilinx_zynq: Added SD controllers Peter Crosthwaite

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).