Revision a8d4e01637902311c5643b69a5c80e2805f04054 authored by Ludovic Desroches on 16 April 2015, 14:58:12 UTC, committed by Greg Kroah-Hartman on 28 April 2015, 12:27:38 UTC
Maxburst was not set when doing the dma slave configuration. This value
is checked by the recently introduced xdmac. It causes an error when
doing the slave configuration and so prevents from using dma.

Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Cc: <stable@vger.kernel.org> # 3.12 and later
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6befa9d
History
File Mode Size
Makefile -rw-r--r-- 1.6 KB
bpf_helpers.h -rw-r--r-- 1.9 KB
bpf_load.c -rw-r--r-- 6.8 KB
bpf_load.h -rw-r--r-- 755 bytes
libbpf.c -rw-r--r-- 3.0 KB
libbpf.h -rw-r--r-- 4.9 KB
sock_example.c -rw-r--r-- 2.7 KB
sockex1_kern.c -rw-r--r-- 648 bytes
sockex1_user.c -rw-r--r-- 979 bytes
sockex2_kern.c -rw-r--r-- 4.7 KB
sockex2_user.c -rw-r--r-- 965 bytes
tcbpf1_kern.c -rw-r--r-- 2.0 KB
test_maps.c -rw-r--r-- 7.5 KB
test_verifier.c -rw-r--r-- 20.9 KB
tracex1_kern.c -rw-r--r-- 1.4 KB
tracex1_user.c -rw-r--r-- 403 bytes
tracex2_kern.c -rw-r--r-- 2.0 KB
tracex2_user.c -rw-r--r-- 1.9 KB
tracex3_kern.c -rw-r--r-- 2.0 KB
tracex3_user.c -rw-r--r-- 2.9 KB
tracex4_kern.c -rw-r--r-- 1.2 KB
tracex4_user.c -rw-r--r-- 1.4 KB

back to top