
On 08/01/13 18:35, Vivek Gautam wrote:
From: Rajeshwari Shinde rajeshwari.s@samsung.com
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 Signed-off-by: Rajeshwari Shinde rajeshwari.s@samsung.com
Changes in v4:
- Rebased on top of u-boot-samsung/master.
Changes in v3: - Using macros for error no. - Using a common function exynos_usb_parse_dt() to parse all DT related data. - Using a global structure "exynos_ehci" to store register base addresses and thereby using it.
Changes in v2: - Removed checkpatch errors.
drivers/usb/host/ehci-exynos.c | 92 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 85 insertions(+), 7 deletions(-)
applied to u-boot-samsung.
Thanks, Minkyu Kang.