
7 Apr
2015
7 Apr
'15
8:44 p.m.
On 25 March 2015 at 12:22, Simon Glass sjg@chromium.org wrote:
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
Changes in v2: None
board/genesi/mx51_efikamx/efikamx-usb.c | 5 +- drivers/usb/host/ehci-faraday.c | 113 +++++++++++++++----------------- drivers/usb/host/ehci-hcd.c | 49 +++++++++++--- drivers/usb/host/ehci-mx5.c | 12 ++++ drivers/usb/host/ehci-tegra.c | 26 ++++---- drivers/usb/host/ehci.h | 27 +++++--- 6 files changed, 136 insertions(+), 96 deletions(-)
Applied to u-boot-dm/next.