]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00285441 mxc: mlb: Fix the receive issue of ISOC mode on Sabreauto
authorLuwei Zhou <b45643@freescale.com>
Wed, 30 Oct 2013 06:24:34 +0000 (14:24 +0800)
committerLuwei Zhou <b45643@freescale.com>
Mon, 4 Nov 2013 05:38:21 +0000 (13:38 +0800)
commit3e6b7e696dc0835805bf230154c9eb8df8b0e7ab
treefd5c35e5c31b46d51a0034eec6f2f719d147d2a1
parent9268001524a9e4b1a43039aef264fd6087052e7f
ENGR00285441 mxc: mlb: Fix the receive issue of ISOC mode on Sabreauto

This patch fixes the receive issue of MLB ISO mode on Sabreauto side.
During debug, it is found that the Sabreauto can only receive
1/5 packets of MITB sends.The MITB sends out 188 bytes per packet.
The Sabreauto receives 188*5 bytes. It seems that the packet length
on Sabreauto side is 5 times larger than MITB side. After changing
the defautl block number to 1, Sabreauto passes the test.

Signed-off-by: Luwei Zhou <b45643@freescale.com>
drivers/mxc/mlb/mxc_mlb150.c