Re: [U-Boot] [PATCH 4/4] USB: Document the QH and qTD antics in EHCI-HCD

2012-04-26 Thread Mike Frysinger
On Sunday 08 April 2012 23:09:52 Marek Vasut wrote: > The construction of QH and qTD lists in ehci_submit_async() call is cryptic > business, add at least a bit of comments so if someone is reading it, he > can at least reference the intel ehci manual (ehci-r10.pdf). nice -mike signature.asc Des

[U-Boot] [PATCH 4/4] USB: Document the QH and qTD antics in EHCI-HCD

2012-04-08 Thread Marek Vasut
The construction of QH and qTD lists in ehci_submit_async() call is cryptic business, add at least a bit of comments so if someone is reading it, he can at least reference the intel ehci manual (ehci-r10.pdf). Signed-off-by: Marek Vasut --- drivers/usb/host/ehci-hcd.c | 38