diff options
author | Sebastian Andrzej Siewior | 2012-10-30 19:52:24 +0100 |
---|---|---|
committer | Felipe Balbi | 2012-10-31 14:21:01 +0100 |
commit | 515ba29cd7b571da45365e4db80c1b6905869ef3 (patch) | |
tree | 2351e46c28558ac37fc2258925db8da736195286 /drivers/usb/musb/am35x.c | |
parent | usb: musb: read MUSB_POWER register only when required. (diff) | |
download | kernel-qcow2-linux-515ba29cd7b571da45365e4db80c1b6905869ef3.tar.gz kernel-qcow2-linux-515ba29cd7b571da45365e4db80c1b6905869ef3.tar.xz kernel-qcow2-linux-515ba29cd7b571da45365e4db80c1b6905869ef3.zip |
usb: musb: avoid FADDR read access
This is part of the workaround for AM35x advisory Advisory 1.1.20.
The advisory says that the IPSS bridge can't handle 8 & 16 bit read
access. An 8bit read access to FADDR results in an 32bit read
access which also reads INTRTX and therefore may lose interrupts.
This patch removes any reads to FADDR as they are not really required.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/am35x.c')
0 files changed, 0 insertions, 0 deletions