qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd
@ 2015-10-06 17:24 Sai Pavan Boddu
  2015-10-06 17:24 ` [Qemu-devel] [PATCH V10 1/3] sd.h: Move sd.h to include/hw/sd/ Sai Pavan Boddu
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sai Pavan Boddu @ 2015-10-06 17:24 UTC (permalink / raw)
  To: qemu-devel, peter.maydell, crosthwaitepeter
  Cc: Sai Pavan Boddu, edgari, alistai

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

^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd
@ 2015-10-08 13:10 Sai Pavan Boddu
  0 siblings, 0 replies; 5+ messages in thread
From: Sai Pavan Boddu @ 2015-10-08 13:10 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: Edgar Iglesias, peter.maydell@linaro.org,
	crosthwaitepeter@gmail.com, Alistair Francis,
	qemu-devel@nongnu.org



> -----Original Message-----
> From: Stefan Hajnoczi [mailto:stefanha@gmail.com]
> Sent: Thursday, October 08, 2015 3:19 PM
> To: Sai Pavan Boddu
> Cc: qemu-devel@nongnu.org; peter.maydell@linaro.org;
> crosthwaitepeter@gmail.com; Sai Pavan Boddu; Edgar Iglesias; Alistair Francis
> Subject: Re: [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd
> 
> On Tue, Oct 06, 2015 at 10:54:03PM +0530, Sai Pavan Boddu wrote:
> > 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.
> 
> Did Patch 3/3 ever make it to the mailing list?  I only see Patch 1 & 2.
> 
> Please resend.
[Sai Pavan ] It should be, I will resend even.

Thanks,
Sai Pavan 
> 
> Stefan

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

end of thread, other threads:[~2015-10-08 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 17:24 [Qemu-devel] [PATCH V10 0/3] Move sdhci.h to include/hw/sd Sai Pavan Boddu
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

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