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

Simon Glass sjg at chromium.org
Fri May 13 00:17:57 CEST 2011


On Thu, May 12, 2011 at 12:43 PM, Remy Bohmer <linux at bohmer.net> wrote:

> 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.
>

Hi Remy,

Thanks for the response. The series has 7 patches in all. Do you mean that I
should split this patch (number 6) in to several patches so that there are,
say, 10 in all? I can see how to do that easily enough. When you say
'series' I wonder if you mean that you want this series split into several
series... which I am less sure about.

Regards,
Simon


>
> Kind regards,
>
> Remy
>


More information about the U-Boot mailing list