Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-09-24 Thread Remy Bohmer
Hi, > Hmm.. Anyway I have to resend the cam_enc_4xx board port, as now the new > SPL Framework is in mainline, and my post used the old one. Also > I added in the meantime USB support for it, for which I needed this patch. > But actually I am wating for a new HW, so I can't test it ... and then >

Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-09-15 Thread Heiko Schocher
Hello Albert, Albert ARIBAUD wrote: > Hi all, > > Le 09/08/2011 07:05, Heiko Schocher a écrit : >> Hello Remy, >> >> Remy Bohmer wrote: >>> Hi, >>> >>> 2011/8/2 Heiko Schocher: Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control register. Signed-off-by: Heiko Schocher

Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-09-15 Thread Albert ARIBAUD
Hi all, Le 09/08/2011 07:05, Heiko Schocher a écrit : > Hello Remy, > > Remy Bohmer wrote: >> Hi, >> >> 2011/8/2 Heiko Schocher: >>> Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control >>> register. >>> Signed-off-by: Heiko Schocher >>> cc: Sandeep Paulraj >>> cc: Remy Bohmer >>> --- >>>

Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-08-08 Thread Heiko Schocher
Hello Remy, Remy Bohmer wrote: > Hi, > > 2011/8/2 Heiko Schocher : >> Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control >> register. >> Signed-off-by: Heiko Schocher >> cc: Sandeep Paulraj >> cc: Remy Bohmer >> --- >> drivers/usb/musb/davinci.c |6 +- >> 1 files changed, 5 i

Re: [U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-08-08 Thread Remy Bohmer
Hi, 2011/8/2 Heiko Schocher : > Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control > register. > Signed-off-by: Heiko Schocher > cc: Sandeep Paulraj > cc: Remy Bohmer > --- >  drivers/usb/musb/davinci.c |    6 +- >  1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/

[U-Boot] [PATCH] arm, usb, davinci: make USBPHY_CTL register configurable

2011-08-01 Thread Heiko Schocher
Define CONFIG_DV_USBPHY_CTL for setting the USB PHY control register. Signed-off-by: Heiko Schocher cc: Sandeep Paulraj cc: Remy Bohmer --- drivers/usb/musb/davinci.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/dav