Revision c68875fa82a8ab2f45a32aa8adab059f3cb1ed01 authored by LEROY Christophe on 11 August 2015, 10:11:03 UTC, committed by David S. Miller on 11 August 2015, 19:05:34 UTC
We are not interested in interrupts for partially transmitted frames.
Unlike SCC and FCC, the FEC doesn't handle the I bit in buffer
descriptors, instead it defines two interrupt bits, TXB and TXF.

We have to mask TXB in order to only get interrupts once the
frame is fully transmitted.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 8961822
History
File Mode Size
6fire
bcd2000
caiaq
hiface
line6
misc
usx2y
Kconfig -rw-r--r-- 4.5 KB
Makefile -rw-r--r-- 598 bytes
card.c -rw-r--r-- 20.2 KB
card.h -rw-r--r-- 6.5 KB
clock.c -rw-r--r-- 11.5 KB
clock.h -rw-r--r-- 339 bytes
debug.h -rw-r--r-- 262 bytes
endpoint.c -rw-r--r-- 31.0 KB
endpoint.h -rw-r--r-- 1.3 KB
format.c -rw-r--r-- 14.3 KB
format.h -rw-r--r-- 292 bytes
helper.c -rw-r--r-- 3.1 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 67.0 KB
midi.h -rw-r--r-- 1.6 KB
mixer.c -rw-r--r-- 67.7 KB
mixer.h -rw-r--r-- 2.8 KB
mixer_maps.c -rw-r--r-- 14.1 KB
mixer_quirks.c -rw-r--r-- 46.8 KB
mixer_quirks.h -rw-r--r-- 367 bytes
mixer_scarlett.c -rw-r--r-- 28.1 KB
mixer_scarlett.h -rw-r--r-- 169 bytes
pcm.c -rw-r--r-- 45.1 KB
pcm.h -rw-r--r-- 379 bytes
power.h -rw-r--r-- 375 bytes
proc.c -rw-r--r-- 6.0 KB
proc.h -rw-r--r-- 211 bytes
quirks-table.h -rw-r--r-- 76.1 KB
quirks.c -rw-r--r-- 37.8 KB
quirks.h -rw-r--r-- 1.3 KB
stream.c -rw-r--r-- 20.2 KB
stream.h -rw-r--r-- 286 bytes
usbaudio.h -rw-r--r-- 3.3 KB

back to top