]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]
authorLucas Stach <dev@lynxeye.de>
Thu, 7 Feb 2013 07:16:30 +0000 (07:16 +0000)
committerTom Warren <twarren@nvidia.com>
Thu, 14 Mar 2013 18:06:41 +0000 (11:06 -0700)
commitd7a55e1a4b702bffae3e8ed43a5be125a30ba8ab
tree623023aaaef34fb652c8cbc6da6575e142c47a8b
parent7ae18f3725fe3e2033888cf431f71ac08aaa8e1c
tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop]

The ehci_hcd entry points were just calling into the Tegra USB
functions. Now that they are in the same file we can just move over the
implementation.

Signed-off-by: Lucas Stach <dev@lynxeye.de>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/include/asm/arch-tegra/usb.h
drivers/usb/host/ehci-tegra.c