From: Sebastian Andrzej Siewior Date: Mon, 29 Aug 2011 11:56:36 +0000 (+0200) Subject: usb: dwc3: core: move the core check before soft reset X-Git-Tag: v3.2-rc1~183^2~148^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7650bd74d3441907867276dc381b2ee0dc355c65;p=pandora-kernel.git usb: dwc3: core: move the core check before soft reset We read the DWC3_GSNPSID register to make sure we got the correct register offset passed. One of the recent commits moved the soft reset before this so in case of the wrong offset we end up with "reset timed out". This patch moves the "id" check before the reset again. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed