Re: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-06 Thread Felipe Balbi
On Tue, Aug 05, 2008 at 09:18:14PM +0530, ext Gadiyar, Anand wrote: If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this ep0_rxstate, the index register contents are over-written.

Re: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-06 Thread Felipe Balbi
On Wed, Aug 06, 2008 at 01:47:33PM +0300, Felipe Balbi wrote: Hi, can you mail me (only) this patch as an attachement or put it somewhere i can download ? eheh, forget it, did it by hand :-p -- balbi -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a

Re: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-05 Thread Bryan Wu
On Tue, Aug 5, 2008 at 11:48 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Anand Gadiyar [EMAIL PROTECTED] If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this ep0_rxstate,

RE: [PATCH RFC] MUSB: Fix index register corruption seen with g_ether and Windows host

2008-08-05 Thread Gadiyar, Anand
On Tue, Aug 5, 2008 at 11:48 PM, Gadiyar, Anand [EMAIL PROTECTED] wrote: From: Anand Gadiyar [EMAIL PROTECTED] If Indexed Mode register accesses are enabled, the ep0_rxstate() function calls musb_g_ep0_giveback() before writing to the CSR register. When control returns to this