Re: [U-Boot] [RFC USB PATCH 1/3 V3] Prepare USB layer for ehci support

2008-12-10 Thread michael
Hi, Remy Bohmer wrote: > Hello Michael, > > I already have those patches (V2) in the u-boot-usb tree, next branch. > Can you please rebase these patches on top of that tree, or at least > describe what you changed? > > Kind Regards, > > Remy > I'll prepare another patch with various fixes. I wil

Re: [U-Boot] [RFC USB PATCH 1/3 V3] Prepare USB layer for ehci support

2008-12-10 Thread Remy Bohmer
Hello Michael, I already have those patches (V2) in the u-boot-usb tree, next branch. Can you please rebase these patches on top of that tree, or at least describe what you changed? Kind Regards, Remy 2008/12/10 Michael Trimarchi <[EMAIL PROTECTED]>: > Prepare USB layer for support ehci > > Si

[U-Boot] [RFC USB PATCH 1/3 V3] Prepare USB layer for ehci support

2008-12-10 Thread Michael Trimarchi
Prepare USB layer for support ehci Signed-off-by: Michael Trimarchi <[EMAIL PROTECTED]> --- common/cmd_usb.c |2 +- common/usb.c |2 +- include/usb.h | 19 +++ include/usb_defs.h | 10 ++ 4 files changed, 23 insertions(+), 10 deletions(-) diff --