
Based on 'master' branch of u-boot-samsung.
V3 for patch-series "[PATCH v2 0/2] usb: ehci: exynos: Enable non-dt path". Changing the series title to "usb: ehci: exynos: Fixes for non-fdt systems" to avoid confision with the patch included.
Changes from v2: - Using hcd as "struct ehci_hccr *" rather than "unsigned int" to avoid unnecessary typecasting later in the code. - Further using local variable of type "fdt_addr_t" in exynos_usb_parse_dt() and modifying the code as required.
Changes from v1: - Added patch to fix problem of multiple FDT decode. - Addressing warnings when compiling non-dt way.
Vivek Gautam (2): usb: ehci: exynos: Fix multiple FDT decode usb: ehci: exynos: Enable non-dt path
drivers/usb/host/ehci-exynos.c | 50 ++++++++++++++++----------------------- 1 files changed, 21 insertions(+), 29 deletions(-)