]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00290679 mxc: mlb Fix the MLB150 not stable issue in ISOC mode.
authorLuwei Zhou <b45643@freescale.com>
Tue, 10 Dec 2013 06:21:15 +0000 (14:21 +0800)
committerLuwei Zhou <b45643@freescale.com>
Tue, 10 Dec 2013 06:39:39 +0000 (14:39 +0800)
commit567ec335491372932e13c848eb460e75eec403cb
tree2970a52d5f302a7d6af4d51bc9c3bb856cba051c
parentfc4461739ffa68a9104333a260b18ae50855be2d
ENGR00290679 mxc: mlb Fix the MLB150 not stable issue in ISOC mode.

The MLB test bench has bug when testing the ISOC mode.When we press
stop test button when completing test, MITB will cause MLB150 on ARD
error.The mlbintr ISR handler is used to handle the error interrupt.
In the ISR handler, the MLB150_MS0,MLB150MS1 should be cleared.
The spec doesn't give detailed description. The spec only says that
the registers need to be cleared before enabling interrupt.

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