aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/s3c2410_udc.c
AgeCommit message (Expand)Author
2013-05-15usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()Wei Yongjun
2013-05-15usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()Sachin Kamat
2013-03-18usb: gadget: s3c2410_udc: don't touch gadget.dev.driverFelipe Balbi
2013-03-18usb: gadget: s3c2410_udc: remove unnecessary initializationsFelipe Balbi
2013-03-18usb: gadget: drop now unnecessary flagFelipe Balbi
2013-03-18usb: gadget: s3c2410_udc: let udc-core manage gadget->devFelipe Balbi
2013-03-04usb: gadget: s3c2410: fix build breakageFelipe Balbi
2013-03-04usb: gadget: s3c2410: fix gadget->dev registrationFelipe Balbi
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds
2012-09-19ARM: samsung: move platform_data definitionsArnd Bergmann
2012-09-10usb: gadget: remove global variable composite in composite.cSebastian Andrzej Siewior
2012-08-31usb: gadget: s3c2410_udc: Do not use integer for NULLSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Move assignment outside if conditionSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Silence checkpatch errors and warningsSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Use pr_* and dev_err functionsSachin Kamat
2012-08-31usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>Sachin Kamat
2012-06-04usb: gadget: s3c2410_udc: Remove unneeded conditionIdo Shayevitz
2012-05-04usb: gadget: Update s3c2410_udc to use usb_endpoint_descriptor inside the str...Ido Shayevitz
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2012-01-02misc latin1 to utf8 conversionsAl Viro
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-08-01usb: gadget: s3c2410_udc: fix unterminated platform_device_id tableAxel Lin
2011-07-01USB: s3c2410_udc: fix custom UDC command handlingViliam Mateicka
2011-07-01usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen
2011-02-17USB: s3c2410_udc: Add handling for S3C244X dual-packet modeFabian Godehardt
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-07-26USB: s3c2410_udc: be aware of connected gadget driverVladimir Zapolskiy
2010-06-30USB: s3c2410: deactivate endpoints before gadget unbindingVladimir Zapolskiy
2009-09-23USB: s3c2410: unregister should call unbind, not disconnectAlan Stern
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-01-07USB: gadget: s3c2410_udc uses standard GPIO callsBen Dooks
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-30[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/platBen Dooks
2008-10-22USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udcZhaolei
2008-10-17USB: Fix s3c2410_udc usb speed handlingYauhen Kharuzhy
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-08-07[ARM] Eliminate useless includes of asm/mach-types.hRussell King
2008-04-11usb gadget: fix platform driver hotplug/coldplugKay Sievers
2008-02-01USB: s3c2410_udc: minor irq handler cleanupsJeff Garzik
2007-11-28USB: s3c2410 gadget: ensure vbus pin in input mode during readBen Dooks