On 24 January 2016 at 13:52, Mateusz Kulikowski <[email protected]> wrote: > Some host controllers need addidional initialization after ehci_reset() > In non-dm implementation it is possible to use > CONFIG_EHCI_HCD_INIT_AFTER_RESET. > This patch adds similar option to ehci drivers using dm. > > Signed-off-by: Mateusz Kulikowski <[email protected]> > Acked-by: Marek Vasut <[email protected]> > Reviewed-by: Tom Rini <[email protected]> > Reviewed-by: Simon Glass <[email protected]> > --- > > Changes in v2: > - Add Reviewed-by (sjg) > > Changes in v1: > - No changes, just added Acked-by, Reviewed-by > > drivers/usb/host/ehci-hcd.c | 6 ++++++ > drivers/usb/host/ehci.h | 1 + > 2 files changed, 7 insertions(+)
Tested-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

