[U-Boot] [PATCH v2 07/18] usb: Rename ehci-fsl.h to ehci-ci.h

Simon Glass sjg at chromium.org
Sun Jan 31 16:16:23 CET 2016


On 24 January 2016 at 13:52, Mateusz Kulikowski
<mateusz.kulikowski at gmail.com> wrote:
> Most of ehci-fsl header describe USB controller
> designed by Chipidea and used by various SoC vendors.
>
> This patch renames it to a generic header: ehci-ci.h
> Contents of file are not changed (so it contains several
> references to freescale SoCs).
>
> Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski at gmail.com>
> Acked-by: Marek Vasut <marex at denx.de>
> ---
>
> Changes in v2:
> - Add acked-by
>
> Changes in v1: None
>
>  drivers/usb/host/ehci-fsl.c           | 2 +-
>  drivers/usb/host/ehci-mpc512x.c       | 2 +-
>  drivers/usb/host/ehci-mx5.c           | 2 +-
>  drivers/usb/host/ehci-mx6.c           | 2 +-
>  drivers/usb/host/ehci-mxc.c           | 2 +-
>  drivers/usb/host/ehci-vf.c            | 2 +-
>  drivers/usb/host/ehci-zynq.c          | 2 +-
>  include/usb/{ehci-fsl.h => ehci-ci.h} | 6 +++---
>  8 files changed, 10 insertions(+), 10 deletions(-)
>  rename include/usb/{ehci-fsl.h => ehci-ci.h} (99%)

Tested on Dragonboard 410c
Tested-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list