Re: [PATCH v5 06/12] usb: chipidea: udc: configure iso endpoints

2013-03-28 Thread Peter Chen
On Tue, Mar 26, 2013 at 07:49:07PM +0200, Felipe Balbi wrote: > Hi, > > On Tue, Mar 26, 2013 at 05:58:42PM +0100, Michael Grzeschik wrote: > > The implementation is derived from the fsl_udc_core code in > > fsl_ep_enable and makes basic iso handling possible. > > > > Signed-off-by: Michael Grzesc

Re: [PATCH v5 06/12] usb: chipidea: udc: configure iso endpoints

2013-03-27 Thread Peter Chen
On Tue, Mar 26, 2013 at 07:49:07PM +0200, Felipe Balbi wrote: > Hi, > > On Tue, Mar 26, 2013 at 05:58:42PM +0100, Michael Grzeschik wrote: > > The implementation is derived from the fsl_udc_core code in > > fsl_ep_enable and makes basic iso handling possible. > > > > Signed-off-by: Michael Grzesc

Re: [PATCH v5 06/12] usb: chipidea: udc: configure iso endpoints

2013-03-26 Thread Felipe Balbi
Hi, On Tue, Mar 26, 2013 at 05:58:42PM +0100, Michael Grzeschik wrote: > The implementation is derived from the fsl_udc_core code in > fsl_ep_enable and makes basic iso handling possible. > > Signed-off-by: Michael Grzeschik > Signed-off-by: Marc Kleine-Budde > --- > Changes since v4: > - reba

[PATCH v5 06/12] usb: chipidea: udc: configure iso endpoints

2013-03-26 Thread Michael Grzeschik
The implementation is derived from the fsl_udc_core code in fsl_ep_enable and makes basic iso handling possible. Signed-off-by: Michael Grzeschik Signed-off-by: Marc Kleine-Budde --- Changes since v4: - rebased on the new alignment patch - changed indention to tabs - removed spare brakets -