aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-09Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-nextGreg Kroah-Hartman1-1/+1
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I1-1/+1
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman5-11/+153
2014-03-05usb: musb: musb_cppi41: Dont reprogram DMA if tear down is initiatedGeorge Cherian1-1/+2
2014-03-05usb: musb: USB_MUSB_DUAL_ROLE/USB_MUSB_GADGET should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2014-03-05usb: musb: avoid NULL pointer dereferenceFelipe Balbi1-3/+2
2014-02-20usb: musb: dsps, debugfs filesMarkus Pargmann1-0/+54
2014-02-20usb: musb: correct use of schedule_delayed_work()Daniel Mack2-6/+9
2014-02-18usb: musb: dsps, use devm_kzallocMarkus Pargmann1-3/+1
2014-02-18usb: musb: do not sleep in atomic contextDaniel Mack2-5/+17
2014-02-18usb: musb: core: Fix remote-wakeup resumeRoger Quadros1-1/+9
2014-02-18usb: musb: host: Fix SuperSpeed hub enumerationAjay Kumar Gupta1-0/+3
2014-02-18usb: musb: fix obex in g_nokia.ko causing kernel panicFelipe Balbi1-2/+0
2014-02-18usb: musb: musb_cppi41: Handle ISOCH differently and not use the hrtimer.George Cherian1-0/+53
2014-02-18usb: musb: musb_cppi41: Make CPPI aware of high bandwidth transfersGeorge Cherian1-0/+13
2014-02-18usb: musb: musb_host: Enable ISOCH IN handling for AM335x hostGeorge Cherian1-4/+26
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker12-12/+0
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar4-7/+7
2014-01-03Merge tag 'usb-for-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman11-67/+442
2013-12-26usb: musb: Remove usb_disable() check in module_init()Ezequiel Garcia1-16/+1
2013-12-23usb: musb: Rework USB and USB_GADGET dependencyEzequiel Garcia1-4/+4
2013-12-20usb: musb: fix musb pointer acqusition in musb_host_finish_resumeDaniel Mack1-1/+1
2013-12-20usb: musb: fix prototype for musb_port_resetDaniel Mack1-1/+1
2013-12-20usb: musb: fix setting JZ4740 gadget periphal mode on resetApelete Seketeli1-1/+9
2013-12-20usb: musb: add support for JZ4740 usb device controllerApelete Seketeli3-1/+209
2013-12-19usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack4-34/+61
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi3-28/+149
2013-12-17usb: musb: ux500_dma: fix potential NULL dereference errorLee Jones1-1/+3
2013-12-17usb: gadget: add "maxpacket_limit" field to struct usb_epRobert Baldyga1-3/+3
2013-12-16Merge branch 3.13-rc4 into usb-nextGreg Kroah-Hartman1-0/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-11-26usb: musb: dsps: polling ID pin status only in otg modeBin Liu1-2/+3
2013-11-26usb: musb: dsps: add support for suspend and resumeDaniel Mack4-2/+66
2013-11-26usb: musb: dsps: add {tx,rx}_mode to wrapperDaniel Mack1-0/+4
2013-11-26usb: musb: call musb_port_suspend from musb_bus_suspendDaniel Mack3-1/+5
2013-11-26usb: musb: unconditionally save and restore the context on suspendDaniel Mack1-1/+13
2013-11-26usb: musb: core: call musb_platform_set_mode() during probeFelipe Balbi1-1/+10
2013-11-26usb: musb: dsps: implement ->set_mode()Felipe Balbi1-0/+51
2013-11-25usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior1-4/+5
2013-11-25usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior1-5/+108
2013-11-25usb: musb: musb_cppi41: factor most of cppi41_dma_callback() into cppi41_trans_done()Sebastian Andrzej Siewior1-23/+36
2013-11-25usb: fix musb gadget to enable OTG mode conditionallyApelete Seketeli1-0/+4
2013-11-11Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman13-214/+179
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman4-46/+50
2013-10-17usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior2-3/+13
2013-10-17usb: musb: core: Call dma_controller_destroy() in error path only once.Sebastian Andrzej Siewior1-2/+3
2013-10-17usb: musb: core: properly free host / device structs in err pathSebastian Andrzej Siewior1-0/+3
2013-10-17usb: musb: dsps: run the timer only on OTG systemsSebastian Andrzej Siewior1-1/+1
2013-10-17usb: musb: dsps: redo the otg timerSebastian Andrzej Siewior1-11/+9