summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman2015-06-081-1/+7
|\
| * usb: musb: fix order of conditions for assigning end point operationsBen Hutchings2015-05-261-7/+7
* | usb: musb: Fix platform code being unable to override ep access opsHans de Goede2015-05-261-7/+6Star
* | usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede2015-05-261-4/+4
* | usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede2015-05-261-12/+22
* | usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede2015-05-261-8/+3Star
* | usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren2015-05-071-2/+0Star
* | usb: musb: Set up function pointers for DMATony Lindgren2015-05-071-3/+22
* | usb: musb: Fix up DMA related macrosTony Lindgren2015-05-071-1/+1
|/
* usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi2015-04-071-3/+4
* usb: musb: core: always try to recover from babbleFelipe Balbi2015-03-101-16/+6Star
* usb: musb: core: disable irqs inside babble recoveryFelipe Balbi2015-03-101-4/+3Star
* usb: musb: core: remove unnecessary forward declarationFelipe Balbi2015-03-101-1/+0Star
* usb: musb: core: drop recover_workFelipe Balbi2015-03-101-8/+9
* usb: musb: rename ->reset() to ->recover()Felipe Balbi2015-03-101-1/+1
* usb: musb: core: simplify musb_recover_work()Felipe Balbi2015-03-101-9/+12
* usb: musb: core: decrease delayed_work timeFelipe Balbi2015-03-101-1/+1
* usb: musb: don't touch devctl from babble recoveryFelipe Balbi2015-03-101-2/+4
* usb: musb: core: refactor IRQ enable/disable to separate functionsFelipe Balbi2015-03-101-11/+26
* usb: musb: core: controller drops session automaticallyFelipe Balbi2015-03-101-1/+0Star
* usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi2015-03-101-1/+1
* usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi2015-03-101-4/+0Star
* usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi2015-03-101-15/+0Star
* usb: musb: core: break long lineFelipe Balbi2015-03-101-1/+2
* usb: musb: core: move babble recovery inside babble checkFelipe Balbi2015-03-101-7/+6Star
* usb: musb: core: fix highspeed checkFelipe Balbi2015-03-101-7/+14
* usb: musb: core: add missing curly bracesFelipe Balbi2015-03-101-2/+2
* usb: musb: core: remove unnecessary logical comparisonFelipe Balbi2015-03-101-1/+1
* usb: musb: core: improve musb_interrupt() a bitFelipe Balbi2015-03-091-28/+24Star
* usb: musb: core: fix TX/RX endpoint orderFelipe Balbi2015-03-091-18/+26
* usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi2015-02-231-4/+6
* usb: musb: fix device hotplug behind hubBin Liu2015-02-041-0/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * usb: musb: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | usb: musb: Use IS_ENABLED for tusb6010Tony Lindgren2014-11-251-1/+1
* | usb: musb: Pass fifo_mode in platform dataTony Lindgren2014-11-251-15/+6Star
* | 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/+7Star
* usb: musb: add a work_struct to recover from babble errorsDaniel Mack2014-04-211-0/+35