Re: [Qemu-devel] [PATCH 11/13] mxs/imx23: Add the USB driver

2014-01-11 Thread Peter Crosthwaite
On Wed, Dec 11, 2013 at 11:56 PM, Michel Pollet wrote: > Add the USB IO block, and the USB PHY IO block. This just wraps > an ehci instance, and support some of the 'extra' mxs registers > > Signed-off-by: Michel Pollet > --- > hw/usb/Makefile.objs | 1 + > hw/usb/mxs_usb.c | 254 > ++

[Qemu-devel] [PATCH 11/13] mxs/imx23: Add the USB driver

2013-12-11 Thread Michel Pollet
Add the USB IO block, and the USB PHY IO block. This just wraps an ehci instance, and support some of the 'extra' mxs registers Signed-off-by: Michel Pollet --- hw/usb/Makefile.objs | 1 + hw/usb/mxs_usb.c | 254 +++ 2 files changed, 255 inse