]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
smdk5420: board: add functions required to enable USB DWC3
authorJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 22 May 2015 16:14:24 +0000 (18:14 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:24 +0000 (00:42 +0200)
commite552fb4eeba317fa34d16c735dda95b4e9ae8366
tree5c7c6fbb6519fb48ddedb889eb981a10cd1cacf5
parent856ef7a02e605ebaf4f8b1334b6a4becd255453c
smdk5420: board: add functions required to enable USB DWC3

This commit adds implementation of function calls:
- usb_gadget_handle_interrupts()
- board_usb_init()

Which allow enable USB DWC3 gadget for this board.

Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Inha Song <ideal.song@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
board/samsung/common/board.c
board/samsung/smdk5420/smdk5420.c