Re: [U-Boot] [PATCH 3/5] mx5: add generic USB EHCI support for mx51 and mx53

2011-11-14 Thread Wolfgang Grandegger
On 11/11/2011 03:22 PM, Fabio Estevam wrote: > Hi Wolfgang, > > On Fri, Nov 11, 2011 at 11:03 AM, Wolfgang Grandegger wrote: >> It's derived from ehci-mxc and uses the header files of the >> ehci-fsl interface. The callback board_ehci_hcd_init() has >> been introduced to allow for board-specific

Re: [U-Boot] [PATCH 3/5] mx5: add generic USB EHCI support for mx51 and mx53

2011-11-11 Thread Fabio Estevam
Hi Wolfgang, On Fri, Nov 11, 2011 at 11:03 AM, Wolfgang Grandegger wrote: > It's derived from ehci-mxc and uses the header files of the > ehci-fsl interface. The callback board_ehci_hcd_init() has > been introduced to allow for board-specific setup when USB > is started. > > Signed-off-by: Wolfga

[U-Boot] [PATCH 3/5] mx5: add generic USB EHCI support for mx51 and mx53

2011-11-11 Thread Wolfgang Grandegger
It's derived from ehci-mxc and uses the header files of the ehci-fsl interface. The callback board_ehci_hcd_init() has been introduced to allow for board-specific setup when USB is started. Signed-off-by: Wolfgang Grandegger CC: Stefano Babic CC: Remy Bohmer --- drivers/usb/host/Makefile |