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-hsotg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-06
usb: gadget: s3c-hsotg.c: fix error return code
Julia Lawall
1
-0
/
+3
2012-07-02
usb: gadget: s3c-hsotg: Propagate devicetree to gadget drivers
Alexandre Pereira da Silva
1
-0
/
+1
2012-06-22
usb: gadget: hsotg: pullup method implementation for s3c-hsotg UDC driver
Lukasz Majewski
1
-3
/
+30
2012-06-15
usb: hsotg: samsung: smp Provide *_lock functions abstraction layer for SMP SoCs
Lukasz Majewski
1
-49
/
+48
2012-06-15
usb: hsotg: samsung: Protect the udc_stop routine with spinlock
Lukasz Majewski
1
-0
/
+5
2012-06-15
usb: hsotg: samsung: Replace endpoint specific locks with a global lock
Lukasz Majewski
1
-26
/
+28
2012-06-04
usb: s3c-hsotg: Use devm_* functions in s3c-hsotg.c file
Sachin Kamat
1
-40
/
+11
2012-05-10
usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper p...
Lukasz Majewski
1
-1
/
+1
2012-05-04
usb:hsotg:samsung: err_irq: support for probe function
Lukasz Majewski
1
-8
/
+5
2012-05-04
usb:hsotg:samsung: Use clk_prepare_enable and clk_disable_unprepare
Lukasz Majewski
1
-3
/
+3
2012-05-04
usb:hsotg:samsung: Remove the S3C_ prefix from registers definition.
Lukasz Majewski
1
-317
/
+317
2012-05-04
usb:hsotg:samsung: Add release function for hsotg device
Lukasz Majewski
1
-1
/
+13
2012-05-04
usb:hsotg:samsung: Remove our_hsotg global pointer
Lukasz Majewski
1
-5
/
+2
2012-05-04
usb:hsotg:samsung: Comments reorganization and cleanup
Lukasz Majewski
1
-122
/
+252
2012-05-04
usb:hsotg:samsung: Use new udc_start and udc_stop callbacks
Lukasz Majewski
1
-25
/
+36
2012-05-04
usb:hsotg:samsung: Determine number of EPs from HW configuration register
Lukasz Majewski
1
-67
/
+100
2012-05-04
usb:hsotg:samsung: Cable disconnection recovery code
Lukasz Majewski
1
-10
/
+18
2012-05-04
usb:hsotg:samsung: Rename s3c_hsotg_disconnect function
Lukasz Majewski
1
-5
/
+5
2012-05-04
usb:hsotg:samsung: Remove Disconnect Interrupt handler
Lukasz Majewski
1
-10
/
+2
2012-05-04
usb:hsotg:samsung: Extract core initialization function
Lukasz Majewski
1
-161
/
+173
2012-05-04
usb:hsotg:samsung: Sending ZLP packet for IN EP0 transfers
Lukasz Majewski
1
-2
/
+32
2012-05-04
usb:hsotg:samsung: NAK management for EP0 (Setup stage of control transfers)
Lukasz Majewski
1
-2
/
+19
2012-05-04
usb:hsotg:samsung: Use of regulator_bulk_* functions for USB regulators
Lukasz Majewski
1
-2
/
+39
2012-05-04
usb:hsotg:samsung: Wrappers for USB PHY methods
Lukasz Majewski
1
-5
/
+43
2012-05-04
usb:hsotg:samsung: Remove platform dependent functions from s3c-hsotg
Lukasz Majewski
1
-77
/
+0
2012-05-04
usb:hsotg:samsung: Remove platform dependency from s3c-hsotg
Lukasz Majewski
1
-2
/
+2
2012-04-10
usb: s3c-hsotg: Fix big buffers transfer in DMA mode
Anton Tikhomirov
1
-1
/
+1
2012-04-10
usb: s3c-hsotg: Avoid TxFIFO corruption in DMA mode
Anton Tikhomirov
1
-1
/
+2
2012-04-10
usb: s3c-hsotg: Fix maximum patcket size setting for EP0
Anton Tikhomirov
1
-4
/
+6
2012-04-10
usb: s3c-hsotg: Fix TX FIFOs allocation
Anton Tikhomirov
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
-3
/
+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
-3
/
+1
2011-11-28
usb: convert drivers/usb/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-09-18
usb: Provide usb_speed_string() function
Michal Nazarewicz
1
-6
/
+2
2011-08-23
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
1
-1
/
+1
2011-06-28
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
1
-4
/
+15
2011-06-07
USB: s3c-hsotg: Tone down debugging
Mark Brown
1
-10
/
+12
2011-05-14
USB: s3c-hsotg: return proper error if clk_get fails
Jingoo Han
1
-1
/
+1
2011-05-14
USB: s3c-hsotg: fix checkpatch warnings
Jingoo Han
1
-4
/
+3
2011-05-03
USB: s3c-hsotg: Add copyright string
Anton Tikhomirov
1
-0
/
+3
2011-05-03
USB: s3c-hsotg: Fix hang up after reset
Anton Tikhomirov
1
-5
/
+0
2011-05-03
USB: s3c-hsotg: Fix stall condition processing
Anton Tikhomirov
1
-31
/
+111
2011-05-03
USB: s3c-hsotg: Fix control request processing
Anton Tikhomirov
1
-8
/
+9
2011-05-03
USB: s3c-hsotg: Fix interrupt cleaning code
Anton Tikhomirov
1
-38
/
+20
2011-05-03
USB: s3c-hsotg: Fix core reset
Anton Tikhomirov
1
-5
/
+2
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-9
/
+9
2010-10-22
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
1
-4
/
+5
[next]