Re: [Qemu-devel] [PATCH 10/10] hw/sd/pxa2xx_mmci: Add reset function

2015-12-19 Thread Peter Crosthwaite
On Fri, Dec 11, 2015 at 04:37:11PM +, Peter Maydell wrote: > Add a reset function to the pxa2xx_mmci device; previously it had > no handling for system reset at all. > > Signed-off-by: Peter Maydell Reviewed-by: Peter Crosthwaite >

[Qemu-devel] [PATCH 10/10] hw/sd/pxa2xx_mmci: Add reset function

2015-12-11 Thread Peter Maydell
Add a reset function to the pxa2xx_mmci device; previously it had no handling for system reset at all. Signed-off-by: Peter Maydell --- hw/sd/pxa2xx_mmci.c | 37 + 1 file changed, 37 insertions(+) diff --git a/hw/sd/pxa2xx_mmci.c