Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Vivek Gautam
Hi Minkyu, On Tue, Feb 12, 2013 at 1:54 PM, Minkyu Kang wrote: > Dear Vivek, > > On 11/01/13 18:24, Vivek Gautam wrote: >> Enabling the non-dt path for the driver so that >> we don't get any build errors for non-dt configuration. >> >> Signed-off-by: Vivek Gautam >> --- >> >> Earlier we had mov

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-02-12 Thread Minkyu Kang
Dear Vivek, On 11/01/13 18:24, Vivek Gautam wrote: > Enabling the non-dt path for the driver so that > we don't get any build errors for non-dt configuration. > > Signed-off-by: Vivek Gautam > --- > > Earlier we had moved to fdt support for ehci-exynos driver, but > missed out the non-dt path.

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-01-11 Thread Simon Glass
Hi Vivek, On Fri, Jan 11, 2013 at 1:24 AM, Vivek Gautam wrote: > Enabling the non-dt path for the driver so that > we don't get any build errors for non-dt configuration. > > Signed-off-by: Vivek Gautam Acked-by: Simon Glass But this has thrown up the issue that the FDT decode is done each ti

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-01-11 Thread Vivek Gautam
Hi Marek, CCing Simon Glass, Minkyu Kang. On Fri, Jan 11, 2013 at 3:02 PM, Marek Vasut wrote: > Dear Vivek Gautam, > >> Enabling the non-dt path for the driver so that >> we don't get any build errors for non-dt configuration. >> >> Signed-off-by: Vivek Gautam > > Apply on the -samsung please

Re: [U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-01-11 Thread Marek Vasut
Dear Vivek Gautam, > Enabling the non-dt path for the driver so that > we don't get any build errors for non-dt configuration. > > Signed-off-by: Vivek Gautam Apply on the -samsung please Best regards, Marek Vasut ___ U-Boot mailing list U-Boot@lists

[U-Boot] [PATCH] usb: ehci: exynos: Enable non-dt path

2013-01-11 Thread Vivek Gautam
Enabling the non-dt path for the driver so that we don't get any build errors for non-dt configuration. Signed-off-by: Vivek Gautam --- Earlier we had moved to fdt support for ehci-exynos driver, but missed out the non-dt path. Although this driver serves for exysno5 onward only but better to ke