qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V3 0/2] Move sdhci.h to include/hw/sd
@ 2015-09-10 11:25 Sai Pavan Boddu
  2015-09-10 11:25 ` [Qemu-devel] [PATCH V3 1/2] hw/sd : move sd.h to include/hw/sd/ Sai Pavan Boddu
  2015-09-10 11:25 ` [Qemu-devel] [PATCH V3 2/2] sdhci: Split sdhci.h for public and internal device usage Sai Pavan Boddu
  0 siblings, 2 replies; 5+ messages in thread
From: Sai Pavan Boddu @ 2015-09-10 11:25 UTC (permalink / raw)
  To: qemu-devel, stefanha, crosthwaitepeter, peter.maydell
  Cc: Sai Pavan Boddu, alistai, edgari

Move sdhci.h splitting it into common and public.
Create a new area for sd in include/hw/.
Correct paths of sd.h in #include

Sai Pavan Boddu (2):
  hw/sd : 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.h => sdhci-common.h} | 71 ++----------------------------
 hw/sd/sdhci.c                     |  3 +-
 hw/sd/ssi-sd.c                    |  2 +-
 include/hw/{ => sd}/sd.h          |  0
 include/hw/sd/sdhci.h             | 91 +++++++++++++++++++++++++++++++++++++++
 10 files changed, 102 insertions(+), 75 deletions(-)
 rename hw/sd/{sdhci.h => sdhci-common.h} (75%)
 rename include/hw/{ => sd}/sd.h (100%)
 create mode 100644 include/hw/sd/sdhci.h

-- 
1.9.1

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

end of thread, other threads:[~2015-09-12  0:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 11:25 [Qemu-devel] [PATCH V3 0/2] Move sdhci.h to include/hw/sd Sai Pavan Boddu
2015-09-10 11:25 ` [Qemu-devel] [PATCH V3 1/2] hw/sd : move sd.h to include/hw/sd/ Sai Pavan Boddu
2015-09-11 23:43   ` Alistair Francis
2015-09-10 11:25 ` [Qemu-devel] [PATCH V3 2/2] sdhci: Split sdhci.h for public and internal device usage Sai Pavan Boddu
2015-09-12  0:12   ` Alistair Francis

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