Re: [PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-27 Thread Alexander Shishkin
Felipe Balbi writes: > HI, > > On Tue, Mar 26, 2013 at 09:24:30PM +0100, Michael Grzeschik wrote: >> On Tue, Mar 26, 2013 at 07:55:46PM +0200, Felipe Balbi wrote: >> > Hi, >> > >> > On Tue, Mar 26, 2013 at 05:58:45PM +0100, Michael Grzeschik wrote: >> > > A static count of transfer descriptors w

Re: [PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-27 Thread Felipe Balbi
HI, On Tue, Mar 26, 2013 at 09:24:30PM +0100, Michael Grzeschik wrote: > On Tue, Mar 26, 2013 at 07:55:46PM +0200, Felipe Balbi wrote: > > Hi, > > > > On Tue, Mar 26, 2013 at 05:58:45PM +0100, Michael Grzeschik wrote: > > > A static count of transfer descriptors was used everywhere in the driver

Re: [PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-26 Thread Michael Grzeschik
On Tue, Mar 26, 2013 at 07:55:46PM +0200, Felipe Balbi wrote: > Hi, > > On Tue, Mar 26, 2013 at 05:58:45PM +0100, Michael Grzeschik wrote: > > A static count of transfer descriptors was used everywhere in the driver > > with the fixed number 5. This patch adds a define, named TD_PAGE_COUNT, > > an

Re: [PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-26 Thread Felipe Balbi
Hi, On Tue, Mar 26, 2013 at 05:58:45PM +0100, Michael Grzeschik wrote: > A static count of transfer descriptors was used everywhere in the driver > with the fixed number 5. This patch adds a define, named TD_PAGE_COUNT, > and replaces all users of this value. This way its possible to have only > o

[PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-26 Thread Michael Grzeschik
A static count of transfer descriptors was used everywhere in the driver with the fixed number 5. This patch adds a define, named TD_PAGE_COUNT, and replaces all users of this value. This way its possible to have only one parameter to change and limit the amount of buffer pointers per TD. Signed-o

[PATCH v2 09/12] usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users

2013-03-22 Thread Michael Grzeschik
A static count of transfer descriptors was used everywhere in the driver with the fixed number 5. This patch adds a define, named TD_PAGE_COUNT, and replaces all users of this value. This way its possible to have only one parameter to change and limit the amount of buffer pointers per TD. Signed-o