Re: [PATCH] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-18 Thread Pandita, Vikram
On Sat, Jul 16, 2011 at 4:22 AM, Sergei Shtylyov sshtyl...@mvista.com wrote: Hello. On 16-07-2011 3:44, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget

Re: [PATCH] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-16 Thread Sergei Shtylyov
Hello. On 16-07-2011 3:44, Vikram Pandita wrote: From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB

[PATCH] usb: musb: Enable DMA mode1 RX for USB-Mass-Storage

2011-07-15 Thread Vikram Pandita
From: Vikram Pandita vikram.pand...@ti.com This patch enables the DMA mode1 RX support. This feature is enabled based on the short_not_ok flag passed from gadget drivers. This will result in a thruput performance gain of around 40% for USB mass-storage/mtp use cases. Based on Original work by