aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04usb: musb: fix device hotplug behind hubBin Liu1-0/+7
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-25usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren1-1/+1
2014-11-25usb: musb: Pass fifo_mode in platform dataTony Lindgren1-15/+6
2014-11-25usb: musb: Change end point selection to use new IO accessTony Lindgren1-1/+37
2014-11-25usb: musb: Change to use new IO accessTony Lindgren1-16/+127
2014-11-18usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian1-1/+4
2014-11-18usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior1-0/+8
2014-11-05usb: musb: try a race-free wakeupSebastian Andrzej Siewior1-4/+6
2014-11-05usb: musb: core: check link status on resumeSebastian Andrzej Siewior1-0/+6
2014-11-03usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart1-47/+47
2014-11-03usb: musb: core: use ->resume instead ->resume_noirqSebastian Andrzej Siewior1-2/+2
2014-11-03usb: musb: core: remove duplicate check on resourceVarka Bhadram1-2/+2
2014-10-20usb: musb: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-16usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian1-4/+6
2014-07-16usb: musb: core: Convert babble recover work to delayed workGeorge Cherian1-7/+8
2014-07-16usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian1-1/+1
2014-06-30usb: musb: use is_host_active() to distinguish between host and gadget modeDaniel Mack1-9/+7
2014-04-21usb: musb: add a work_struct to recover from babble errorsDaniel Mack1-0/+35
2014-03-07Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+2
2014-03-05usb: musb: avoid NULL pointer dereferenceFelipe Balbi1-3/+2
2014-02-20usb: musb: correct use of schedule_delayed_work()Daniel Mack1-1/+2
2014-02-18usb: musb: do not sleep in atomic contextDaniel Mack1-0/+2
2014-02-18usb: musb: core: Fix remote-wakeup resumeRoger Quadros1-1/+9
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar1-3/+3
2013-12-26usb: musb: Remove usb_disable() check in module_init()Ezequiel Garcia1-16/+1
2013-12-19usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack1-2/+23
2013-12-19Merge tag 'v3.13-rc4' into nextFelipe Balbi1-4/+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-25usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior1-4/+5
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-3/+14
2013-10-19Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman1-0/+46
2013-10-17usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior1-1/+7
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-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-11usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior1-0/+46
2013-10-10usb: musb: cancel work on removalSebastian Andrzej Siewior1-0/+1
2013-08-13Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-23/+7
2013-07-30usb: musb: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-29usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior1-7/+0
2013-07-29usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior1-0/+2
2013-07-29usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior1-4/+3
2013-07-29usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior1-14/+4
2013-07-24USB: remove unneeded idr.h includeGreg Kroah-Hartman1-1/+0
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack1-2/+2
2013-05-28usb: musb: use musb->port_modeDaniel Mack1-5/+17
2013-05-28usb: musb: re-introduce musb->port_modeDaniel Mack1-0/+1