aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-30usb: Fix tusb6010 for DMA APITony Lindgren2-8/+27
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30MUSB: fix DaVinci glue layer dependencySergei Shtylyov2-2/+2
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-04-30MUSB: DaVinci: fix musb_platform_init() error cleanup pathSergei Shtylyov1-0/+2
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0
2010-04-30musb: potential use after freeDan Carpenter1-0/+1
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta2-1/+3
2010-04-30MUSB: Blackfin: don't fake blackfin_interrupt() resultSergei Shtylyov1-7/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo8-4/+4
2010-03-19usb: musb: core: declare mbase only where it's usedFelipe Balbi1-1/+7
2010-03-19USB: musb: fix warnings in Blackfin regsMike Frysinger1-0/+9
2010-03-19usb: musb: abstract out ULPI_BUSCONTROL register reads/writesMike Frysinger2-3/+21
2010-03-19usb: musb: Fix compile error for omaps for musb_hdrcTony Lindgren1-2/+2
2010-03-19USB: musb: fix build error introduced by isoc changeSonic Zhang1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds13-316/+660
2010-03-02USB: musb: test always evaluates to falseRoel Kluin1-2/+1
2010-03-02USB: musb: disable double buffering for older RTL versionsCliff Cai2-4/+23
2010-03-02USB: musb: set version of Blackfin versionCliff Cai2-8/+14
2010-03-02USB: musb: only print info message if probe() is successfulFelipe Balbi1-13/+12
2010-03-02USB: musb: unmap base if we can't probeFelipe Balbi1-1/+7
2010-03-02USB: musb: tusb6010: use resource_sizeFelipe Balbi1-1/+1
2010-03-02USB: musb: we already tested for dyn_fifoFelipe Balbi1-15/+4
2010-03-02USB: musb: get rid of omap_readl/writelFelipe Balbi4-49/+47
2010-03-02usb: musb: Add context save and restore supportAjay Kumar Gupta4-0/+291
2010-03-02USB: musb: don't dereference NULL tusb_dma in dma_controller_destroy()Roel Kluin1-1/+1
2010-03-02usb: musb: Add 'extvbus' in musb_hdrc_platform_dataAjay Kumar Gupta2-0/+13
2010-03-02usb: musb: save dynfifo in musb structAjay Kumar Gupta2-1/+4
2010-03-02usb: musb: handle irqs in the order dictated by programming guideArnaud Mandy1-139/+116
2010-03-02usb: musb: clean up commit 'workaround Blackfin FIFO anomalies'Bryan Wu1-15/+13
2010-03-02usb: musb: Fix cppi_channel_abort() function to handle Tx abort correctlySwaminathan S1-23/+10
2010-03-02usb: musb: workaround toggle bug when doing bulk transfer after isocSwaminathan S1-0/+24
2010-03-02usb: musb: workaround MUSB DMA_INTR sometimes reads zeroAnand Gadiyar1-3/+22
2010-03-02usb: musb: hsdma: add wrapper for reading DMA countAnand Gadiyar1-0/+17
2010-03-02USB: musb: Add new fifo table for a OMAP3 errataAjay Kumar Gupta1-0/+34
2010-03-02USB: musb: remove some of the never defined definesFelipe Balbi2-36/+4
2010-03-02USB: musb: move to sysfs_groupsFelipe Balbi1-18/+15
2010-03-02USB: musb: move two printk to dev_errFelipe Balbi1-2/+2
2010-03-02USB: musb: use resource_size()Felipe Balbi1-1/+1
2010-02-15omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3Tony Lindgren3-5/+5
2010-02-15tree-wide: fix typos "ass?o[sc]iac?te" -> "associate" in commentsUwe Kleine-König1-1/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
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