From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Tue, 26 Jun 2012 10:23:50 +0800 Subject: [U-Boot] [PATCH] Atmel : usb : add EHCI driver for Atmel SoC In-Reply-To: <201206251507.44005.marex@denx.de> References: <1340265033-31321-1-git-send-email-voice.shen@atmel.com> <201206250457.05801.marex@denx.de> <4FE7D772.2030704@atmel.com> <201206251507.44005.marex@denx.de> Message-ID: <4FE91D36.3000804@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 21:07, Marek Vasut wrote: > Dear Bo Shen, > >> 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. > > I think there're some issues with the at91 maintainer. Ccing Andreas, maybe he > can actually start picking up the atmel patches? > >> 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. > > And CCing Albert so he can pick it up. But it'd be great if you also added some > user of this code, so it's not completely dead. OK, I will send out the v2 patches. Thanks > >> BRs, >> Bo Shen >> >>>>> Best regards, >>>>> Marek Vasut >>> >>> Best regards, >>> Marek Vasut > > Best regards, > Marek Vasut >