summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-03-0313-316/+660
|\
| * USB: musb: test always evaluates to falseRoel Kluin2010-03-021-2/+1Star
| * USB: musb: disable double buffering for older RTL versionsCliff Cai2010-03-022-4/+23
| * USB: musb: set version of Blackfin versionCliff Cai2010-03-022-8/+14
| * USB: musb: only print info message if probe() is successfulFelipe Balbi2010-03-021-13/+12Star
| * USB: musb: unmap base if we can't probeFelipe Balbi2010-03-021-1/+7
| * USB: musb: tusb6010: use resource_sizeFelipe Balbi2010-03-021-1/+1
| * USB: musb: we already tested for dyn_fifoFelipe Balbi2010-03-021-15/+4Star
| * USB: musb: get rid of omap_readl/writelFelipe Balbi2010-03-024-49/+47Star
| * usb: musb: Add context save and restore supportAjay Kumar Gupta2010-03-024-0/+291
| * 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
* | omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren2010-02-153-5/+5
|/
* 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