summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: core: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King2020-01-211-1/+1
* usb: musb: Add musb_clearb/w() interfaceMin Guo2020-01-151-14/+28
* usb: musb: Add get/set toggle hooksMin Guo2020-01-151-0/+42
* usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren2020-01-151-0/+103
* usb: musb: core: Update the function descriptionSaurav Girepunje2020-01-151-1/+0
* usb: musb: Disable pullup at initPaul Cercueil2020-01-081-0/+3
* usb: musb: fix idling for suspend after disconnect interruptTony Lindgren2020-01-081-0/+8
* USB: musb: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-041-3/+1
* USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman2019-08-081-19/+3
* usb: musb: remove redundant assignment to variable retColin Ian King2019-08-011-1/+1
* usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil2019-04-301-4/+5
* USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman2018-05-311-4/+1
* usb: musb: remove references to default_a of struct usb_otgBin Liu2018-05-221-7/+2
* usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu2018-05-221-346/+384
* usb: musb: remove duplicated port mode enumBin Liu2018-05-221-4/+4
* usb: musb: remove duplicated quirks flagBin Liu2018-05-221-6/+4
* usb: musb: remove some register access wrapper functionsBin Liu2018-05-221-21/+21
* usb: musb: remove readl/writel from struct musb_platform_opsBin Liu2018-05-221-22/+12
* Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-021-6/+1
|\
| * usb: musb: remove blackfin portArnd Bergmann2018-03-261-6/+1
* | usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer2018-03-131-1/+1
* | usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer2018-03-061-0/+2
|/
* usb: musb: fix enumeration after resumeAndreas Kemnade2018-02-201-1/+2
* USB: musb: fix up one odd DEVICE_ATTR() usageGreg Kroah-Hartman2018-01-241-3/+2
* USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman2018-01-241-6/+6
* USB: musb: Remove redundant license textGreg Kroah-Hartman2017-11-071-26/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* usb: musb: Convert timers to use timer_setup()Kees Cook2017-11-011-3/+3
* usb: musb_core: mark expected switch fall-throughGustavo A. R. Silva2017-10-301-0/+1
* usb: musb: Check for host-mode using is_host_active() on reset interruptJonathan Liu2017-10-171-4/+2
* USB: musb: fix late external abort on suspendJohan Hovold2017-10-171-2/+9
* USB: musb: fix session-bit runtime-PM quirkJohan Hovold2017-10-171-4/+4
* USB: musb: fix external abort on suspendJohan Hovold2017-08-281-8/+10
* usb: musb: fix endpoint fifo allocation for 4KB fifo memoryBin Liu2017-08-281-2/+2
* usb: musb: Add quirk to avoid skb reserve in gadget modePeter Ujfalusi2017-06-201-0/+3
* usb: musb: Use shared irqAlexandre Bailon2017-04-181-1/+1
* usb: musb: fix possible spinlock deadlockBin Liu2017-03-141-1/+1
* usb: musb: add code comment for clarificationGustavo A. R. Silva2017-02-141-0/+1
* Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-13/+13
|\
| * 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/+2
* | usb: musb: Add a quirk to preserve the session during suspendAlexandre Bailon2017-02-031-1/+2
* | usb: musb: remove musb_generic_disable functionBin Liu2017-02-031-16/+10
|/
* 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