aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-09usb: musb: gadget: clear TXPKTRDY flag when set FLUSHFIFOYauheni Kaliuta1-0/+6
2011-06-09usb: musb: host: compare status for negative error valuesMárton Németh1-1/+1
2011-06-06musb: fix prefetch build failureMike Frysinger1-0/+1
2011-05-18usb: musb: ux500: add configuration and build options for ux500 dmaMian Yousaf Kaukab2-0/+12
2011-05-18usb: musb: ux500: add dma glue layer for ux500Mian Yousaf Kaukab1-0/+422
2011-05-18usb: musb: ux500: add dma name for ux500Mian Yousaf Kaukab1-0/+2
2011-05-18usb: musb: ux500: add ux500 specific code for gadget sideMian Yousaf Kaukab1-4/+53
2011-05-18usb: musb: fix compile errorFelipe Balbi2-0/+4
2011-05-13usb: musb: Calling VBUS pulsing API when SRP is initiated.Hema HK1-0/+4
2011-05-13usb: musb: host: remove duplicate check in musb_ep_program()Sergei Shtylyov1-27/+22
2011-05-13usb: musb: export musb_interrupt symbolFelipe Balbi1-1/+1
2011-05-13usb: musb: allow musb and glue layers to be modulesFelipe Balbi1-10/+10
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi17-301/+267
2011-05-10Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2-5/+3
2011-05-06usb: fix building musb driversAnatolij Gustschin11-72/+68
2011-05-02usb: musb: gadget: Fix out-of-sync runtime pm callsJarkko Nikula1-4/+2
2011-05-02usb: musb: omap2430: Fix retention idle on musb peripheral only boardsJarkko Nikula1-1/+1
2011-04-13usb: musb: omap2430: fix build failureJohan Hovold1-1/+2
2011-04-13USB: musb: blackfin: work around anomaly 05000450Mike Frysinger3-0/+37
2011-04-13usb: musb: Fix the crash issue during rebootHema HK1-0/+2
2011-04-13usb: musb: gadget: check the correct list_headFelipe Balbi1-1/+1
2011-04-13usb: musb: temporarily make it boolFelipe Balbi1-3/+3
2011-04-13USB: musb: dereferencing an iomem pointerDan Carpenter1-1/+1
2011-04-13USB: musb: silence printk format warningDan Carpenter1-8/+10
2011-04-13USB: musb: using 0 instead of NULLDan Carpenter1-1/+1
2011-04-13USB: musb: add missing unlock in cppi_interrupt()Dan Carpenter1-1/+4
2011-04-13usb: musb: ux500: copy dma mask from platform device to musb deviceMian Yousaf Kaukab1-0/+2
2011-04-13usb: musb: clear AUTOSET while clearing DMAENABMian Yousaf Kaukab1-1/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2011-03-23usb: musb: blackfin: fix typo in new bfin_musb_vbus_status funcMike Frysinger1-1/+1
2011-03-23usb: musb: blackfin: fix typo in new dev_pm_ops structBob Liu1-1/+1
2011-03-23usb: musb: blackfin: fix typo in platform driver nameMike Frysinger1-1/+1
2011-03-23usb: musb: Fix for merge issueHema HK1-4/+4
2011-03-17Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6Linus Torvalds3-4/+4
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds9-234/+275
2011-03-13USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-02Merge branch 'devel-cleanup' into omap-for-linusTony Lindgren3-8/+11
2011-03-01usb: musb: tusb: Fix possible null pointer dereference in tusb6010_omap.cHuzaifa Sidhpurwala1-2/+2
2011-03-01usb: musb: OMAP3xxx: Fix device detection in otg & host modeHema HK1-8/+2
2011-03-01usb: musb: Idle path retention and offmode support for OMAP3Hema HK3-22/+78
2011-03-01usb: musb: Remove platform context save/restore APIHema HK2-15/+0
2011-03-01usb: musb: gadget: fix list_head usageFelipe Balbi1-3/+4
2011-02-24usb: musb: core: set has_tt flagFelipe Balbi1-0/+1
2011-02-21usb: musb: gadget: DBG() already prints function nameSergei Shtylyov1-4/+4
2011-02-18usb: musb: OMAP4430: Fix usb device detection if connected during bootHema HK2-5/+52
2011-02-17usb: musb: Using runtime pm APIs for musb.Hema HK2-59/+24
2011-02-17usb: musb: gadget: do not poke with gadget's list_headFelipe Balbi4-31/+41
2011-02-17usb: musb: gadget: beautify usb_gadget_probe_driver()/usb_gadget_unregister_driverFelipe Balbi1-71/+79
2011-02-17usb: musb: do not error out if Kconfig doesn't match board modeFelipe Balbi1-25/+0
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman8-42/+93