aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil1-4/+5
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman1-4/+1
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu1-7/+2
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu1-346/+384
2018-05-22usb: musb: remove duplicated port mode enumBin Liu1-4/+4
2018-05-22usb: musb: remove duplicated quirks flagBin Liu1-6/+4
2018-05-22usb: musb: remove some register access wrapper functionsBin Liu1-21/+21
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu1-22/+12
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-6/+1
2018-03-26usb: musb: remove blackfin portArnd Bergmann1-6/+1
2018-03-13usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer1-1/+1
2018-03-06usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer1-0/+2
2018-02-20usb: musb: fix enumeration after resumeAndreas Kemnade1-1/+2
2018-01-24USB: musb: fix up one odd DEVICE_ATTR() usageGreg Kroah-Hartman1-3/+2
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman1-6/+6
2017-11-07USB: musb: Remove redundant license textGreg Kroah-Hartman1-26/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: musb: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-10-30usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-17usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu1-4/+2
2017-10-17USB: musb: fix late external abort on suspendJohan Hovold1-2/+9
2017-10-17USB: musb: fix session-bit runtime-PM quirkJohan Hovold1-4/+4
2017-08-28USB: musb: fix external abort on suspendJohan Hovold1-8/+10
2017-08-28usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu1-2/+2
2017-06-20usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi1-0/+3
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