From: Grazvydas Ignotas Date: Sat, 23 Mar 2013 00:47:28 +0000 (+0200) Subject: usb: otg: twl4030-usb: delay status read X-Git-Tag: sz_154^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4bd663ea5894d516f75d7a5973303998247f91;p=pandora-kernel.git usb: otg: twl4030-usb: delay status read 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.. --- Reading git-diff-tree failed