On Tue, Aug 30, 2011 at 7:36 PM, Peter Maydell <peter.mayd...@linaro.org>wrote:
> Convert the tusb6010 to qdev. > > Signed-off-by: Juha Riihimäki <juha.riihim...@nokia.com> > [Riku Voipio: Fixes and restructuring patchset] > Signed-off-by: Riku Voipio <riku.voi...@iki.fi> > [Peter Maydell: More fixes and cleanups for upstream submission] > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > The point of this patch (apart from qdevification being a general good > thing) is that once all the usb-musb users are qdev devices there is > some cleanup that can be done there. I have some patches for the usb-musb > code which depend on this and which I'll submit when this goes in. > (In particular, the slightly ugly allocation of an irq array in the > tusb6010 init function can go away once usb-musb is qdev-aware.) > > I have to admit that I wasn't able to find any n8x0 images which actively > used the USB, but I have tested that this doesn't cause problems on init, > at least. > I've applied this. Thanks. Cheers