]> Pileus Git - ~andy/linux/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)
commit75606f5d32fabef51c1337eac274492c0470d774
tree79f1ab5c63848a33f02d3e31cc1befc1403828a1
parentfe6b0dfaba689ad5481037bdfbf31531b3e4c074
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