Re: [U-Boot] [PATCH 2/3] board: ti: OMAP5: added USB initializtion code

2015-08-20 Thread Tom Rini
On Wed, Aug 19, 2015 at 02:13:20PM +0530, Kishon Vijay Abraham I wrote: > Implemented board_usb_init(), board_usb_cleanup() and > usb_gadget_handle_interrupts() in omap5 board file that > can be invoked by various gadget drivers. > > Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Tom Rini

[U-Boot] [PATCH 2/3] board: ti: OMAP5: added USB initializtion code

2015-08-19 Thread Kishon Vijay Abraham I
Implemented board_usb_init(), board_usb_cleanup() and usb_gadget_handle_interrupts() in omap5 board file that can be invoked by various gadget drivers. Signed-off-by: Kishon Vijay Abraham I --- arch/arm/include/asm/arch-omap5/omap.h |6 +++ board/ti/omap5_uevm/evm.c | 75 +