aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+7
2015-05-26usb: musb: Fix platform code being unable to override ep access opsHans de Goede1-7/+6
2015-05-26usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functionsHans de Goede1-4/+4
2015-05-26usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede1-12/+22
2015-05-26usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx versionsHans de Goede1-8/+3
2015-05-26usb: musb: fix order of conditions for assigning end point operationsBen Hutchings1-7/+7
2015-05-07usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren1-2/+0
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren1-3/+22
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren1-1/+1
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi1-3/+4
2015-03-10usb: musb: core: always try to recover from babbleFelipe Balbi1-16/+6
2015-03-10usb: musb: core: disable irqs inside babble recoveryFelipe Balbi1-4/+3
2015-03-10usb: musb: core: remove unnecessary forward declarationFelipe Balbi1-1/+0
2015-03-10usb: musb: core: drop recover_workFelipe Balbi1-8/+9
2015-03-10usb: musb: rename ->reset() to ->recover()Felipe Balbi1-1/+1
2015-03-10usb: musb: core: simplify musb_recover_work()Felipe Balbi1-9/+12
2015-03-10usb: musb: core: decrease delayed_work timeFelipe Balbi1-1/+1
2015-03-10usb: musb: don't touch devctl from babble recoveryFelipe Balbi1-2/+4
2015-03-10usb: musb: core: refactor IRQ enable/disable to separate functionsFelipe Balbi1-11/+26
2015-03-10usb: musb: core: controller drops session automaticallyFelipe Balbi1-1/+0
2015-03-10usb: musb: dsps: remove babble check from dsps irq handlerFelipe Balbi1-1/+1
2015-03-10usb: musb: core: there is no connect interrupt in peripheral modeFelipe Balbi1-4/+0
2015-03-10usb: musb: core: remove unnecessary reg access from resume IRQFelipe Balbi1-15/+0
2015-03-10usb: musb: core: break long lineFelipe Balbi1-1/+2
2015-03-10usb: musb: core: move babble recovery inside babble checkFelipe Balbi1-7/+6
2015-03-10usb: musb: core: fix highspeed checkFelipe Balbi1-7/+14
2015-03-10usb: musb: core: add missing curly bracesFelipe Balbi1-2/+2
2015-03-10usb: musb: core: remove unnecessary logical comparisonFelipe Balbi1-1/+1
2015-03-09usb: musb: core: improve musb_interrupt() a bitFelipe Balbi1-28/+24
2015-03-09usb: musb: core: fix TX/RX endpoint orderFelipe Balbi1-18/+26
2015-02-23usb: musb: core: add pm_runtime_irq_safe()Felipe Balbi1-4/+6
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