Re: [PATCH v3 3/9] usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirks

2017-05-17 Thread Bin Liu
On Fri, May 12, 2017 at 04:57:46PM +0300, Peter Ujfalusi wrote: > When using the g_ncm for networking this flag will make sure that the > buffer is alligned to 32bit so the DMA can be used to offload the data s/alligned/aligned/ Regards, -Bin. > movement. > > Signed-off-by: Peter Ujfalusi > Te

[PATCH v3 3/9] usb: musb: tusb6010: Add MUSB_G_NO_SKB_RESERVE to quirks

2017-05-12 Thread Peter Ujfalusi
When using the g_ncm for networking this flag will make sure that the buffer is alligned to 32bit so the DMA can be used to offload the data movement. Signed-off-by: Peter Ujfalusi Tested-by: Tony Lindgren --- drivers/usb/musb/tusb6010.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)