Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread michael
Hi, Remy Bohmer wrote: > Hello All, > > 2008/11/25 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: > >>> +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o >>> +COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o >>> >> I've send a patch to move condition compile to Makefile >> please base you

Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Remy Bohmer
Hello All, 2008/11/25 Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]>: >> +COBJS-$(CONFIG_USB_EHCI) += usb_ehci_core.o >> +COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o > I've send a patch to move condition compile to Makefile > please base your after this one That is correct. I have put th

Re: [U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:40 Tue 25 Nov , Michael Trimarchi wrote: > Add ehci core support > > Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> > > --- > common/cmd_usb.c|3 +- > common/usb.c|2 +- > drivers/usb/Makefile|2 + > drivers/usb/usb_ehci.h | 1

[U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Michael Trimarchi
Add ehci core support Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> --- common/cmd_usb.c|3 +- common/usb.c|2 +- drivers/usb/Makefile|2 + drivers/usb/usb_ehci.h | 120 drivers/usb/usb_ehci_core.c | 635 +

[U-Boot] [RFC PATCH 0/1] Add ehci core

2008-11-25 Thread Michael Trimarchi
Add ehci core functionality --- common/cmd_usb.c|3 +- drivers/usb/usb_ehci.h | 120 drivers/usb/usb_ehci_core.c | 633 +++ drivers/usb/usb_ehci_core.h | 29 ++ include/usb.h | 15 +- include/usb_defs.h