index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
s3c-hsotg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-1
/
+1
*
usb: gadget: convert all users to the new udc infrastructure
Sebastian Andrzej Siewior
2011-06-28
1
-4
/
+15
*
USB: s3c-hsotg: Tone down debugging
Mark Brown
2011-06-06
1
-10
/
+12
*
USB: s3c-hsotg: return proper error if clk_get fails
Jingoo Han
2011-05-13
1
-1
/
+1
*
USB: s3c-hsotg: fix checkpatch warnings
Jingoo Han
2011-05-13
1
-4
/
+3
*
USB: s3c-hsotg: Add copyright string
Anton Tikhomirov
2011-05-02
1
-0
/
+3
*
USB: s3c-hsotg: Fix hang up after reset
Anton Tikhomirov
2011-05-02
1
-5
/
+0
*
USB: s3c-hsotg: Fix stall condition processing
Anton Tikhomirov
2011-05-02
1
-31
/
+111
*
USB: s3c-hsotg: Fix control request processing
Anton Tikhomirov
2011-05-02
1
-8
/
+9
*
USB: s3c-hsotg: Fix interrupt cleaning code
Anton Tikhomirov
2011-05-02
1
-38
/
+20
*
USB: s3c-hsotg: Fix core reset
Anton Tikhomirov
2011-05-02
1
-5
/
+2
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-9
/
+9
*
usb gadget: don't save bind callback in struct usb_gadget_driver
Uwe Kleine-König
2010-10-22
1
-4
/
+5
*
USB: s3c-hsotg: Remove DEBUG define
Maurus Cuelenaere
2010-09-03
1
-2
/
+0
*
USB: s3c-hsotg: add support for clock gating
Marek Szyprowski
2010-08-10
1
-3
/
+17
*
USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR register
Marek Szyprowski
2010-08-10
1
-2
/
+4
*
USB: s3c-hsotg: fix compilation problem
Marek Szyprowski
2010-08-10
1
-0
/
+1
*
USB: s3c-hsotg: Add support for external USB clock
Maurus Cuelenaere
2010-08-10
1
-0
/
+19
*
USB: s3c-hsotg: Fix OUT packet request retry
Ben Dooks
2010-08-10
1
-7
/
+11
*
USB: s3c-hsotg: Fix the OUT EP0 limit
Ben Dooks
2010-08-10
1
-2
/
+1
*
USB: s3c-hsotg: Fix max EP0 IN request length
Ben Dooks
2010-08-10
1
-2
/
+1
*
USB: s3c-hsotg: Check for new request before enqueing new setup
Ben Dooks
2010-08-10
1
-1
/
+1
*
USB: s3c-hsotg: Only load packet per fifo write
Ben Dooks
2010-08-10
1
-0
/
+11
*
USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO mode
Ben Dooks
2010-08-10
1
-2
/
+38
*
USB: s3c-hsotg: Re-initialise all FIFOs on USB bus reset
Ben Dooks
2010-08-10
1
-9
/
+4
*
USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'
Ben Dooks
2010-08-10
1
-1
/
+11
*
USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytes
Ben Dooks
2010-08-10
1
-1
/
+2
*
USB: s3c-hsotg: Increase TX fifo limit
Ben Dooks
2010-08-10
1
-2
/
+2
*
USB: s3c-hsotg: Ensure FIFOs are fully flushed after layout
Ben Dooks
2010-06-04
1
-0
/
+26
*
USB: s3c-hsotg: SoftDisconnect minimum 3ms
Ben Dooks
2010-06-04
1
-0
/
+3
*
USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOs
Ben Dooks
2010-06-04
1
-0
/
+25
*
USB: s3c: Enable soft disconnect during initialization
Thomas Abraham
2010-06-04
1
-0
/
+3
*
USB: gadget: s3c-hsotg: Add missing unlock
Julia Lawall
2010-04-30
1
-2
/
+5
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
Merge branch 'origin' into devel-stable
Russell King
2010-03-08
1
-5
/
+6
|
\
|
*
USB: s3c-hsotg: replace deprecated dma_sync_single()
FUJITA Tomonori
2010-03-02
1
-2
/
+2
|
*
USB: s3c-hsotg: Staticise non-exported functions
Mark Brown
2010-03-02
1
-3
/
+4
*
|
Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into dev...
Russell King
2010-03-08
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
USB: Fix s3c-hsotg build following Samsung platform header moves
Mark Brown
2010-03-07
1
-1
/
+1
*
|
USB: s3c-hsotg: Export usb_gadget_register_driver()
Mark Brown
2010-02-16
1
-0
/
+1
|
/
*
USB: gadget: s3c-hsotg: missing parentheses
Roel Kluin
2009-09-23
1
-3
/
+3
*
USB: Gadget driver for Samsung HS/OtG block
Ben Dooks
2009-06-15
1
-0
/
+3269