From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 20 Nov 2015 21:47:17 +0100 Subject: [U-Boot] [PATCH v2] usb: add support for generic EHCI devices In-Reply-To: References: <1447860381-2645-1-git-send-email-abrodkin@synopsys.com> Message-ID: <201511202147.17875.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 20, 2015 at 09:38:39 PM, Simon Glass wrote: > On 18 November 2015 at 08:26, Alexey Brodkin > > wrote: > > This driver is meant to be used with any EHCI-compatible host > > controller in case if there's no need for platform-specific > > glue such as setup of controller or PHY's power mode via > > GPIOs etc. > > > > Signed-off-by: Alexey Brodkin > > Reviewed-by: Simon Glass > > Reviewed-by: Marek Vasut > > Cc: Stephen Warren > > --- > > > > Changes compared to v1: > > * Updated commit message with removal of Synopsys board mention > > * Cleaned-up ehci_usb_remove() > > > > drivers/usb/host/Kconfig | 7 ++++++ > > drivers/usb/host/Makefile | 1 + > > drivers/usb/host/ehci-generic.c | 51 > > +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 59 > > insertions(+) > > create mode 100644 drivers/usb/host/ehci-generic.c > > Reviewed-by: Simon Glass > > Marek do you want to pick this up? I have some comments. Best regards, Marek Vasut