From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 14 Nov 2015 02:15:23 +0100 Subject: [U-Boot] [PATCH] usb: add support for generic EHCI devices In-Reply-To: <1447438242-31863-1-git-send-email-abrodkin@synopsys.com> References: <1447438242-31863-1-git-send-email-abrodkin@synopsys.com> Message-ID: <201511140215.24034.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Stephen Warren > Cc: Simon Glass > Cc: Marek Vasut Reviewed-by: Marek Vasut > --- > 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