]> git.baikalelectronics.ru Git - kernel.git/commit
USB: don't run ehci_reset in ehci_run for tdi device
authorMatthieu CASTET <matthieu.castet@parrot.com>
Tue, 15 Feb 2011 17:40:28 +0000 (18:40 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 17 Feb 2011 18:57:13 +0000 (10:57 -0800)
commite620e3775146d8483b54cc4b0c2d09ce59d42f47
tree19d63e63e3b62aafa41040f7e76d1e5db6e748bd
parent11f75319660f5ee96a0545ed5c3e48a90d8dba77
USB: don't run ehci_reset in ehci_run for tdi device

TDI driver does the ehci_reset in their reset callback.
Don't reset in ehci_run because configuration settings done in
platform driver will be reset.

This will allow to make msm use ehci_run.

Signed-off-by: Matthieu CASTET <castet.matthieu@parrot.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-orion.c