RE: [PATCH] usb: chipidea: udc: fix setup_status condition in isr

2014-01-25 Thread Peter Chen
> > The isr is going to check for a status phase on the indexed endpoint. > > Input endpoints have no status bits and can be skipped for that test. > > > > Signed-off-by: Michael Grzeschik > > --- > > This patch is based on the change mentioned by Matthieu CASTET, > > but moves the check before

RE: [PATCH] usb: chipidea: udc: fix setup_status condition in isr

2014-01-24 Thread Peter Chen
> > The isr is going to check for a status phase on the indexed endpoint. > Input endpoints have no status bits and can be skipped for that test. > > Signed-off-by: Michael Grzeschik > --- > This patch is based on the change mentioned by Matthieu CASTET, > but moves the check before using hw_t

[PATCH] usb: chipidea: udc: fix setup_status condition in isr

2014-01-24 Thread Michael Grzeschik
The isr is going to check for a status phase on the indexed endpoint. Input endpoints have no status bits and can be skipped for that test. Signed-off-by: Michael Grzeschik --- This patch is based on the change mentioned by Matthieu CASTET, but moves the check before using hw_test_and_clear_setup