usb: otg: twl4030-usb: delay status read sz_154
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 23 Mar 2013 00:47:28 +0000 (02:47 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sat, 23 Mar 2013 01:17:13 +0000 (03:17 +0200)
On CC pandora after host cable replug, not only ID but also VBUS bit
gets set for whatever reason too (this is not the case on 1GHz).
What's even worse, on ID bit is even delayed and is_driving_vbus()
won't work because PHY is off, so the driver wrongly thinks VBUS
is suppled by something.

Must delay HW_CONDITIONS read to avoid this..


No differences found