index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
s3c2410_udc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
usb: gadget: Gadget directory cleanup - group UDC drivers
Andrzej Pietrasiewicz
1
-2045
/
+0
2014-06-30
usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare
Vasily Khoruzhick
1
-4
/
+4
2014-05-14
usb: gadget: s3c2410_udc: don't use pr_debug return value
Arnd Bergmann
1
-1
/
+2
2014-02-18
usb: gadget: s3c2410_udc: Fix build error
Sachin Kamat
1
-1
/
+1
2013-12-17
usb: gadget: add "maxpacket_limit" field to struct usb_ep
Robert Baldyga
1
-0
/
+1
2013-07-30
usb: gadget: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-05-15
usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()
Wei Yongjun
1
-0
/
+1
2013-05-15
usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()
Sachin Kamat
1
-2
/
+0
2013-03-18
usb: gadget: s3c2410_udc: don't touch gadget.dev.driver
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: gadget: s3c2410_udc: remove unnecessary initializations
Felipe Balbi
1
-3
/
+0
2013-03-18
usb: gadget: drop now unnecessary flag
Felipe Balbi
1
-1
/
+0
2013-03-18
usb: gadget: s3c2410_udc: let udc-core manage gadget->dev
Felipe Balbi
1
-11
/
+1
2013-03-04
usb: gadget: s3c2410: fix build breakage
Felipe Balbi
1
-1
/
+1
2013-03-04
usb: gadget: s3c2410: fix gadget->dev registration
Felipe Balbi
1
-15
/
+11
2013-01-24
usb: gadget: s3c2410: convert to udc_start/udc_stop
Felipe Balbi
1
-53
/
+12
2012-10-01
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...
Linus Torvalds
1
-1
/
+1
2012-09-19
ARM: samsung: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-10
usb: gadget: remove global variable composite in composite.c
Sebastian Andrzej Siewior
1
-3
/
+3
2012-08-31
usb: gadget: s3c2410_udc: Do not use integer for NULL
Sachin Kamat
1
-1
/
+1
2012-08-31
usb: gadget: s3c2410_udc: Move assignment outside if condition
Sachin Kamat
1
-2
/
+4
2012-08-31
usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
Sachin Kamat
1
-64
/
+60
2012-08-31
usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
Sachin Kamat
1
-5
/
+7
2012-08-31
usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
Sachin Kamat
1
-1
/
+1
2012-06-04
usb: gadget: s3c2410_udc: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-05-04
usb: gadget: Update s3c2410_udc to use usb_endpoint_descriptor inside the str...
Ido Shayevitz
1
-8
/
+6
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-02-24
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
Ido Shayevitz
1
-0
/
+2
2012-01-09
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2012-01-02
misc latin1 to utf8 conversions
Al Viro
1
-2
/
+2
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-2
/
+2
2011-09-18
USB: irq: Remove IRQF_DISABLED
Yong Zhang
1
-2
/
+2
2011-09-09
usb gadget: clean up FSF boilerplate text
Klaus Schwarzkopf
1
-10
/
+0
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-08-01
usb: gadget: s3c2410_udc: fix unterminated platform_device_id table
Axel Lin
1
-0
/
+1
2011-07-01
USB: s3c2410_udc: fix custom UDC command handling
Viliam Mateicka
1
-1
/
+1
2011-07-01
usb: gadget: s3c2410_udc: use platform ids instead
Sebastian Andrzej Siewior
1
-20
/
+9
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
1
-11
/
+18
2011-06-06
usb: gadget: include <linux/prefetch.h> to fix compiling error
Bryan Wu
1
-0
/
+1
2011-03-07
USB: s3c2410_udc: Add common implementation for GPIO controlled pullups
Lars-Peter Clausen
1
-9
/
+51
2011-02-17
USB: s3c2410_udc: Add handling for S3C244X dual-packet mode
Fabian Godehardt
1
-1
/
+15
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
1
-9
/
+8
2010-07-26
USB: s3c2410_udc: be aware of connected gadget driver
Vladimir Zapolskiy
1
-0
/
+4
2010-06-30
USB: s3c2410: deactivate endpoints before gadget unbinding
Vladimir Zapolskiy
1
-1
/
+5
2009-09-23
USB: s3c2410: unregister should call unbind, not disconnect
Alan Stern
1
-2
/
+1
2009-07-12
headers: smp_lock.h redux
Alexey Dobriyan
1
-1
/
+0
2009-01-07
USB: gadget: s3c2410_udc uses standard GPIO calls
Ben Dooks
1
-12
/
+22
2009-01-06
gadget: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2008-10-30
[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/plat
Ben Dooks
1
-2
/
+2
2008-10-22
USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udc
Zhaolei
1
-5
/
+2
2008-10-17
USB: Fix s3c2410_udc usb speed handling
Yauhen Kharuzhy
1
-1
/
+1
[next]