[PATCH 2/2] usb: chipidea: udc: add multiple td support to hardware_{en,de}queue

2013-06-04 Thread Michael Grzeschik
From: Michael Grzeschik This patch removes the restriction 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. The removal of this restriction adds the driver to run into

Re: [PATCH 2/2] usb: chipidea: udc: add multiple td support to hardware_{en,de}queue

2013-05-16 Thread Michael Grzeschik
On Thu, May 16, 2013 at 01:17:10PM +0300, Alexander Shishkin wrote: > Michael Grzeschik writes: > > > From: Michael Grzeschik > > > > This patch removes the restriction of having a limited amount of only > > four active tds on one endpoint. We use the linked list implementation > > to manage all

Re: [PATCH 2/2] usb: chipidea: udc: add multiple td support to hardware_{en,de}queue

2013-05-16 Thread Alexander Shishkin
Michael Grzeschik writes: > From: Michael Grzeschik > > This patch removes the restriction 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. > > The removal of this

[PATCH 2/2] usb: chipidea: udc: add multiple td support to hardware_{en,de}queue

2013-05-15 Thread Michael Grzeschik
From: Michael Grzeschik This patch removes the restriction 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. The removal of this restriction adds the driver to run into