]> git.baikalelectronics.ru Git - kernel.git/commit
USB Gadget driver for Samsung s3c2410 ARM SoC
authorArnaud Patard <arnaud.patard@rtp-net.org>
Thu, 7 Jun 2007 04:05:49 +0000 (21:05 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 12 Jul 2007 23:34:30 +0000 (16:34 -0700)
commit9ade8ff3e2626a7d497d0b161a5e10befec75454
tree1c6d47aa4f4b43836513ede0976d47c6bd13f0de
parentbb6cf1b15d9bd01f5b9a2f55adfae1b85b5a51ec
USB Gadget driver for Samsung s3c2410 ARM SoC

This patch adds the support for the Usb Device Controller on Samsung
S3C24xx SoCs.  This driver passes all tests from testusb (including #13)
and has been tested on S3C2410, S3C24212, and S3C2440 SoCs.

Whitespace updates, minor cleanups by David

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Cc: Herbert Pƶtzl <herbert@13thfloor.at>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/Kconfig
drivers/usb/gadget/Makefile
drivers/usb/gadget/s3c2410_udc.c [new file with mode: 0644]
drivers/usb/gadget/s3c2410_udc.h [new file with mode: 0644]