RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-13 Thread Kalliguddi, Hema
2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4 Hi, Subject: RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4 Felipe, Another approach to use PIO mode in opposite direction would increase the cpu loading and thus using system DMA

RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-13 Thread Gupta, Ajay Kumar
Hi, Another approach to use PIO mode in opposite direction would increase the cpu loading and thus using system DMA is preferred workaround. Signed-off-by: Anand Gadiyar gadi...@ti.com Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com I think falling back to pio is

[PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-12 Thread Ajay Kumar Gupta
MUSB RTL version 1.4 has a hardware issue when TX and RX DMA channels are simultaneously enabled which results in DMA lockup. Use system DMA for all RX channels as a workaround of this issue as this will have minimal throughput overhead based on the fact that Rx transfers are done in DMA mode-0

Re: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-12 Thread Felipe Balbi
On Wed, May 12, 2010 at 05:19:36PM +0530, Ajay Kumar Gupta wrote: MUSB RTL version 1.4 has a hardware issue when TX and RX DMA channels are simultaneously enabled which results in DMA lockup. I've seen it on rtl1.8 also if I remember correctly. Use system DMA for all RX channels as a

RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-12 Thread Gadiyar, Anand
Felipe Balbi wrote: On Wed, May 12, 2010 at 05:19:36PM +0530, Ajay Kumar Gupta wrote: MUSB RTL version 1.4 has a hardware issue when TX and RX DMA channels are simultaneously enabled which results in DMA lockup. I've seen it on rtl1.8 also if I remember correctly. I'm fairly certain

RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4

2010-05-12 Thread Gupta, Ajay Kumar
Hi, Subject: RE: [PATCH 2/5] musb: use system DMA to fix Inventra DMA issue on RTL-1.4 Felipe Balbi wrote: On Wed, May 12, 2010 at 05:19:36PM +0530, Ajay Kumar Gupta wrote: MUSB RTL version 1.4 has a hardware issue when TX and RX DMA channels are simultaneously enabled which results