Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-16 Thread Nick Thompson
On 13/11/09 16:47, Gupta, Ajay Kumar wrote: > Hi, >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- > > > >> --- a/include/usb.h >> +++ b/include/usb.h >> @@ -183,7 +183,8 @@ struct usb_device { >> #if defined(CONFIG_US

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Gupta, Ajay Kumar wrote: > Hi, >> Hi, >>> Tested USB host functionality on DA830 EVM. >>> >>> Signed-off-by: Ajay Kumar Gupta >>> Signed-off-by: Swaminathan S >>> --- >> >> >>> --- a/include/usb.h >>> +++ b/include/usb.h >>> @@ -183,7 +183,8 @@ struct usb_device { >>> #if defined(CONFIG_USB_UHC

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, > Hi, >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- > > > >> --- a/include/usb.h >> +++ b/include/usb.h >> @@ -183,7 +183,8 @@ struct usb_device { >> #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ >

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Tom
Gupta, Ajay Kumar wrote: > Hi, >> Tested USB host functionality on DA830 EVM. >> >> Signed-off-by: Ajay Kumar Gupta >> Signed-off-by: Swaminathan S >> --- > > > >> --- a/include/usb.h >> +++ b/include/usb.h >> @@ -183,7 +183,8 @@ struct usb_device { >> #if defined(CONFIG_USB_UHCI) || defined(

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Gupta, Ajay Kumar
Hi, > Tested USB host functionality on DA830 EVM. > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Swaminathan S > --- > --- a/include/usb.h > +++ b/include/usb.h > @@ -183,7 +183,8 @@ struct usb_device { > #if defined(CONFIG_USB_UHCI) || defined(CONFIG_USB_OHCI) || \ > defined(CONF

Re: [U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Nick Thompson
On 13/11/09 13:05, Ajay Kumar Gupta wrote: > Tested USB host functionality on DA830 EVM. > > Signed-off-by: Ajay Kumar Gupta > Signed-off-by: Swaminathan S > --- > Patch has updated licensing header.Other patch in series has no update > so not reposting them untill I get any rework comment. > >

[U-Boot] [PATCH v3] DA8xx: Add MUSB host support

2009-11-13 Thread Ajay Kumar Gupta
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta Signed-off-by: Swaminathan S --- Patch has updated licensing header.Other patch in series has no update so not reposting them untill I get any rework comment. drivers/usb/musb/Makefile |1 + drivers/usb/musb/da8xx.