summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()Roel Kluin2010-03-021-1/+1
* usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta2010-03-022-0/+13
* usb: musb: save dynfifo in musb structAjay Kumar Gupta2010-03-022-1/+4
* usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy2010-03-021-139/+116Star
* usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'Bryan Wu2010-03-021-15/+13Star
* usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctlySwaminathan S2010-03-021-23/+10Star
* usb: musb: workaround toggle bug when doing bulk transfer after isocSwaminathan S2010-03-021-0/+24
* usb: musb: workaround MUSB DMA_INTR sometimes reads zeroAnand Gadiyar2010-03-021-3/+22
* usb: musb: hsdma: add wrapper for reading DMA countAnand Gadiyar2010-03-021-0/+17
* USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta2010-03-021-0/+34
* USB: musb: remove some of the never defined definesFelipe Balbi2010-03-022-36/+4Star
* USB: musb: move to sysfs_groupsFelipe Balbi2010-03-021-18/+15Star
* USB: musb: move two printk to dev_errFelipe Balbi2010-03-021-2/+2
* USB: musb: use resource_size()Felipe Balbi2010-03-021-1/+1
* USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2009-12-232-45/+91
* USB: musb: Fix array index out of bounds issueMaulik Mankad2009-12-231-1/+1
* USB: musb: Fix null pointer dereference issueMaulik Mankad2009-12-231-0/+2
* USB: musb: correct DMA address for txCliff Cai2009-12-231-1/+1
* USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov2009-12-231-4/+10
* USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S2009-12-231-0/+6
* USB: musb: do not work if no gadget driver is loadedFelipe Balbi2009-12-231-0/+8
* USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy2009-12-231-0/+1
* USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S2009-12-231-1/+1
* USB: musb: fix compiling warning with min() macroCliff Cai2009-12-231-1/+1
* USB: musb: move musb_remove to __exitFelipe Balbi2009-12-231-2/+2
* USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov2009-12-231-3/+3
* const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-151-1/+1
* USB: musb: musb_host: fix sparse warningFelipe Balbi2009-12-111-5/+5
* USB: musb: musb_gadget: fix sparse warningFelipe Balbi2009-12-111-2/+2
* USB: musb: omap2430: fix sparse warningFelipe Balbi2009-12-111-1/+1
* USB: musb_gadget: remove pointless loopSergei Shtylyov2009-12-111-92/+82Star
* USB: musb_gadget_ep0: stop abusing musb_gadget_set_halt()Sergei Shtylyov2009-12-112-27/+38
* USB: musb_gadget: implement set_wedge() methodSergei Shtylyov2009-12-113-2/+26
* USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, againSergei Shtylyov2009-12-111-1/+0Star
* USB: MUSB: save hardware revision at initAnand Gadiyar2009-12-112-6/+12
* USB: musb: fix printf warning in debug codeMike Frysinger2009-12-111-1/+1
* USB: musb: Blackfin code needs NOP_USB_XCEIV tooCliff Cai2009-12-111-2/+1Star
* USB: musb: error out when anomaly 05000380 is applicableSonic Zhang2009-12-111-0/+10
* USB: musb: clear the Blackfin interrupt pending bits early in the ISRCliff Cai2009-12-111-5/+5
* USB: musb: fix musb_platform_set_mode() definitionBryan Wu2009-12-111-1/+2
* USB: musb: add work around for Blackfin anomaly 05000456Sonic Zhang2009-12-111-0/+11
* USB: musb: add notes for Blackfin anomaliesSonic Zhang2009-12-111-0/+27
* USB: musb: update Blackfin processor dependencySonic Zhang2009-12-111-1/+1
* USB: musb: kill some useless comments in Blackfin driverBryan Wu2009-12-111-4/+0Star
* USB: musb: kill compile warning for Blackfin systemsBryan Wu2009-12-111-2/+2
* USB: musb: tweak musb_read_fifo() to avoid unused warningsMike Frysinger2009-12-111-4/+5
* Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-12-083-4/+4
|\
| * omap: headers: Move remaining headers from include/mach to include/platTony Lindgren2009-10-203-4/+4
* | USB: musb: Fix CPPI IRQs not being signaledDaniel Glöckner2009-12-011-5/+5
* | USB: musb: respect usb_request->zero in control requestsDaniel Glöckner2009-12-011-1/+2