aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/s3c2410_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-04usb: gadget: s3c2410: fix build breakageFelipe Balbi1-1/+1
2013-03-04usb: gadget: s3c2410: fix gadget->dev registrationFelipe Balbi1-15/+11
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi1-53/+12
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann1-1/+1
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior1-3/+3
2012-08-31usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat1-1/+1
2012-08-31usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat1-2/+4
2012-08-31usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat1-64/+60
2012-08-31usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat1-5/+7
2012-08-31usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat1-1/+1
2012-06-04usb: gadget: s3c2410_udc: Remove unneeded conditionIdo Shayevitz1-1/+1
2012-05-04usb: gadget: Update s3c2410_udc to use usb_endpoint_descriptor inside the struct usb_epIdo Shayevitz1-8/+6
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz1-0/+2
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-2/+2
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-2/+2
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-10/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-08-01usb: gadget: s3c2410_udc: fix unterminated platform_device_id tableAxel Lin1-0/+1
2011-07-01USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka1-1/+1
2011-07-01usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior1-20/+9
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-11/+18
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu1-0/+1
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen1-9/+51
2011-02-17USB: s3c2410_udc: Add handling for S3C244X dual-packet modeFabian Godehardt1-1/+15
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-9/+8
2010-07-26USB: s3c2410_udc: be aware of connected gadget driverVladimir Zapolskiy1-0/+4
2010-06-30USB: s3c2410: deactivate endpoints before gadget unbindingVladimir Zapolskiy1-1/+5
2009-09-23USB: s3c2410: unregister should call unbind, not disconnectAlan Stern1-2/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-01-07USB: gadget: s3c2410_udc uses standard GPIO callsBen Dooks1-12/+22
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-30[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/platBen Dooks1-2/+2
2008-10-22USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udcZhaolei1-5/+2
2008-10-17USB: Fix s3c2410_udc usb speed handlingYauhen Kharuzhy1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-4/+4
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King1-1/+0
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers1-0/+2
2008-02-01USB: s3c2410_udc: minor irq handler cleanupsJeff Garzik1-2/+2
2007-11-28USB: s3c2410 gadget: ensure vbus pin in input mode during readBen Dooks1-0/+4
2007-11-28USB: s3c2410 gadget: allow sharing of vbus irqBen Dooks1-3/+3
2007-11-28USB: s3c2410 gadget: Header move fixupsBen Dooks1-3/+3
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-07-12usb gadget stack: remove usb_ep_*_buffer(), part 2David Brownell1-33/+0
2007-07-12USB Gadget driver for Samsung s3c2410 ARM SoCArnaud Patard1-0/+2078