commit | 515ba29cd7b571da45365e4db80c1b6905869ef3 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Tue Oct 30 19:52:24 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Wed Oct 31 15:21:01 2012 +0200 |
tree | 2351e46c28558ac37fc2258925db8da736195286 | |
parent | b11e94d03726c5dbee0d9a841a025313504e90f4 [diff] |
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>