aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-18usb: musb: Use shared irqAlexandre Bailon1-1/+1
2017-03-14usb: musb: fix possible spinlock deadlockBin Liu1-1/+1
2017-02-14usb: musb: add code comment for clarificationGustavo A. R. Silva1-0/+1
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman1-13/+13
2017-02-03usb: musb: Add a quirk to preserve the session during suspendAlexandre Bailon1-1/+2
2017-02-03usb: musb: remove musb_generic_disable functionBin Liu1-16/+10
2017-01-25usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren1-0/+11
2017-01-25usb: musb: Fix host mode error -71 regressionTony Lindgren1-13/+2
2017-01-05usb: musb: fix compilation warning on unused functionJérémy Lefaure1-0/+2
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman1-18/+129
2016-11-21usb: musb: core: added helper function for parsing DTPetr Kulhavy1-0/+19
2016-11-21usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl1-2/+3
2016-11-21USB: musb: remove obsolete resume-signalling commentsJohan Hovold1-4/+1
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren1-10/+19
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren1-4/+105
2016-11-17usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren1-4/+5
2016-11-07usb: musb: remove duplicated actionsKirill Esipov1-5/+0
2016-09-23usb: musb: Fix session based PM for first invalid VBUSTony Lindgren1-5/+8
2016-09-13usb: musb: remove redundant stack buffersRasmus Villemoes1-7/+5
2016-09-13usb: musb: Implement session bit based runtime PM for musb-coreTony Lindgren1-0/+66
2016-07-17usb: musb: add tracepoints to dump interrupt eventsBin Liu1-3/+1
2016-07-17usb: musb: add tracepoints for register accessBin Liu1-3/+16
2016-07-17usb: musb: switch dev_dbg to tracepointsBin Liu1-33/+31
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