aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/s3c-hsudc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-18s3c-hsudc: implement vbus_draw hookHeiko Stübner1-0/+14
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-3/+3
2011-08-22s3c-hsudc: Add basic otg transceiver handlingHeiko Stübner1-0/+23
2011-08-22s3c-hsudc: Fix possible nullpointer dereference during probeHeiko Stübner1-13/+13
2011-07-01usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior1-0/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+12
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior1-2/+4
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu1-0/+1
2011-05-13USB: s3c-hsudc: fix checkpatch error and warningJingoo Han1-1/+1
2011-05-13USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han1-2/+2
2011-05-10USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham1-0/+1349