summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/s3c-hsotg.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13Merge branch 'for-next/gadget' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-2/+2
2011-12-12Merge branch 'for-next/dwc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman1-3/+1
2011-12-12usb: gadget: rename usb_gadget_driver::speed to max_speedMichal Nazarewicz1-1/+1
2011-12-12usb: gadget: replace usb_gadget::is_dualspeed with max_speedMichal Nazarewicz1-1/+1
2011-11-29usb: udc: Fix gadget driver's speed check in various UDC driversMichal Nazarewicz1-3/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+1
2011-09-18usb: Provide usb_speed_string() functionMichal Nazarewicz1-6/+2
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior1-4/+15
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown1-10/+12
2011-05-13USB: s3c-hsotg: return proper error if clk_get failsJingoo Han1-1/+1
2011-05-13USB: s3c-hsotg: fix checkpatch warningsJingoo Han1-4/+3
2011-05-02USB: s3c-hsotg: Add copyright stringAnton Tikhomirov1-0/+3
2011-05-02USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov1-5/+0
2011-05-02USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov1-31/+111
2011-05-02USB: s3c-hsotg: Fix control request processingAnton Tikhomirov1-8/+9
2011-05-02USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov1-38/+20
2011-05-02USB: s3c-hsotg: Fix core resetAnton Tikhomirov1-5/+2
2011-03-31Fix common misspellingsLucas De Marchi1-9/+9
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König1-4/+5
2010-09-03USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere1-2/+0
2010-08-10USB: s3c-hsotg: add support for clock gatingMarek Szyprowski1-3/+17
2010-08-10USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski1-2/+4
2010-08-10USB: s3c-hsotg: fix compilation problemMarek Szyprowski1-0/+1
2010-08-10USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere1-0/+19
2010-08-10USB: s3c-hsotg: Fix OUT packet request retryBen Dooks1-7/+11
2010-08-10USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks1-2/+1
2010-08-10USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks1-2/+1
2010-08-10USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks1-1/+1
2010-08-10USB: s3c-hsotg: Only load packet per fifo writeBen Dooks1-0/+11
2010-08-10USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks1-2/+38
2010-08-10USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks1-9/+4
2010-08-10USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks1-1/+11
2010-08-10USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks1-1/+2
2010-08-10USB: s3c-hsotg: Increase TX fifo limitBen Dooks1-2/+2
2010-06-04USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks1-0/+26
2010-06-04USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks1-0/+3
2010-06-04USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks1-0/+25
2010-06-04USB: s3c: Enable soft disconnect during initializationThomas Abraham1-0/+3
2010-04-30USB: gadget: s3c-hsotg: Add missing unlockJulia Lawall1-2/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Merge branch 'origin' into devel-stableRussell King1-5/+6
2010-03-08Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into dev...Russell King1-1/+1
2010-03-07USB: Fix s3c-hsotg build following Samsung platform header movesMark Brown1-1/+1
2010-03-02USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori1-2/+2
2010-03-02USB: s3c-hsotg: Staticise non-exported functionsMark Brown1-3/+4
2010-02-16USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown1-0/+1
2009-09-23USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin1-3/+3
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks1-0/+3269