[U-Boot] [PATCH] usb: add support for generic EHCI devices
Marek Vasut
marex at denx.de
Sat Nov 14 02:15:23 CET 2015
On Friday, November 13, 2015 at 07:10:42 PM, Alexey Brodkin wrote:
> Similarly to Linux kernel it's nice to have generic driver for
> EHCI-compatible host controllers.
>
> This implementation is very minimalistic and doesn't have any
> platform-specific glue code nor phy-related operations.
>
> For example this allows usage of USB-storage devices with
> Synopsys DesignWare AXS10x boards.
>
> Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> Cc: Stephen Warren <swarren at nvidia.com>
> Cc: Simon Glass <sjg at chromium.org>
> Cc: Marek Vasut <marex at denx.de>
Reviewed-by: Marek Vasut <marex at denx.de>
> ---
> drivers/usb/host/Kconfig | 7 +++++
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/ehci-generic.c | 57
> +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 65
> insertions(+)
> create mode 100644 drivers/usb/host/ehci-generic.c
I'd like to get review from Simon too on the DM part, but from my side, it's OK.
Best regards,
Marek Vasut
More information about the U-Boot
mailing list