summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui1-1/+1
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren1-4/+8
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil1-14/+17
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-7/+6
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman1-2/+2
2020-05-25usb: musb: use true for 'use_dma'Jason Yan1-1/+1
2020-05-25usb: musb: start session in resume for host portBin Liu1-0/+7
2020-02-19usb: musb: core: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-01-21usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King1-1/+1
2020-01-15usb: musb: Add musb_clearb/w() interfaceMin Guo1-14/+28
2020-01-15usb: musb: Add get/set toggle hooksMin Guo1-0/+42
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren1-0/+103
2020-01-15usb: musb: core: Update the function descriptionSaurav Girepunje1-1/+0
2020-01-08usb: musb: Disable pullup at initPaul Cercueil1-0/+3
2020-01-08usb: musb: fix idling for suspend after disconnect interruptTony Lindgren1-0/+8
2019-10-04USB: musb: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-08-08USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman1-19/+3
2019-08-01usb: musb: remove redundant assignment to variable retColin Ian King1-1/+1
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/arn...Linus 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