aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-23USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2-45/+91
2009-12-23USB: musb: Fix array index out of bounds issueMaulik Mankad1-1/+1
2009-12-23USB: musb: Fix null pointer dereference issueMaulik Mankad1-0/+2
2009-12-23USB: musb: correct DMA address for txCliff Cai1-1/+1
2009-12-23USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov1-4/+10
2009-12-23USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S1-0/+6
2009-12-23USB: musb: do not work if no gadget driver is loadedFelipe Balbi1-0/+8
2009-12-23USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy1-0/+1
2009-12-23USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S1-1/+1
2009-12-23USB: musb: fix compiling warning with min() macroCliff Cai1-1/+1
2009-12-23USB: musb: move musb_remove to __exitFelipe Balbi1-2/+2
2009-12-23USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov1-3/+3
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan1-1/+1
2009-12-11USB: musb: musb_host: fix sparse warningFelipe Balbi1-5/+5
2009-12-11USB: musb: musb_gadget: fix sparse warningFelipe Balbi1-2/+2
2009-12-11USB: musb: omap2430: fix sparse warningFelipe Balbi1-1/+1
2009-12-11USB: musb_gadget: remove pointless loopSergei Shtylyov1-92/+82
2009-12-11USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()Sergei Shtylyov2-27/+38
2009-12-11USB: musb_gadget: implement set_wedge() methodSergei Shtylyov3-2/+26
2009-12-11USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, againSergei Shtylyov1-1/+0
2009-12-11USB: MUSB: save hardware revision at initAnand Gadiyar2-6/+12
2009-12-11USB: musb: fix printf warning in debug codeMike Frysinger1-1/+1
2009-12-11USB: musb: Blackfin code needs NOP_USB_XCEIV tooCliff Cai1-2/+1
2009-12-11USB: musb: error out when anomaly 05000380 is applicableSonic Zhang1-0/+10
2009-12-11USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai1-5/+5
2009-12-11USB: musb: fix musb_platform_set_mode() definitionBryan Wu1-1/+2
2009-12-11USB: musb: add work around for Blackfin anomaly 05000456Sonic Zhang1-0/+11
2009-12-11USB: musb: add notes for Blackfin anomaliesSonic Zhang1-0/+27
2009-12-11USB: musb: update Blackfin processor dependencySonic Zhang1-1/+1
2009-12-11USB: musb: kill some useless comments in Blackfin driverBryan Wu1-4/+0
2009-12-11USB: musb: kill compile warning for Blackfin systemsBryan Wu1-2/+2
2009-12-11USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger1-4/+5
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds3-4/+4
2009-11-30USB: musb: Fix CPPI IRQs not being signaledDaniel Glöckner1-5/+5
2009-11-30USB: musb: respect usb_request->zero in control requestsDaniel Glöckner1-1/+2
2009-11-30USB: musb: fix ISOC Tx programming for CPPI DMAsAjay Kumar Gupta1-1/+4
2009-11-30USB: musb: Remove unwanted message in boot logAjay Kumar Gupta1-2/+2
2009-11-30USB: musb_gadget: fix STALL handlingSergei Shtylyov1-45/+34
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren3-4/+4
2009-10-12USB: musb: invert arch depend stringMike Frysinger1-1/+1
2009-10-09USB: musb: make HAVE_CLK support optionalMike Frysinger4-11/+8
2009-09-23USB: musb: fix put_device() call sequenceAjay Kumar Gupta1-4/+4
2009-08-10Merge branch 'master' into for-linusRafael J. Wysocki1-0/+1
2009-08-07USB: musb: fix the nop registration for OMAP3EVMGupta, Ajay Kumar1-0/+1
2009-07-30Merge branch 'master' into for-linusRafael J. Wysocki3-3/+3
2009-07-28USB: musb: fix CONFIGDATA register read issueAjay Kumar Gupta2-1/+1
2009-07-28USB: musb: Refer to musb_otg_timer_func under correct #ifdefAmit Kucheria1-1/+1
2009-07-28USB: musb_gadget_ep0: fix typo in service_zero_data_request()Sergei Shtylyov1-1/+1
2009-07-22USB: Rework musb suspend()/resume_early()Magnus Damm1-6/+12
2009-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2-8/+51