Home
last modified time | relevance | path

Searched hist:"8 d2f0039f00f6a07298545ec2b913ef9f5f5ce25" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/include/configs/
H A Dti_omap5_common.h8d2f0039f00f6a07298545ec2b913ef9f5f5ce25 Fri Jun 12 17:57:00 UTC 2015 Paul Kocialkowski <contact@paulk.fr> usb: board_usb_init and board_usb_cleanup calls in the fastboot command

Each USB download function command calls board_usb_init before registering the
USB gadget and board_usb_cleanup after de-registering it. On devices currently
using fasboot, musb-new is usually initialized earlier, but some other boards
might need the board_usb_init call to properly initialize musb-new.

This requires adding an argument (the USB controller index) to the fastboot
command, as it is currently done with other USB download gadget functions.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>

Test HW: Odroid_XU3 (Exynos5422), trats (Exynos4210)