[U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread 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

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Marek Vasut
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

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Andreas Bießmann
Dear Marek Vasut, On 28.06.2012 12:51, 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

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Marek Vasut
Dear Andreas Bießmann, Dear Marek Vasut, On 28.06.2012 12:51, 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

Re: [U-Boot] [RESEND Patch v3] Atmel : usb : add EHCI driver for Atmel SoC

2012-06-28 Thread Andreas Bießmann
Dear Bo Shen, On 28.06.2012 09:58, Bo Shen wrote: 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