commit | dc9f3ed2148b6548f37261e34613ad3100c9f5ba | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:27 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:24 2015 -0600 |
tree | 910919cd533a774a43bb0263eef5b9f3f6880710 | |
parent | ccc40fdd93b41340a6ceab3e6c3e1e00aa28d440 [diff] |
dm: usb: Drop the EHCI weak functions These are a pain with driver model because we might have different EHCI drivers which want to implement them differently. Now that they use consistent function signatures, we can in good conscience move them to a struct. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de> Fix non-driver-model EHCI to set up the EHCI operations correctly: Signed-off-by: Tom Rini <trini@konsulko.com>