aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-01usb: musb: only restore devctl when session was set in backupBin Liu1-1/+2
2016-06-01usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren1-6/+0
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren1-3/+4
2016-06-01usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren1-22/+17
2016-06-01usb: musb: Update to use PM runtime autosuspendTony Lindgren1-3/+6
2016-06-01usb: musb: Remove unnecessary shutdown functionTony Lindgren1-25/+14
2016-06-01usb: musb: Fix idling after host mode by increasing autosuspend delayTony Lindgren1-2/+8
2016-03-04usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::configPetr Kulhavy1-1/+1
2015-12-22usb: musb: core: call init and shutdown for the usb phyUwe Kleine-König1-0/+10
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren1-0/+21
2015-12-15usb: musb: convert printk to pr_*Rasmus Villemoes1-10/+7
2015-12-09usb: musb: fail with error when no DMA controller setAaro Koskinen1-0/+1
2015-12-08usb: musb: core: Fix pm runtime for deferred probeTony Lindgren1-1/+6
2015-11-17usb: musb: enable usb_dma parameterBin Liu1-1/+1
2015-11-16usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König1-5/+5
2015-10-16usb: musb: core: add common method of getting vbus statusRoman Alyautdin1-3/+10
2015-09-27usb: musb: set the controller speed based on the config settingBin Liu1-6/+10
2015-09-14usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst1-0/+6
2015-09-14usb: musb: ensure in peripheral mode when checking sessionBin Liu1-0/+1
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