index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
s3c-hsudc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-04
usb: gadget: s3c-hsudc.c: Remove unneeded condition
Ido Shayevitz
1
-1
/
+1
2012-05-04
usb: gadget: Update s3c-hsudc to use usb_endpoint_descriptor inside the struc...
Ido Shayevitz
1
-6
/
+3
2012-03-01
Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
1
-5
/
+16
2012-02-27
usb: otg: Convert all users to pass struct usb_otg for OTG functions
Heikki Krogerus
1
-2
/
+3
2012-02-27
usb: Convert all users to new usb_phy
Heikki Krogerus
1
-3
/
+3
2012-02-24
usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
Ido Shayevitz
1
-0
/
+2
2012-02-13
usb: otg: Rename otg_transceiver to usb_phy
Heikki Krogerus
1
-1
/
+1
2012-01-24
usb: s3c-hsudc: add basic runtime_pm calls
Heiko Stübner
1
-0
/
+9
2012-01-24
usb: s3c-hsudc: Use helper functions instead of generic container_of
Heiko Stübner
1
-5
/
+5
2011-12-23
Merge branch 'for-gadget/next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-51
/
+66
2011-12-21
usb: gadget: s3c-hsudc: remove the_controller global
Heiko Stübner
1
-5
/
+3
2011-12-21
usb: gadget: s3c-hsudc: use release_mem_region instead of release_resource
Heiko Stübner
1
-3
/
+1
2011-12-21
usb: gadget: s3c-hsudc: Add regulator handling
Heiko Stübner
1
-4
/
+37
2011-12-21
usb: gadget: s3c-hsudc: use udc_start and udc_stop functions
Heiko Stübner
1
-30
/
+14
2011-12-21
usb: gadget: s3c-hsudc: move device registration to probe
Heiko Stübner
1
-9
/
+8
2011-12-21
usb: gadget: s3c-hsudc: add missing otg_put_transceiver in probe
Heiko Stübner
1
-0
/
+3
2011-12-21
usb: gadget: s3c-hsudc: add __devinit to probe function
Heiko Stübner
1
-1
/
+1
2011-12-21
usb: gadget: s3c-hsudc: move platform_data struct to global header
Heiko Stübner
1
-1
/
+1
2011-12-13
Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-2
/
+2
2011-12-13
Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Greg Kroah-Hartman
1
-2
/
+1
2011-12-12
usb: gadget: rename usb_gadget_driver::speed to max_speed
Michal Nazarewicz
1
-1
/
+1
2011-12-12
usb: gadget: replace usb_gadget::is_dualspeed with max_speed
Michal Nazarewicz
1
-1
/
+1
2011-11-29
usb: udc: Fix gadget driver's speed check in various UDC drivers
Michal Nazarewicz
1
-2
/
+1
2011-11-28
usb: convert drivers/usb/* to use module_platform_driver()
Axel Lin
1
-13
/
+2
2011-09-18
s3c-hsudc: implement vbus_draw hook
Heiko Stübner
1
-0
/
+14
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-3
/
+3
2011-08-23
s3c-hsudc: Add basic otg transceiver handling
Heiko Stübner
1
-0
/
+23
2011-08-23
s3c-hsudc: Fix possible nullpointer dereference during probe
Heiko Stübner
1
-13
/
+13
2011-07-02
usb: gadget: add platform module alias where it is missing
Sebastian Andrzej Siewior
1
-0
/
+1
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
1
-4
/
+12
2011-06-07
usb/s3c-hsudc: fix error path
Sebastian Andrzej Siewior
1
-2
/
+4
2011-06-07
usb: gadget: include <linux/prefetch.h> to fix compiling error
Bryan Wu
1
-0
/
+1
2011-05-14
USB: s3c-hsudc: fix checkpatch error and warning
Jingoo Han
1
-1
/
+1
2011-05-14
USB: s3c-hsudc: use IS_ERR() instead of NULL check
Jingoo Han
1
-2
/
+2
2011-05-11
USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driver
Thomas Abraham
1
-0
/
+1349