qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Sai Pavan Boddu <sai.pavan.boddu@xilinx.com>
To: qemu-devel@nongnu.org, stefanha@gmail.com,
	crosthwaitepeter@gmail.com, peter.maydell@linaro.org
Cc: Sai Pavan Boddu <saipava@xilinx.com>,
	edgari@xilinx.com, alistai@xilinx.com
Subject: [Qemu-devel] [PATCH V4 0/2] Move sdhci.h to include/hw/sd
Date: Mon, 14 Sep 2015 14:56:39 +0530	[thread overview]
Message-ID: <1442222801-23989-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.

Sai Pavan Boddu (2):
  sd.h: Move sd.h to include/hw/sd/
  sdhci: Split sdhci.h for public and internal device usage

 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.c                |  1 -
 hw/sd/sdhci.h                | 67 +-------------------------------
 hw/sd/ssi-sd.c               |  2 +-
 include/hw/{ => sd}/sd.h     |  0
 include/hw/sd/sdhci-common.h | 92 ++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 100 insertions(+), 72 deletions(-)
 rename include/hw/{ => sd}/sd.h (100%)
 create mode 100644 include/hw/sd/sdhci-common.h

-- 
1.9.1

             reply	other threads:[~2015-09-14  9:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14  9:26 Sai Pavan Boddu [this message]
2015-09-14  9:26 ` [Qemu-devel] [PATCH V4 1/2] sd.h: Move sd.h to include/hw/sd/ Sai Pavan Boddu
2015-09-14  9:26 ` [Qemu-devel] [PATCH V4 2/2] sdhci: Split sdhci.h for public and internal device usage Sai Pavan Boddu
2015-09-21 14:31   ` Peter Crosthwaite
2015-09-21 16:35     ` Sai Pavan Boddu
2015-09-21  8:48 ` [Qemu-devel] [PATCH V4 0/2] Move sdhci.h to include/hw/sd 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=1442222801-23989-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 \
    --cc=stefanha@gmail.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).