From: Geoff Levand Date: Wed, 23 Nov 2011 02:04:45 +0000 (-0800) Subject: usb: Remove ehci_reset call from ehci_run X-Git-Tag: v3.3-rc1~153^2~42^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876e0df902c726408c84b75dab673a90fd492e1d;p=pandora-kernel.git usb: Remove ehci_reset call from ehci_run Remove the ehci_reset() call done in the ehci_run() routine of the USB EHCI host controller driver and add an ehci_reset() call to the probe processing of all EHCI platform drivers that do not already call ehci_reset(). The call to ehci_reset() from ehci_run() was problematic for several platform drivers, and unnecessary for others. This change moves the decision to call ehci_reset() at driver startup to the platform driver code. Signed-off-by: Geoff Levand Acked-by: Alan Stern --- Reading git-diff-tree failed