Re: [U-Boot] [PATCH v2 3/4] usb: ohci: Add support for interrupt queues

2015-05-13 Thread Simon Glass
On 13 May 2015 at 06:42, Hans de Goede wrote: > Add support for interrupt queues to the ohci hcd code, bringing it inline > with the ehci and musb-new(host) code. > > Signed-off-by: Hans de Goede > Reviewed-by: Marek Vasut > --- > Changes in v2: > -Fix building of non DM_USB configs > --- > dri

[U-Boot] [PATCH v2 3/4] usb: ohci: Add support for interrupt queues

2015-05-13 Thread Hans de Goede
Add support for interrupt queues to the ohci hcd code, bringing it inline with the ehci and musb-new(host) code. Signed-off-by: Hans de Goede Reviewed-by: Marek Vasut --- Changes in v2: -Fix building of non DM_USB configs --- drivers/usb/host/ohci-hcd.c | 132 +++