Re: [PATCH v3 4/7] usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()

2014-05-25 Thread George Cherian
On 5/25/2014 7:28 PM, Sergei Shtylyov wrote: Hello. On 25-05-2014 12:36, Daniel Mack wrote: The datasheet says that MUSB_TXCSR_FLUSHFIFO is only valid when MUSB_CSR0_TXPKTRDY is set as well. With this patch applied, the warning in this function does no longer kick in when an USB soundcard i

Re: [PATCH v3 4/7] usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()

2014-05-25 Thread Sergei Shtylyov
Hello. On 25-05-2014 12:36, Daniel Mack wrote: The datasheet says that MUSB_TXCSR_FLUSHFIFO is only valid when MUSB_CSR0_TXPKTRDY is set as well. With this patch applied, the warning in this function does no longer kick in when an USB soundcard is unplugged while the stream is active. Sig

[PATCH v3 4/7] usb: musb: fix bit mask for CSR in musb_h_tx_flush_fifo()

2014-05-25 Thread Daniel Mack
The datasheet says that MUSB_TXCSR_FLUSHFIFO is only valid when MUSB_CSR0_TXPKTRDY is set as well. With this patch applied, the warning in this function does no longer kick in when an USB soundcard is unplugged while the stream is active. Signed-off-by: Daniel Mack --- drivers/usb/musb/musb_hos