On Wed, Mar 20, 2013 at 11:26:53PM +0100, Michael Grzeschik wrote:
> This patch removes the limitation of having a limited amount of only
> four active tds on one endpoint. We use the linked list implementation
> to manage all tds which get added and removed by hardware_{en,de}queue.
>
> Signed-off-by: Michael Grzeschik <[email protected]>
> ---
> Changes since v1:
> - reworked ep_alloc so the td queue list is completely dynamic
> - rebased that patch on ci-for-greg
>
> drivers/usb/chipidea/udc.c | 160
> +++++++++++++++++++++------------------------
> 1 file changed, 75 insertions(+), 85 deletions(-)
With that patch i will add that hunk:
diff --git a/drivers/usb/chipidea/core.c b/drivers/usb/chipidea/core.c
index dc1a81b..039a8ce 100644
--- a/drivers/usb/chipidea/core.c
+++ b/drivers/usb/chipidea/core.c
@@ -44,7 +44,6 @@
* TODO List
* - OTG
* - Isochronous & Interrupt Traffic
- * - Handle requests which spawns into several TDs
* - GET_STATUS(device) - always reports 0
* - Gadget API (majority of optional features)
* - Suspend & Remote Wakeup
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html