summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorAnand Gadiyar <gadiyar@ti.com>2010-07-08 16:34:55 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2010-08-10 14:35:39 -0700
commit8ca47c8a7621835914c053caaec74e66147dd7dc (patch)
tree21b329b59fcccdb77d4282e91584047ab0d3f42f /tools/perf/scripts
parent3f1a9696aed6814601078f3c430a8e432b625c66 (diff)
downloadkernel-8ca47c8a7621835914c053caaec74e66147dd7dc.tar.gz
USB: musb: do not override DMA mode in channel program
There is no reason for the DMA channel program to override the DMA mode passed down by its caller. Use the passed parameter directly, and let the caller handle the decision on which mode is to be used. Signed-off-by: Anand Gadiyar <gadiyar@ti.com> Acked-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
:37dd0247797b168ad1cc7f5dbec825a1ee66535b This patch adds support receiving for GUE packets in the fou module. The fou module now supports direct foo-over-udp (no encapsulation header) and GUE. To support this a type parameter is added to the fou netlink parameters. For a GUE socket we define gue_udp_recv, gue_gro_receive, and gue_gro_complete to handle the specifics of the GUE protocol. Most of the code to manage and configure sockets is common with the fou. Signed-off-by: Tom Herbert <therbert@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>