[U-Boot] [PATCH v2 39/80] dm: usb: Drop the EHCI weak functions
Simon Glass
sjg at chromium.org
Tue Apr 7 20:44:44 CEST 2015
On 25 March 2015 at 12:22, Simon Glass <sjg at 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 at 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.
More information about the U-Boot
mailing list