summaryrefslogtreecommitdiff
path: root/drivers/usb/musb
AgeCommit message (Expand)AuthorFilesLines
2017-03-16usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren1-1/+1
2016-08-23usb: musb: Stop bulk endpoint while queue is rotatedAndrew Goodbody1-1/+7
2016-08-23usb: musb: Ensure rx reinit occurs for shared_fifo endpointsAndrew Goodbody1-7/+6
2016-01-25usb: musb: USB_TI_CPPI41_DMA requires dmaengine supportArnd Bergmann1-1/+1
2015-12-14usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König1-5/+5
2015-08-10usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi1-3/+1
2015-05-05usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2-3/+4
2015-05-04usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-03-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
2015-02-04usb: musb: Fix a few off-by-one lengthsRasmus Villemoes2-10/+10
2015-01-22usb: musb: stuff leak of struct usb_hcdSebastian Andrzej Siewior1-1/+0
2014-11-13usb: musb: dsps: start OTG timer on resume againSebastian Andrzej Siewior1-1/+3
2014-11-13usb: musb: cppi41: restart hrtimer only if not yet doneThomas Gleixner1-1/+2
2014-10-15usb: musb: dsps: kill OTG timer on suspendFelipe Balbi1-0/+2
2014-06-30usb: musb: dsps: fix the base address for accessing the mode registerLothar Waßmann1-5/+4
2014-06-27usb: musb: Ensure that cppi41 timer gets armed on premature DMA TX irqThomas Gleixner1-1/+1
2014-06-27usb: musb: Fix panic upon musb_am335x module removalEzequiel Garcia1-17/+6
2014-06-20usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian1-1/+1
2014-06-19usb: musb: ux500: don't propagate the OF nodeLinus Walleij1-1/+0
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman11-45/+123
2014-05-16usb: musb: tusb6010: Use musb->tusb_revision instead of tusb_get_revision call.Matwey V. Kornilov3-14/+9
2014-05-16usb: musb: tusb6010: Add tusb_revision to struct musb to store the revision.Matwey V. Kornilov2-0/+2
2014-05-14usb: musb: omap2plus bus glue needs USB host supportArnd Bergmann1-1/+1
2014-05-14usb: musb: tusb-dma can't be built-in if tusb is notArnd Bergmann1-1/+1
2014-05-14usb: musb: tusb: remove dead codePaul Bolle1-6/+0
2014-05-14usb: musb: Kconfig: Select the DMA driver if DMA mode of MUSB is enabledGeorge Cherian1-0/+1
2014-04-21usb: musb: dsps: compile suspend/resume only with PM_SLEEPWolfram Sang1-1/+1
2014-04-21usb: musb: dsps: handle babble interruptsDaniel Mack1-1/+24
2014-04-21usb: musb: add a work_struct to recover from babble errorsDaniel Mack2-0/+36
2014-04-21usb: musb: add reset hook to platform opsDaniel Mack1-0/+7
2014-04-21usb: phy: generic: allow multiples calls to usb_phy_generic_register()Felipe Balbi4-9/+30
2014-04-21usb: musb: move usb_phy_generic_{un,}register calls to probe()/remove()Felipe Balbi5-12/+11
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi6-6/+6
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi5-12/+12
2014-04-16usb: musb: dsps: move debugfs_remove_recursive()Daniel Mack1-3/+2
2014-04-15usb: musb: omap2430: make sure clocks are enabled when running mailboxFelipe Balbi1-0/+6
2014-04-15usb: musb: fix PHY power on/offFelipe Balbi1-0/+2
2014-03-09Merge tag 'for_3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/...Greg Kroah-Hartman1-1/+1
2014-03-09phy: rename struct omap_control_usb to struct omap_control_phyKishon Vijay Abraham I1-1/+1
2014-03-08Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman5-11/+153
2014-03-06usb: 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