Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
52ea94f6b328b8eb0c1a4499b1bc9ea966306cba
/
drivers
/
usb
/
gadget
/
udc
/
s3c2410_udc.c
0648772
usb: gadget: s3c2410_udc: add ep capabilities support
by Robert Baldyga
· 9 years ago
19915e6
Merge 4.1-rc7 into usb-next
by Greg Kroah-Hartman
· 9 years ago
10f0958
usb: s3c2410_udc: correct reversed pullup logic
by Sergiy Kibrik
· 10 years ago
d74c23d
usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pV
by Joe Perches
· 10 years ago
b3764dd
usb: gadget: s3c2410_udc: set value for common is_selfpowered
by Peter Chen
· 10 years ago
d16cd0b
usb: gadget: udc: s3c2410_udc.c: Remove some unused functions
by Rickard Strandqvist
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
22835b8
usb: gadget: remove unnecessary 'driver' argument
by Felipe Balbi
· 10 years ago
6d3f5f2
usb: gadget: udc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
304f7e5
usb: gadget: Refactor request completion
by Michal Sojka
· 10 years ago
90fccb5
usb: gadget: Gadget directory cleanup - group UDC drivers
by Andrzej Pietrasiewicz
· 10 years ago
[Renamed from drivers/usb/gadget/s3c2410_udc.c]
527b570
usb: gadget: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare
by Vasily Khoruzhick
· 10 years ago
64890ed
usb: gadget: s3c2410_udc: don't use pr_debug return value
by Arnd Bergmann
· 11 years ago
d246c9d
usb: gadget: s3c2410_udc: Fix build error
by Sachin Kamat
· 11 years ago
e117e74
usb: gadget: add "maxpacket_limit" field to struct usb_ep
by Robert Baldyga
· 11 years ago
e01ee9f
usb: gadget: use dev_get_platdata()
by Jingoo Han
· 11 years ago
48ad20f
usb: gadget: s3c2410_udc: fix error return code in s3c2410_udc_probe()
by Wei Yongjun
· 12 years ago
03fc1d8
usb: gadget: s3c2410_udc: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
bbdb727
usb: gadget: s3c2410_udc: don't touch gadget.dev.driver
by Felipe Balbi
· 12 years ago
31bff47
usb: gadget: s3c2410_udc: remove unnecessary initializations
by Felipe Balbi
· 12 years ago
7bce401
usb: gadget: drop now unnecessary flag
by Felipe Balbi
· 12 years ago
b1e1eab
usb: gadget: s3c2410_udc: let udc-core manage gadget->dev
by Felipe Balbi
· 12 years ago
4ea34de
usb: gadget: s3c2410: fix build breakage
by Felipe Balbi
· 12 years ago
7597a49
usb: gadget: s3c2410: fix gadget->dev registration
by Felipe Balbi
· 12 years ago
4991e10
usb: gadget: s3c2410: convert to udc_start/udc_stop
by Felipe Balbi
· 12 years ago
9cd11c0
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
436d42c
ARM: samsung: move platform_data definitions
by Arnd Bergmann
· 12 years ago
ffe0b33
usb: gadget: remove global variable composite in composite.c
by Sebastian Andrzej Siewior
· 12 years ago
86bab36
usb: gadget: s3c2410_udc: Do not use integer for NULL
by Sachin Kamat
· 12 years ago
1660c89
usb: gadget: s3c2410_udc: Move assignment outside if condition
by Sachin Kamat
· 12 years ago
ff24166
usb: gadget: s3c2410_udc: Silence checkpatch errors and warnings
by Sachin Kamat
· 12 years ago
c2892cd
usb: gadget: s3c2410_udc: Use pr_* and dev_err functions
by Sachin Kamat
· 12 years ago
2e8e25b
usb: gadget: s3c2410_udc: Replace <asm/io.h> with <linux/io.h>
by Sachin Kamat
· 12 years ago
0561ed4
usb: gadget: s3c2410_udc: Remove unneeded condition
by Ido Shayevitz
· 12 years ago
fa42e52
usb: gadget: Update s3c2410_udc to use usb_endpoint_descriptor inside the struct usb_ep
by Ido Shayevitz
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
f9c56cd
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
by Ido Shayevitz
· 13 years ago
55b81e6
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
d36b691
misc latin1 to utf8 conversions
by Al Viro
· 13 years ago
7177aed
usb: gadget: rename usb_gadget_driver::speed to max_speed
by Michal Nazarewicz
· 13 years ago
b5dd18d
USB: irq: Remove IRQF_DISABLED
by Yong Zhang
· 13 years ago
28c9fc6
usb gadget: clean up FSF boilerplate text
by Klaus Schwarzkopf
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
7e9d40f
usb: gadget: s3c2410_udc: fix unterminated platform_device_id table
by Axel Lin
· 13 years ago
5b82613
USB: s3c2410_udc: fix custom UDC command handling
by Viliam Mateicka
· 13 years ago
513385a
usb: gadget: s3c2410_udc: use platform ids instead
by Sebastian Andrzej Siewior
· 13 years ago
0f91349
usb: gadget: convert all users to the new udc infrastructure
by Sebastian Andrzej Siewior
· 13 years ago
b38b03b
usb: gadget: include <linux/prefetch.h> to fix compiling error
by Bryan Wu
· 13 years ago
a74022a
USB: s3c2410_udc: Add common implementation for GPIO controlled pullups
by Lars-Peter Clausen
· 14 years ago
16f08a0
USB: s3c2410_udc: Add handling for S3C244X dual-packet mode
by Fabian Godehardt
· 14 years ago
b0fca50
usb gadget: don't save bind callback in struct usb_gadget_driver
by Uwe Kleine-König
· 14 years ago
00c05aa
USB: s3c2410_udc: be aware of connected gadget driver
by Vladimir Zapolskiy
· 14 years ago
3b49d23
USB: s3c2410: deactivate endpoints before gadget unbinding
by Vladimir Zapolskiy
· 14 years ago
823c3fd
USB: s3c2410: unregister should call unbind, not disconnect
by Alan Stern
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
ea99ecf
USB: gadget: s3c2410_udc uses standard GPIO calls
by Ben Dooks
· 16 years ago
c682b17
gadget: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
57bd4b9
[ARM] S3C24XX: Movev udc headers to arch/arm/plat-s3c24xx/include/plat
by Ben Dooks
· 16 years ago
d66937d
USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udc
by Zhaolei
· 16 years ago
f9e9cff
USB: Fix s3c2410_udc usb speed handling
by Yauhen Kharuzhy
· 16 years ago
7a8fc9b
removed unused #include <linux/version.h>'s
by Adrian Bunk
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
0f8469a
[ARM] Eliminate useless includes of asm/mach-types.h
by Russell King
· 16 years ago
f34c32f
usb gadget: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
d8d4223
USB: s3c2410_udc: minor irq handler cleanups
by Jeff Garzik
· 17 years ago
5f629ad
USB: s3c2410 gadget: ensure vbus pin in input mode during read
by Ben Dooks
· 17 years ago
8802bca
USB: s3c2410 gadget: allow sharing of vbus irq
by Ben Dooks
· 17 years ago
899d566
USB: s3c2410 gadget: Header move fixups
by Ben Dooks
· 17 years ago
9454a57
USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>
by David Brownell
· 17 years ago
c67ab13
usb gadget stack: remove usb_ep_*_buffer(), part 2
by David Brownell
· 17 years ago
3fc154b
USB Gadget driver for Samsung s3c2410 ARM SoC
by Arnaud Patard
· 17 years ago