summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2018-01-24USB: musb: fix up one odd DEVICE_ATTR() usageGreg Kroah-Hartman
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook
2017-10-30usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva
2017-10-17usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu
2017-10-17USB: musb: fix late external abort on suspendJohan Hovold
2017-10-17USB: musb: fix session-bit runtime-PM quirkJohan Hovold
2017-08-28USB: musb: fix external abort on suspendJohan Hovold
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu
2017-06-20usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi
2017-04-18usb: musb: Use shared irqAlexandre Bailon
2017-03-14usb: musb: fix possible spinlock deadlockBin Liu
2017-02-14usb: musb: add code comment for clarificationGustavo A. R. Silva
2017-02-06Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman
2017-02-03usb: musb: Add a quirk to preserve the session during suspendAlexandre Bailon
2017-02-03usb: musb: remove musb_generic_disable functionBin Liu
2017-01-25usb: musb: Fix external abort on non-linefetch for musb_irq_work()Tony Lindgren
2017-01-25usb: musb: Fix host mode error -71 regressionTony Lindgren
2017-01-05usb: musb: fix compilation warning on unused functionJérémy Lefaure
2016-11-28Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman
2016-11-21usb: musb: core: added helper function for parsing DTPetr Kulhavy
2016-11-21usb: musb: don't complain on -EPROBE_DEFER when initializing controllerLadislav Michl
2016-11-21USB: musb: remove obsolete resume-signalling commentsJohan Hovold
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-17usb: musb: add tracepoints to dump interrupt eventsBin Liu
2016-07-17usb: musb: add tracepoints for register accessBin Liu
2016-07-17usb: 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