From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Mon, 25 Jun 2012 11:13:54 +0800 Subject: [U-Boot] [PATCH] Atmel : usb : add EHCI driver for Atmel SoC In-Reply-To: <201206250457.05801.marex@denx.de> References: <1340265033-31321-1-git-send-email-voice.shen@atmel.com> <201206211217.26725.marex@denx.de> <4FE7BF7D.3040006@atmel.com> <201206250457.05801.marex@denx.de> Message-ID: <4FE7D772.2030704@atmel.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 6/25/2012 10:57, Marek Vasut wrote: > Dear Bo Shen, > >> Hi Marek, >> >> On 6/21/2012 18:17, Marek Vasut wrote: >>> Dear Bo Shen, >>> >>>> Some Atmel SoC support USB EHCI, add the EHCI driver to support it. >>>> >>>> To enable the USB EHCI, add the following configuration options into >>>> board relative configuration file and remove USB OHCI options. >>>> >>>> #define CONFIG_USB_EHCI >>>> #define CONFIG_USB_EHCI_ATMEL >>>> #define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2 >>>> >>>> Signed-off-by: Bo Shen >>>> --- [...] >>> btw do you have some user for this code? >> >> The at91sam9m10g45ek now uses OHCI, if needed, it can use EHCI. New >> coming boards will use EHCI. > > When do you see such board appearing please? The at91sam9m10g45ek board has existed in mainline. As to AT91 maintainer has no response, so I just send the EHCI driver separately. For new boards, I have submitted some patches (Please take the link as a reference: http://patchwork.ozlabs.org/patch/160581/), but AT91 maintainer has no response and also, not others response. BRs, Bo Shen > >>> Best regards, >>> Marek Vasut > > Best regards, > Marek Vasut