Re: [Qemu-devel] [PATCH V3 2/2] sdhci: Split sdhci.h for public and internal device usage

2015-09-11 Thread Alistair Francis
On Thu, Sep 10, 2015 at 4:25 AM, Sai Pavan Boddu wrote: > Split sdhci.h into sdhci-common.h and sdhci.h separating common > register declarations and object declarations. And move sdhci.h to > include/hw/sd/. > > Signed-off-by: Sai Pavan Boddu > --- > Changes for V2: > Create new area in incl

[Qemu-devel] [PATCH V3 2/2] sdhci: Split sdhci.h for public and internal device usage

2015-09-10 Thread Sai Pavan Boddu
Split sdhci.h into sdhci-common.h and sdhci.h separating common register declarations and object declarations. And move sdhci.h to include/hw/sd/. Signed-off-by: Sai Pavan Boddu --- Changes for V2: Create new area in includes for sd. And move sdhci.h to same. Changes for V3: Split the hea