[U-Boot] [PATCH v2 6/7] Tegra2: Add USB support

Remy Bohmer linux at bohmer.net
Thu May 12 21:43:57 CEST 2011


Hi,

2011/5/5 Simon Glass <sjg at chromium.org>:
> This adds basic USB support for port 0. The other port is not supported by this CL.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>  arch/arm/include/asm/arch-tegra2/tegra2.h |    2 +
>  arch/arm/include/asm/arch-tegra2/usb.h    |  217 ++++++++++++++++++++
>  board/nvidia/common/Makefile              |   53 +++++
>  board/nvidia/common/board.c               |    5 +
>  board/nvidia/common/usb.c                 |  313 +++++++++++++++++++++++++++++
>  drivers/usb/host/Makefile                 |    1 +
>  drivers/usb/host/ehci-hcd.c               |   39 ++++
>  drivers/usb/host/ehci-tegra.c             |   73 +++++++
>  drivers/usb/host/ehci.h                   |    6 +-
>  include/configs/harmony.h                 |    7 +
>  include/configs/seaboard.h                |   10 +
>  include/configs/tegra2-common.h           |   30 +++

This patch touches a lot of files in different subsystems.
Please split it up. For example start with a patch series modifying
the generic USB code in drivers/usb, followed by a series that
modifies board files.

Kind regards,

Remy


More information about the U-Boot mailing list