summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren2017-01-251-0/+11
* usb: musb: Fix host mode error -71 regressionTony Lindgren2017-01-251-13/+2Star
* usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
* Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-18/+129
|\
| * usb: musb: Fix PM for hub disconnectTony Lindgren2016-11-171-10/+19
| * usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren2016-11-171-4/+105
| * usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren2016-11-171-4/+5
* | usb: musb: core: added helper function for parsing DTPetr Kulhavy2016-11-211-0/+19
* | usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl2016-11-211-2/+3
* | USB: musb: remove obsolete resume-signalling commentsJohan Hovold2016-11-211-4/+1Star
|/
* usb: musb: remove duplicated actionsKirill Esipov2016-11-071-5/+0Star
* usb: musb: Fix session based PM for first invalid VBUSTony Lindgren2016-09-231-5/+8
* usb: musb: remove redundant stack buffersRasmus Villemoes2016-09-131-7/+5Star
* usb: musb: Implement session bit based runtime PM for musb-coreTony Lindgren2016-09-131-0/+66
* usb: musb: add tracepoints to dump interrupt eventsBin Liu2016-07-171-3/+1Star
* usb: musb: add tracepoints for register accessBin Liu2016-07-171-3/+16
* usb: musb: switch dev_dbg to tracepointsBin Liu2016-07-171-33/+31Star
* usb: musb: only restore devctl when session was set in backupBin Liu2016-06-011-1/+2
* usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren2016-06-011-6/+0Star
* usb: musb: Return error value from musb_mailboxTony Lindgren2016-06-011-3/+4
* usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren2016-06-011-22/+17Star
* usb: musb: Update to use PM runtime autosuspendTony Lindgren2016-06-011-3/+6
* usb: musb: Remove unnecessary shutdown functionTony Lindgren2016-06-011-25/+14Star
* usb: musb: Fix idling after host mode by increasing autosuspend delayTony Lindgren2016-06-011-2/+8
* usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy2016-03-041-1/+1
* usb: musb: core: call init and shutdown for the usb phyUwe Kleine-König2015-12-221-0/+10
* usb: musb: core: Fix handling of the phy notificationsTony Lindgren2015-12-161-0/+21
* usb: musb: convert printk to pr_*Rasmus Villemoes2015-12-151-10/+7Star
* usb: musb: fail with error when no DMA controller setAaro Koskinen2015-12-091-0/+1
* usb: musb: core: Fix pm runtime for deferred probeTony Lindgren2015-12-081-1/+6
* usb: musb: enable usb_dma parameterBin Liu2015-11-171-1/+1
* usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König2015-11-161-5/+5
* usb: musb: core: add common method of getting vbus statusRoman Alyautdin2015-10-161-3/+10
* usb: musb: set the controller speed based on the config settingBin Liu2015-09-271-6/+10
* usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst2015-09-141-0/+6
* usb: musb: ensure in peripheral mode when checking sessionBin Liu2015-09-141-0/+1
* 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