
Dear Rajeshwari Shinde,
Adding fdt support to ehci-exynos in order to parse register base addresses from the device node.
Signed-off-by: Vivek Gautam gautam.vivek@samsung.com
[...]
$ ./tools/checkpatch.pl [PATCH\ 1_3]\ EHCI_Exynos_Add\ fdt\ support.mbox WARNING: line over 80 characters #136: FILE: drivers/usb/host/ehci-exynos.c:108: + usb = (struct exynos_usb_phy *)fdtdec_get_addr(gd->fdt_blob, node, "phyreg");
WARNING: line over 80 characters #177: FILE: drivers/usb/host/ehci-exynos.c:155: + usb = (struct exynos_usb_phy *)fdtdec_get_addr(gd->fdt_blob, node, "phyreg");
total: 0 errors, 2 warnings, 85 lines checked
NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX MULTISTATEMENT_MACRO_USE_DO_WHILE
/tmp/[PATCH 1_3] EHCI_Exynos_Add fdt support.mbox has style problems, please review.
If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.
Best regards, Marek Vasut