[COMMON] usb: otg/functions: add otg and fucntion driver
authorKisang Lee <kisang80.lee@samsung.com>
Thu, 17 May 2018 11:47:04 +0000 (20:47 +0900)
committerKisang Lee <kisang80.lee@samsung.com>
Thu, 17 May 2018 12:22:41 +0000 (21:22 +0900)
commitcd79304d63d11ebac3c564e1bcea54911cefd1d6
tree7fa8580bc67f041a5ab8e4f9295e45430a2056cd
parent6495a964be8644fa4277b27542cd3659b5c9ad2f
[COMMON] usb: otg/functions: add otg and fucntion driver

Change-Id: I4f7a54858b8a9ea8483a21bc4953248dcddd543e
Signed-off-by: Kisang Lee <kisang80.lee@samsung.com>
12 files changed:
drivers/usb/dwc3/otg.c [new file with mode: 0644]
drivers/usb/dwc3/otg.h [new file with mode: 0644]
drivers/usb/gadget/function/f_adb.c [new file with mode: 0644]
drivers/usb/gadget/function/f_dm.c [new file with mode: 0644]
drivers/usb/gadget/function/f_mtp.c [new file with mode: 0644]
drivers/usb/gadget/function/f_mtp.h [new file with mode: 0644]
drivers/usb/gadget/function/f_ptp.c [new file with mode: 0644]
drivers/usb/gadget/function/f_uts.c [new file with mode: 0644]
include/linux/f_mtp.h [new file with mode: 0644]
include/linux/usb/f_mtp.h [new file with mode: 0644]
include/linux/usb/otg-fsm.h
include/uapi/linux/usb/f_mtp.h [new file with mode: 0644]