From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
To: qemu-devel@nongnu.org, peter.maydell@linaro.org,
crosthwaitepeter@gmail.com
Cc: Sai Pavan Boddu <saipava@xilinx.com>,
edgari@xilinx.com, alistai@xilinx.com
Subject: [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd
Date: Tue, 6 Oct 2015 22:54:03 +0530 [thread overview]
Message-ID: <1444152246-7873-1-git-send-email-saipava@xilinx.com> (raw)
Move sdhci.h splitting it into common and internal.
Create a new directory for sd in include/hw/.
Correct paths of sd.h in at every instance of #include.
Add sdhci to xlnx-zynqmp SOC.
Sai Pavan Boddu (3):
sd.h: Move sd.h to include/hw/sd/
sdhci: Split sdhci.h for public and internal device usage
target-arm: xlnx-zynqmp: Add sdhci support.
hw/arm/xlnx-zynqmp.c | 28 +++++++++++
hw/sd/milkymist-memcard.c | 2 +-
hw/sd/omap_mmc.c | 2 +-
hw/sd/pl181.c | 2 +-
hw/sd/pxa2xx_mmci.c | 2 +-
hw/sd/sd.c | 2 +-
hw/sd/{sdhci.h => sdhci-internal.h} | 71 ++--------------------------
hw/sd/sdhci.c | 3 +-
hw/sd/ssi-sd.c | 2 +-
include/hw/arm/xlnx-zynqmp.h | 3 ++
include/hw/{ => sd}/sd.h | 0
include/hw/sd/sdhci.h | 92 +++++++++++++++++++++++++++++++++++++
12 files changed, 134 insertions(+), 75 deletions(-)
rename hw/sd/{sdhci.h => sdhci-internal.h} (75%)
rename include/hw/{ => sd}/sd.h (100%)
create mode 100644 include/hw/sd/sdhci.h
--
2.1.4
next reply other threads:[~2015-10-06 17:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-06 17:24 Sai Pavan Boddu [this message]
2015-10-06 17:24 ` [Qemu-devel] [PATCH V10 1/3] sd.h: Move sd.h to include/hw/sd/ Sai Pavan Boddu
2015-10-06 17:24 ` [Qemu-devel] [PATCH V10 2/3] sdhci: Split sdhci.h for public and internal device usage Sai Pavan Boddu
2015-10-08 9:48 ` [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2015-10-08 13:10 Sai Pavan Boddu
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=1444152246-7873-1-git-send-email-saipava@xilinx.com \
--to=sai.pavan.boddu@xilinx.com \
--cc=alistai@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=edgari@xilinx.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=saipava@xilinx.com \
/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).