Re: [PATCH v2 04/12] usb: chipidea: udc: move ZLT flag change to ep_enable

2013-03-26 Thread Felipe Balbi
Hi, On Tue, Mar 26, 2013 at 06:15:42PM +0100, Michael Grzeschik wrote: > > > Its not needed to change the ZLT flag before every ep_prime. This patch > > > moves > > > this to the ep_enable and applies it only for non configuration endpoints. > > > > > > Signed-off-by: Michael Grzeschik > > > --

Re: [PATCH v2 04/12] usb: chipidea: udc: move ZLT flag change to ep_enable

2013-03-26 Thread Michael Grzeschik
On Tue, Mar 26, 2013 at 07:09:18PM +0200, Felipe Balbi wrote: > Hi, > > On Tue, Mar 26, 2013 at 05:58:40PM +0100, Michael Grzeschik wrote: > > Its not needed to change the ZLT flag before every ep_prime. This patch > > moves > > this to the ep_enable and applies it only for non configuration endp

Re: [PATCH v2 04/12] usb: chipidea: udc: move ZLT flag change to ep_enable

2013-03-26 Thread Felipe Balbi
Hi, On Tue, Mar 26, 2013 at 05:58:40PM +0100, Michael Grzeschik wrote: > Its not needed to change the ZLT flag before every ep_prime. This patch moves > this to the ep_enable and applies it only for non configuration endpoints. > > Signed-off-by: Michael Grzeschik > --- > Changes since v1: > -

[PATCH v2 04/12] usb: chipidea: udc: move ZLT flag change to ep_enable

2013-03-26 Thread Michael Grzeschik
Its not needed to change the ZLT flag before every ep_prime. This patch moves this to the ep_enable and applies it only for non configuration endpoints. Signed-off-by: Michael Grzeschik --- Changes since v1: - rebased on the new alignment patch drivers/usb/chipidea/udc.c | 3 ++- 1 file change