From: Sebastian Andrzej Siewior Date: Tue, 20 Aug 2013 16:35:48 +0000 (+0200) Subject: usb: musb: dsps: do not set is_active on the first drvbus interrupt X-Git-Tag: v3.12-rc1~186^2~19^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dfa36218dadf1821da5823773dd689b4e650e00;p=pandora-kernel.git usb: musb: dsps: do not set is_active on the first drvbus interrupt Quite early on init there is an vbus / drvvbus interrupt comming and the dsps code sets is_active to one. As a result we see a lot of |musb_bus_suspend 2459: trying to suspend as a_wait_bcon while active until a device is plugged in with pm_runtime enabled in the kernel. After checking davinci, am35, da8xx I noticed that dsps is actually the only one doing this. So remove it and we won't flooded with mesages and the idle port can be suspended. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed