summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/s3c-hsotg.c
AgeCommit message (Expand)Author
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown
2011-05-13USB: s3c-hsotg: return proper error if clk_get failsJingoo Han
2011-05-13USB: s3c-hsotg: fix checkpatch warningsJingoo Han
2011-05-02USB: s3c-hsotg: Add copyright stringAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix control request processingAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix core resetAnton Tikhomirov
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-22usb gadget: don't save bind callback in struct usb_gadget_driverUwe Kleine-König
2010-09-03USB: s3c-hsotg: Remove DEBUG defineMaurus Cuelenaere
2010-08-10USB: s3c-hsotg: add support for clock gatingMarek Szyprowski
2010-08-10USB: s3c-hsotg: modify only selected bits in S3C_PHYPWR registerMarek Szyprowski
2010-08-10USB: s3c-hsotg: fix compilation problemMarek Szyprowski
2010-08-10USB: s3c-hsotg: Add support for external USB clockMaurus Cuelenaere
2010-08-10USB: s3c-hsotg: Fix OUT packet request retryBen Dooks
2010-08-10USB: s3c-hsotg: Fix the OUT EP0 limitBen Dooks
2010-08-10USB: s3c-hsotg: Fix max EP0 IN request lengthBen Dooks
2010-08-10USB: s3c-hsotg: Check for new request before enqueing new setupBen Dooks
2010-08-10USB: s3c-hsotg: Only load packet per fifo writeBen Dooks
2010-08-10USB: s3c-hsotg: Add initial detection and setup for dedicated FIFO modeBen Dooks
2010-08-10USB: s3c-hsotg: Re-initialise all FIFOs on USB bus resetBen Dooks
2010-08-10USB: s3c-hsotg: Avoid overwriting contents of perodic in 'fifo'Ben Dooks
2010-08-10USB: s3c-hsotg: The NPTX/PTX FIFO sizes are in words, not bytesBen Dooks
2010-08-10USB: s3c-hsotg: Increase TX fifo limitBen Dooks
2010-06-04USB: s3c-hsotg: Ensure FIFOs are fully flushed after layoutBen Dooks
2010-06-04USB: s3c-hsotg: SoftDisconnect minimum 3msBen Dooks
2010-06-04USB: s3c-hsotg: Ensure TX FIFO addresses setup when initialising FIFOsBen Dooks
2010-06-04USB: s3c: Enable soft disconnect during initializationThomas Abraham
2010-04-30USB: gadget: s3c-hsotg: Add missing unlockJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08Merge branch 'origin' into devel-stableRussell King
2010-03-08Merge branch 'for-rmk/samsung6' of git://git.fluff.org/bjdooks/linux into dev...Russell King
2010-03-07USB: Fix s3c-hsotg build following Samsung platform header movesMark Brown
2010-03-02USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori
2010-03-02USB: s3c-hsotg: Staticise non-exported functionsMark Brown
2010-02-16USB: s3c-hsotg: Export usb_gadget_register_driver()Mark Brown
2009-09-23USB: gadget: s3c-hsotg: missing parenthesesRoel Kluin
2009-06-15USB: Gadget driver for Samsung HS/OtG blockBen Dooks