Home
last modified time | relevance | path

Searched hist:"24 a4775f91b188e7a1e19dff4b0063bd8fc900c8" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-exynos.c24a4775f91b188e7a1e19dff4b0063bd8fc900c8 Wed Mar 06 08:48:32 UTC 2013 Vivek Gautam <gautam.vivek@samsung.com> usb: ehci: exynos: Fix multiple FDT decode

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@samsung.com>