aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/s3c-hsotg.c
Commit message (Expand)AuthorAgeFilesLines
* usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz2011-11-291-3/+1
* usb: Provide usb_speed_string() functionMichal Nazarewicz2011-09-181-6/+2
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior2011-06-281-4/+15
* USB: s3c-hsotg: Tone down debuggingMark Brown2011-06-061-10/+12
* USB: s3c-hsotg: return proper error if clk_get failsJingoo Han2011-05-131-1/+1
* USB: s3c-hsotg: fix checkpatch warningsJingoo Han2011-05-131-4/+3
* USB: s3c-hsotg: Add copyright stringAnton Tikhomirov2011-05-021-0/+3
* USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov2011-05-021-5/+0
* USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov2011-05-021-31/+111
* USB: s3c-hsotg: Fix control request processingAnton Tikhomirov2011-05-021-8/+9
* USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov2011-05-021-38/+20
* USB: s3c-hsotg: Fix core resetAnton Tikhomirov2011-05-021-5/+2
* Fix common misspellingsLucas De Marchi2011-03-311-9/+9
* usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König2010-10-221-4/+5
* USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere2010-09-031-2/+0
* USB: s3c-hsotg: add support for clock gatingMarek Szyprowski2010-08-101-3/+17
* USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski2010-08-101-2/+4
* USB: s3c-hsotg: fix compilation problemMarek Szyprowski2010-08-101-0/+1
* USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere2010-08-101-0/+19
* USB: s3c-hsotg: Fix OUT packet request retryBen Dooks2010-08-101-7/+11
* USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks2010-08-101-2/+1
* USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks2010-08-101-2/+1
* USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks2010-08-101-1/+1
* USB: s3c-hsotg: Only load packet per fifo writeBen Dooks2010-08-101-0/+11
* USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks2010-08-101-2/+38
* USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks2010-08-101-9/+4
* USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks2010-08-101-1/+11
* USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks2010-08-101-1/+2
* USB: s3c-hsotg: Increase TX fifo limitBen Dooks2010-08-101-2/+2
* USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks2010-06-041-0/+26
* USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks2010-06-041-0/+3
* USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks2010-06-041-0/+25
* USB: s3c: Enable soft disconnect during initializationThomas Abraham2010-06-041-0/+3
* USB: gadget: s3c-hsotg: Add missing unlockJulia Lawall2010-04-301-2/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'origin' into devel-stableRussell King2010-03-081-5/+6
|\
| * USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori2010-03-021-2/+2
| * USB: s3c-hsotg: Staticise non-exported functionsMark Brown2010-03-021-3/+4
* | Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into dev...Russell King2010-03-081-1/+1
|\ \ | |/ |/|
| * USB: Fix s3c-hsotg build following Samsung platform header movesMark Brown2010-03-071-1/+1
* | USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown2010-02-161-0/+1
|/
* USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin2009-09-231-3/+3
* USB: Gadget driver for Samsung HS/OtG blockBen Dooks2009-06-151-0/+3269