summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * usb: musb: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren2014-11-251-1/+1
* | usb: musb: Pass fifo_mode in platform dataTony Lindgren2014-11-251-15/+6
* | usb: musb: Change end point selection to use new IO accessTony Lindgren2014-11-251-1/+37
* | usb: musb: Change to use new IO accessTony Lindgren2014-11-251-16/+127
* | usb: musb: core: Disable the Interrupts till BABBLE is fully handledGeorge Cherian2014-11-181-1/+4
* | usb: musb: core: make sure musb is in RPM_ACTIVE on resumeSebastian Andrzej Siewior2014-11-181-0/+8
* | usb: musb: try a race-free wakeupSebastian Andrzej Siewior2014-11-051-4/+6
* | usb: musb: core: check link status on resumeSebastian Andrzej Siewior2014-11-051-0/+6
* | usb: move the OTG state from the USB PHY to the OTG structureAntoine Tenart2014-11-031-47/+47
* | usb: musb: core: use ->resume instead ->resume_noirqSebastian Andrzej Siewior2014-11-031-2/+2
* | usb: musb: core: remove duplicate check on resourceVarka Bhadram2014-11-031-2/+2
|/
* usb: musb: core: Convert the musb_platform_reset to have a return value.George Cherian2014-07-161-4/+6
* usb: musb: core: Convert babble recover work to delayed workGeorge Cherian2014-07-161-7/+8
* usb: musb: core: Handle Babble condition only in HOST modeGeorge Cherian2014-07-161-1/+1
* usb: musb: use is_host_active() to distinguish between host and gadget modeDaniel Mack2014-06-301-9/+7
* usb: musb: add a work_struct to recover from babble errorsDaniel Mack2014-04-211-0/+35
* Merge tag 'usb-for-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-03-071-3/+2
|\
| * usb: musb: avoid NULL pointer dereferenceFelipe Balbi2014-03-051-3/+2
* | usb: musb: correct use of schedule_delayed_work()Daniel Mack2014-02-201-1/+2
* | usb: musb: do not sleep in atomic contextDaniel Mack2014-02-181-0/+2
* | usb: musb: core: Fix remote-wakeup resumeRoger Quadros2014-02-181-1/+9
|/
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: musb: correct spelling mistakes in comment and error stringRahul Bedarkar2014-01-031-3/+3
* usb: musb: Remove usb_disable() check in module_init()Ezequiel Garcia2013-12-261-16/+1
* usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack2013-12-191-2/+23
* Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-191-4/+5
|\
| * usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior2013-11-251-4/+5
* | usb: musb: unconditionally save and restore the context on suspendDaniel Mack2013-11-261-1/+13
* | usb: musb: core: call musb_platform_set_mode() during probeFelipe Balbi2013-11-261-1/+10
|/
* Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-10-241-3/+14
|\
| * usb: musb: cppi41: allow to defer probing if DMA isn't yet availableSebastian Andrzej Siewior2013-10-171-1/+7
| * usb: musb: core: Call dma_controller_destroy() in error path only once.Sebastian Andrzej Siewior2013-10-171-2/+3
| * usb: musb: core: properly free host / device structs in err pathSebastian Andrzej Siewior2013-10-171-0/+3
| * usb: musb: cancel work on removalSebastian Andrzej Siewior2013-10-101-0/+1
* | Merge 3.12-rc6 into usb-next.Greg Kroah-Hartman2013-10-191-0/+46
|\ \
| * | usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior2013-10-111-0/+46
| |/
* | usb: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
|/
* Merge tag 'usb-for-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-08-131-23/+7
|\
| * usb: musb: use dev_get_platdata()Jingoo Han2013-07-301-1/+1
| * usb: musb: do not change dev's dma_maskSebastian Andrzej Siewior2013-07-291-7/+0
| * usb: musb: core: call dma_controller_destroy() in the err pathSebastian Andrzej Siewior2013-07-291-0/+2
| * usb: musb: remove a few is_dma_capable() in init/exit codeSebastian Andrzej Siewior2013-07-291-4/+3
| * usb: musb: dma: merge ->start/stop into create/destroySebastian Andrzej Siewior2013-07-291-14/+4
* | USB: remove unneeded idr.h includeGreg Kroah-Hartman2013-07-241-1/+0
|/
* usb: musb: eliminate musb_to_hcdDaniel Mack2013-05-281-2/+2
* usb: musb: use musb->port_modeDaniel Mack2013-05-281-5/+17
* usb: musb: re-introduce musb->port_modeDaniel Mack2013-05-281-0/+1
* usb: musb: add musb_host_setup() and musb_host_cleanup()Daniel Mack2013-05-281-0/+5
OpenPOWER on IntegriCloud