]> git.karo-electronics.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)
committerLukasz Majewski <l.majewski@samsung.com>
Mon, 8 Jun 2015 13:25:50 +0000 (15:25 +0200)
commit302a7d0006da530ffbb771677ea71d61b0f1cb7e
treee1ef5fe05cc323e071568ec604a3a0c4fe02edf1
parenta272c99d30000e5daadcf20a22df27f98ac215dd
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