aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2020-06-10usb: musb: start session in resume for host portBin Liu
2020-01-21usb: musb: fix spelling mistake: "periperal" -> "peripheral"Colin Ian King
2020-01-15usb: musb: Add musb_clearb/w() interfaceMin Guo
2020-01-15usb: musb: Add get/set toggle hooksMin Guo
2020-01-15usb: musb: Add musb_set_host and peripheral and use them for omap2430Tony Lindgren
2020-01-15usb: musb: core: Update the function descriptionSaurav Girepunje
2020-01-08usb: musb: Disable pullup at initPaul Cercueil
2020-01-08usb: musb: fix idling for suspend after disconnect interruptTony Lindgren
2019-10-04USB: musb: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-08-08USB: musb: convert platform driver to use dev_groupsGreg Kroah-Hartman
2019-08-01usb: musb: remove redundant assignment to variable retColin Ian King
2019-04-30usb: musb: Silence error about blacklisting hubs if !CONFIG_USBPaul Cercueil
2018-05-31USB: musb: clean up debugfs file and directory creationGreg Kroah-Hartman
2018-05-22usb: musb: remove references to default_a of struct usb_otgBin Liu
2018-05-22usb: musb: break the huge isr musb_stage0_irq() into small functionsBin Liu
2018-05-22usb: musb: remove duplicated port mode enumBin Liu
2018-05-22usb: musb: remove duplicated quirks flagBin Liu
2018-05-22usb: musb: remove some register access wrapper functionsBin Liu
2018-05-22usb: musb: remove readl/writel from struct musb_platform_opsBin Liu
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds
2018-03-26usb: musb: remove blackfin portArnd Bergmann
2018-03-13usb: musb: Fix external abort in musb_remove on omap2430Merlijn Wajer
2018-03-06usb: musb: call pm_runtime_{get,put}_sync before reading vbus registersMerlijn Wajer
2018-02-20usb: musb: fix enumeration after resumeAndreas Kemnade
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