[U-Boot] [RFC PATCH V2 2/2] Add Freescale ehci USB support

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Thu Nov 27 13:43:15 CET 2008


On 13:35 Thu 27 Nov     , Michael Trimarchi wrote:
> Add Freescale ehci USB support
> 
> Signed-off-by: Michael Trimarchi <trimarchi at gandalf.sssup.it>
> 
> ---
>  drivers/usb/Makefile       |    2 +
>  drivers/usb/usb_ehci_fsl.c |   99 ++++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/usb_ehci_fsl.h |   82 ++++++++++++++++++++++++++++++++++++
>  3 files changed, 183 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/usb/usb_ehci_fsl.c
>  create mode 100644 drivers/usb/usb_ehci_fsl.h
> 
> diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
> index 856f51a..6ba154b 100644
> --- a/drivers/usb/Makefile
> +++ b/drivers/usb/Makefile
> @@ -28,11 +28,13 @@ LIB	:= $(obj)libusb.a
>  # core
>  COBJS-y += usbdcore.o
>  COBJS-$(CONFIG_USB_OHCI_NEW) += usb_ohci.o
> +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o
please add this in the precedent patch when you the file

please fix also the precedent comment which still apply

Best Regards,
J.


More information about the U-Boot mailing list