Re: [U-Boot] [PATCH v3 1/2] usb: ehci: exynos: Fix multiple FDT decode

2013-03-05 Thread Simon Glass
Hi Vivek, On Tue, Mar 5, 2013 at 9:54 PM, Vivek Gautam wrote: > With current FDT support driver tries to parse device node > twice in ehci_hcd_init() and ehci_hcd_stop(), which shouldn't > happen ideally. > Making provision to store data in a global structure and thereby > passing its pointer whe

Re: [U-Boot] [PATCH v3 1/2] usb: ehci: exynos: Fix multiple FDT decode

2013-03-05 Thread Simon Glass
Hi, On Tue, Mar 5, 2013 at 9:54 PM, Vivek Gautam wrote: > With current FDT support driver tries to parse device node > twice in ehci_hcd_init() and ehci_hcd_stop(), which shouldn't > happen ideally. > Making provision to store data in a global structure and thereby > passing its pointer when need