From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 25 Jun 2012 04:57:05 +0200 Subject: [U-Boot] [PATCH] Atmel : usb : add EHCI driver for Atmel SoC In-Reply-To: <4FE7BF7D.3040006@atmel.com> References: <1340265033-31321-1-git-send-email-voice.shen@atmel.com> <201206211217.26725.marex@denx.de> <4FE7BF7D.3040006@atmel.com> Message-ID: <201206250457.05801.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 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 > >> --- [...] > > OK, I will fix it at next version patch. > Thank you! > >> + > >> + return 0; > >> +} > > > > 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? > > Best regards, > > Marek Vasut Best regards, Marek Vasut