[U-Boot] [PATCH v3 1/2] usb: ehci: exynos: Fix multiple FDT decode
Simon Glass
sjg at chromium.org
Wed Mar 6 07:11:04 CET 2013
Hi,
On Tue, Mar 5, 2013 at 9:54 PM, Vivek Gautam <gautam.vivek at samsung.com> 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 needed.
>
> Signed-off-by: Vivek Gautam <gautam.vivek at samsung.com>
Please can you add a list of changes in each revision? You could try
using patman if you like (tools/patman).
> ---
> drivers/usb/host/ehci-exynos.c | 43 +++++++++++++---------------------------
> 1 files changed, 14 insertions(+), 29 deletions(-)
>
Regards,
Simon
More information about the U-Boot
mailing list