[U-Boot] [PATCH 7/8] dm: usb: Add support for interrupt queues to the dm ehci code

2015-04-30 Thread Hans de Goede
Add support for interrupt queues to the dm ehci code. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/usb/host/ehci-hcd.c | 26 ++ 1 file changed, 26 insertions(+) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 12145ed..9e8bacb

Re: [U-Boot] [PATCH 7/8] dm: usb: Add support for interrupt queues to the dm ehci code

2015-04-30 Thread Simon Glass
On 30 April 2015 at 08:35, Hans de Goede hdego...@redhat.com wrote: Add support for interrupt queues to the dm ehci code. Signed-off-by: Hans de Goede hdego...@redhat.com --- drivers/usb/host/ehci-hcd.c | 26 ++ 1 file changed, 26 insertions(+) Acked-by: Simon Glass