From: Stephen Warren Date: Thu, 13 Jun 2013 17:24:10 +0000 (-0600) Subject: USB: EHCI: tegra: remove all power management X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4faa54e3aa2b4a8cdc65e36ac70fd17d3f86629;p=pandora-kernel.git USB: EHCI: tegra: remove all power management The PM routines in ehci-tegra.c use APIs such as ehci_reset(), ehci_halt(), and ehci_tdi_reset() that would need to be exported to convert ehci-tegra.c into a separate module from ehci-hcd.c. However, we'd prefer not to export them. Instead, simply remove all power management functionality. Runtime PM was disabled since it didn't work correctly, and system suspend isn't yet supported in a meaningful way. So, this change doesn't lose any functionality. Hopefully the power management logic can be reimplemented in a cleaner way in the future. Signed-off-by: Stephen Warren Acked-by: Arnd Bergmann Acked-by: Alan Stern Tested-by: Thierry Reding Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed