[U-Boot] [PATCH 07/60] usb: tegra: move header file to driver directory

Simon Glass sjg at chromium.org
Wed Apr 20 21:25:59 CEST 2016


On 19 April 2016 at 14:58, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> Tegra's usb.h only contains private definitions for use inside the Tegra
> EHCI driver. Move it out of the global include directory since nothing
> should need to access them.
>
> One access to these registers does exist; a boot-time cleanup of any
> previous USB device-mode session. Hopefully this can be moved into the
> EHCI controller probe/bind at some point, presuming that USB devices get
> probed/bound at boot even before USB is used.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
>  arch/arm/mach-tegra/board2.c                                        | 2 +-
>  .../asm/arch-tegra/usb.h => drivers/usb/host/ehci-tegra-priv.h      | 6 +++---
>  drivers/usb/host/ehci-tegra.c                                       | 4 ++--
>  3 files changed, 6 insertions(+), 6 deletions(-)
>  rename arch/arm/include/asm/arch-tegra/usb.h => drivers/usb/host/ehci-tegra-priv.h (99%)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list