]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
dm: usb: Drop the EHCI weak functions
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:27 +0000 (12:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:55 +0000 (21:47 +0200)
commit3f5880508f66e33dcedcd12394f15fc933aaadec
treef9be43d70dc0cbe5aaf8a35161c375813ff81247
parentafe966ab219f2dd8f723d7956455d0119d5e2e99
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>
board/genesi/mx51_efikamx/efikamx-usb.c
drivers/usb/host/ehci-faraday.c
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-mx5.c
drivers/usb/host/ehci-tegra.c
drivers/usb/host/ehci.h