summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2017-10-27usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu
2017-09-09USB: musb: fix external abort on suspendJohan Hovold
2017-06-17usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren
2017-03-31usb: musb: fix possible spinlock deadlockBin Liu
2017-02-09usb: musb: Fix host mode error -71 regressionTony Lindgren
2016-11-17usb: musb: Fix PM for hub disconnectTony Lindgren
2016-11-17usb: musb: Fix sleeping function called from invalid context for hdrc glueTony Lindgren
2016-11-17usb: musb: Fix broken use of static variable for multiple instancesTony Lindgren
2016-11-07usb: musb: remove duplicated actionsKirill Esipov
2016-09-23usb: musb: Fix session based PM for first invalid VBUSTony Lindgren
2016-09-13usb: musb: remove redundant stack buffersRasmus Villemoes
2016-09-13usb: musb: Implement session bit based runtime PM for musb-coreTony Lindgren
2016-07-16usb: musb: add tracepoints to dump interrupt eventsBin Liu
2016-07-16usb: musb: add tracepoints for register accessBin Liu
2016-07-16usb: musb: switch dev_dbg to tracepointsBin Liu
2016-06-01usb: musb: only restore devctl when session was set in backupBin Liu
2016-06-01usb: musb: Remove pm_runtime_set_irq_safeTony Lindgren
2016-06-01usb: musb: Return error value from musb_mailboxTony Lindgren
2016-06-01usb: musb: Split PM runtime between wrapper IP and musb coreTony Lindgren
2016-06-01usb: musb: Update to use PM runtime autosuspendTony Lindgren
2016-06-01usb: musb: Remove unnecessary shutdown functionTony Lindgren
2016-06-01usb: musb: Fix idling after host mode by increasing autosuspend delayTony Lindgren
2016-03-04usb: musb: core: added missing const qualifier to musb_hdrc_platform_data::co...Petr Kulhavy
2015-12-22usb: musb: core: call init and shutdown for the usb phyUwe Kleine-König
2015-12-16usb: musb: core: Fix handling of the phy notificationsTony Lindgren
2015-12-15usb: musb: convert printk to pr_*Rasmus Villemoes
2015-12-09usb: musb: fail with error when no DMA controller setAaro Koskinen
2015-12-08usb: musb: core: Fix pm runtime for deferred probeTony Lindgren
2015-11-17usb: musb: enable usb_dma parameterBin Liu
2015-11-16usb: musb: core: fix order of arguments to ulpi write callbackUwe Kleine-König
2015-10-16usb: musb: core: add common method of getting vbus statusRoman Alyautdin
2015-09-27usb: musb: set the controller speed based on the config settingBin Liu
2015-09-14usb: musb: Disable interrupts on suspend, enable them on resumePascal Huerst
2015-09-14usb: musb: ensure in peripheral mode when checking sessionBin Liu
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman
2015-05-26usb: musb: Fix platform code being unable to override ep access opsHans de Goede
2015-05-26usb: musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo f...Hans de Goede
2015-05-26usb: musb: Make busctl_offset an io-op rather then a defineHans de Goede
2015-05-26usb: musb: Make musb_write_rxfun* and musb_write_rxhub* work like their tx ve...Hans de Goede
2015-05-26usb: musb: fix order of conditions for assigning end point operationsBen Hutchings
2015-05-07usb: musb: Get rid of the DMA ifdefs for musb_core.cTony Lindgren
2015-05-07usb: musb: Set up function pointers for DMATony Lindgren
2015-05-07usb: musb: Fix up DMA related macrosTony Lindgren
2015-04-07usb: musb: use new USB_RESUME_TIMEOUTFelipe Balbi
2015-03-10usb: musb: core: always try to recover from babbleFelipe Balbi
2015-03-10usb: musb: core: disable irqs inside babble recoveryFelipe Balbi
2015-03-10usb: musb: core: remove unnecessary forward declarationFelipe Balbi
2015-03-10usb: musb: core: drop recover_workFelipe Balbi
2015-03-10usb: musb: rename ->reset() to ->recover()Felipe Balbi
2015-03-10usb: musb: core: simplify musb_recover_work()Felipe Balbi