]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB: Add config option to call ehci_hcd_init() again after EHCI reset
authorStefan Roese <sr@denx.de>
Wed, 21 Jan 2009 16:12:10 +0000 (17:12 +0100)
committerRemy Bohmer <linux@bohmer.net>
Wed, 28 Jan 2009 18:57:31 +0000 (19:57 +0100)
commit832e61418eedfea172bd2fdfd0ea0d199cc70a9d
tree86771cd5ccad4a419cbf65f73f3a40fbd9f533bf
parent597eb28bd9691266b7b804364cda577cdb51d106
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>
drivers/usb/usb_ehci_core.c