Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-18 Thread Wolfgang Denk
Dear Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d94158...@dlee01.ent.ti.com you wrote: Sorry for asking stupid questions - but which sort of conflict do you see in this text? The licensing seems to be OK with me (reference to COPYING file in the top level directory), and the

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-17 Thread Wolfgang Denk
Dear Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d93fa8...@dlee01.ent.ti.com you wrote: +/* + * da8xx.c - TI's DA8xx platform specific usb wrapper functions. + * + * Author: Ajay Kumar Gupta ajay.gu...@ti.com + * + * Based on drivers/usb/musb/davinci.c + * + * Copyright

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-17 Thread Tom
Wolfgang Denk wrote: Dear Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d93fa8...@dlee01.ent.ti.com you wrote: +/* + * da8xx.c - TI's DA8xx platform specific usb wrapper functions. + * + * Author: Ajay Kumar Gupta ajay.gu...@ti.com + * + * Based on drivers/usb/musb/davinci.c + *

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-17 Thread Paulraj, Sandeep
Dear Wolfgang, Subject: Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Wolfgang Denk wrote: Dear Sandeep, In message 0554bef07d437848af01b9c9b5f0bc5d93fa8...@dlee01.ent.ti.com you wrote: +/* + * da8xx.c - TI's DA8xx platform specific usb wrapper functions

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Paulraj, Sandeep
Ajay, We have a problem with your licensing Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com --- drivers/usb/musb/Makefile |1

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, -Original Message- From: Paulraj, Sandeep Sent: Friday, November 13, 2009 5:36 PM To: Gupta, Ajay Kumar; u-boot@lists.denx.de; Tom Cc: Subbrathnam, Swaminathan; Wolfgang Denk Subject: RE: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Ajay, We have a problem

Re: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Paulraj, Sandeep wrote: Ajay, We have a problem with your licensing Subject: [U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com --- drivers

[U-Boot] [PATCH 3/4 v2] DA8xx: Add MUSB host support

2009-11-12 Thread Ajay Kumar Gupta
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta ajay.gu...@ti.com Signed-off-by: Swaminathan S swami.i...@ti.com --- drivers/usb/musb/Makefile |1 + drivers/usb/musb/da8xx.c | 138 + drivers/usb/musb/da8xx.h | 79