]> git.baikalelectronics.ru Git - kernel.git/commit
USB: EHCI: tegra: use reset framework
authorStephen Warren <swarren@nvidia.com>
Wed, 6 Nov 2013 23:53:58 +0000 (16:53 -0700)
committerStephen Warren <swarren@nvidia.com>
Wed, 11 Dec 2013 23:44:48 +0000 (16:44 -0700)
commitdd2e391218f84c59e1edbea128a49ca0e7c9a9f5
tree79f1ab5c63848a33f02d3e31cc1befc1403828a1
parentc64e78243019079d9d9b10b74ac3cf9976594bd0
USB: EHCI: tegra: use reset framework

Tegra's clock driver now provides an implementation of the common
reset API (include/linux/reset.h). Use this instead of the old Tegra-
specific API; that will soon be removed.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Thierry Reding <treding@nvidia.com>
drivers/usb/host/ehci-tegra.c