Re: [PATCH 2/3] USB: musb: Add a work_struct to recover from babble errors

2014-05-20 Thread Yingchun Li
why not reuse the musb_irq_work? On Wed, Apr 2, 2014 at 7:58 PM, Daniel Mack zon...@gmail.com wrote: Handle BABBLE interrupt error conditions from a work struct handler. This indirection is necessary as we can't be certain that the phy functions don't sleep. Platform layer implementation may

[PATCH 2/3] USB: musb: Add a work_struct to recover from babble errors

2014-04-02 Thread Daniel Mack
Handle BABBLE interrupt error conditions from a work struct handler. This indirection is necessary as we can't be certain that the phy functions don't sleep. Platform layer implementation may pass a babble error down to the core in order to handle it. Signed-off-by: Daniel Mack zon...@gmail.com