commit | 2e98fc7664a3c2907fded65217acd4fead864d3f | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Wed Jan 21 17:12:10 2009 +0100 |
committer | Remy Bohmer <linux@bohmer.net> | Wed Jan 28 19:57:31 2009 +0100 |
tree | 86771cd5ccad4a419cbf65f73f3a40fbd9f533bf | |
parent | 497f184b6c2ab8c2914ba7441a42107e3afa35d0 [diff] |
USB: Add config option to call ehci_hcd_init() again after EHCI reset This patch adds the config option CONFIG_EHCI_HCD_INIT_AFTER_RESET to call ehci_hcd_init() again after ehci_reset() is executed. This is needed for the upcoming VCT EHCI support which needs to re-init the hcd part again after the EHCI CMD_RESET is executed. Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Remy Bohmer <linux@bohmer.net>