]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
usb:gadget:s5p USB Device Controller (UDC) implementation
authorLukasz Majewski <l.majewski@samsung.com>
Thu, 27 Oct 2011 08:36:46 +0000 (10:36 +0200)
committerRemy Bohmer <linux@bohmer.net>
Sun, 11 Dec 2011 13:44:40 +0000 (14:44 +0100)
commit38517a7821d531aabe8e14a3806a7913b14a57b2
tree405bc0d8c0bf84206d94e4a51776347d5cbb7010
parent5f4b4f2fed3ab8590c8c06b78642f8c1467acacf
usb:gadget:s5p USB Device Controller (UDC) implementation

This commit provides UDC driver support for Samsung's SoC
family of processors.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Minkyu Kang <mk7.kang@samsung.com>
Cc: Remy Bohmer <linux@bohmer.net>
drivers/usb/gadget/Makefile
drivers/usb/gadget/regs-otg.h [new file with mode: 0644]
drivers/usb/gadget/s3c_udc_otg.c [new file with mode: 0644]
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c [new file with mode: 0644]
include/usb/lin_gadget_compat.h [new file with mode: 0644]
include/usb/s3c_udc.h [new file with mode: 0644]