Re: [PATCH v7 07/10] usb: dbc: handle endpoint stall

2016-03-02 Thread Lu Baolu
On 03/02/2016 08:58 PM, Felipe Balbi wrote: > Hi, > > Mathias Nyman writes: >> [ text/plain ] >> On 26.01.2016 14:58, Lu Baolu wrote: >>> In case of endpoint stall, software is able to detect the situation >>> by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB >>> framework to

Re: [PATCH v7 07/10] usb: dbc: handle endpoint stall

2016-03-02 Thread Lu Baolu
On 03/02/2016 08:58 PM, Mathias Nyman wrote: > On 26.01.2016 14:58, Lu Baolu wrote: >> In case of endpoint stall, software is able to detect the situation >> by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB >> framework to handle endpoint stall. When software detects endpoint

Re: [PATCH v7 07/10] usb: dbc: handle endpoint stall

2016-03-02 Thread Felipe Balbi
Hi, Mathias Nyman writes: > [ text/plain ] > On 26.01.2016 14:58, Lu Baolu wrote: >> In case of endpoint stall, software is able to detect the situation >> by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB >> framework to handle endpoint stall. When software detects endpoint >

Re: [PATCH v7 07/10] usb: dbc: handle endpoint stall

2016-03-02 Thread Mathias Nyman
On 26.01.2016 14:58, Lu Baolu wrote: In case of endpoint stall, software is able to detect the situation by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB framework to handle endpoint stall. When software detects endpoint stall situation, it should wait until endpoint is recove

[PATCH v7 07/10] usb: dbc: handle endpoint stall

2016-01-26 Thread Lu Baolu
In case of endpoint stall, software is able to detect the situation by reading DCCTRL.HIT or DCCTRL.HOT bits. DbC follows the normal USB framework to handle endpoint stall. When software detects endpoint stall situation, it should wait until endpoint is recovered before read or write oprations. Si