Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread John Rigby
On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c new file mode 100644 index 000..19cd286 --- /dev/null +++ b/drivers/usb/host/ehci-omap4.c @@ -0,0 +1,268 @@ +/* + *

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread Gilles Chanteperdrix
On 05/18/2011 09:50 PM, John Rigby wrote: On Mon, May 9, 2011 at 3:04 PM, Gilles Chanteperdrix gilles.chanteperd...@xenomai.org wrote: diff --git a/drivers/usb/host/ehci-omap4.c b/drivers/usb/host/ehci-omap4.c new file mode 100644 index 000..19cd286 --- /dev/null +++

Re: [U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-18 Thread Wolfgang Denk
Dear Gilles Chanteperdrix, In message 1304975091-21848-2-git-send-email-gilles.chanteperd...@xenomai.org you wrote: As board may need some specific support, implement inner functions to be called by the boards implementaions of ehci_hcd_start, ehci_hcd_stop. Signed-off-by: Gilles

[U-Boot] [PATCH 2/3] omap4: add support for EHCI

2011-05-09 Thread Gilles Chanteperdrix
As board may need some specific support, implement inner functions to be called by the boards implementaions of ehci_hcd_start, ehci_hcd_stop. Signed-off-by: Gilles Chanteperdrix gilles.chanteperd...@xenomai.org --- arch/arm/include/asm/arch-omap4/ehci.h |8 + drivers/usb/host/Makefile