Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-09-02 Thread Mike Frysinger
On Wednesday 02 September 2009 06:43:45 Remy Bohmer wrote: > Hello Mike, > > ping ... should still apply (or at least git-am should be able to handle > > it) > > Well, this comment at least gave me the impression that you would > update your patch... > > > i didnt add that, but adding packed would

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-09-02 Thread Remy Bohmer
Hello Mike, > ping ... should still apply (or at least git-am should be able to handle it) Well, this comment at least gave me the impression that you would update your patch... > i didnt add that, but adding packed would probably make sense > -mike Remy 2009/6/21 Mike Frysinger : > On Sunday 2

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-09-02 Thread Mike Frysinger
ping ... should still apply (or at least git-am should be able to handle it) -mike signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-06-21 Thread Mike Frysinger
On Sunday 21 June 2009 15:54:13 Remy Bohmer wrote: > Hello Mike, > > I got a remark about this patch: > > 2009/6/16 Mike Frysinger : > > From: Bryan Wu > > > > Signed-off-by: Bryan Wu > > Signed-off-by: Mike Frysinger > > --- > > drivers/usb/musb/Makefile |1 + > > drivers

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-06-21 Thread Remy Bohmer
Hello Mike, I got a remark about this patch: 2009/6/16 Mike Frysinger : > From: Bryan Wu > > Signed-off-by: Bryan Wu > Signed-off-by: Mike Frysinger > --- >  drivers/usb/musb/Makefile                   |    1 + >  drivers/usb/musb/blackfin_usb.c             |  152 +++ >  drivers/us

[U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-06-16 Thread Mike Frysinger
From: Bryan Wu Signed-off-by: Bryan Wu Signed-off-by: Mike Frysinger --- drivers/usb/musb/Makefile |1 + drivers/usb/musb/blackfin_usb.c | 152 +++ drivers/usb/musb/blackfin_usb.h | 27 +++ drivers/usb/musb/musb_core.h