From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 30 Nov 2015 17:52:14 +0000 Subject: [U-Boot] [PATCH v3] usb: add support for generic EHCI devices In-Reply-To: <1448905665-24748-1-git-send-email-abrodkin@synopsys.com> References: <1448905665-24748-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1448905934.2903.15.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On Mon, 2015-11-30 at 20:47 +0300, Alexey Brodkin wrote: > From: Alexey Brodkin > > 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 v2: > * Driver is disabled by default now > * Use uintptr_t instead of uint32_t for "struct ehci_hcor" > address calculation > > Changes compared to v1: > * Updated commit message with removal of Synopsys board mention > * Cleaned-up ehci_usb_remove() git doesn't Cc people from "Reviewed-by" tags, so adding you and Simon here. Sorry for that noise. -Alexey