aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.c
AgeCommit message (Expand)Author
2 daysmaster: sync with upstream 6.6Bruce Ashfield
2023-05-24ARM/musb: omap2: Remove global GPIO numbers from TUSB6010Linus Walleij
2023-04-05usb: musb: musb_core: Convert to platform remove callback returning voidUwe Kleine-König
2022-11-09usb: musb: Allow running without CONFIG_USB_PHYPaul Cercueil
2022-11-09usb: musb: Add and use inline function musb_otg_state_stringPaul Cercueil
2022-11-09usb: musb: Add and use inline functions musb_{get,set}_statePaul Cercueil
2022-09-27usb: musb: core: Switch to use dev_err_probe() helperYang Yingliang
2022-06-21usb: musb: core: drop redundant checksSergey Shtylyov
2021-06-14usb: musb: Implement tracing for state change eventsTony Lindgren
2021-06-14usb: musb: Simplify cable state handlingTony Lindgren
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman
2021-06-02usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handlingThomas Petazzoni
2021-05-21usb: musb: Check devctl status again for a spurious session requestTony Lindgren
2021-04-09usb: musb: fix PM reference leak in musb_irq_work()Bixuan Cui
2021-03-26usb: musb: Fix suspend with devices connected for a64Tony Lindgren
2021-02-05usb: musb: Fix runtime PM race in musb_queue_resume_workPaul Cercueil
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-19USB: rename USB OTG hub configuration optionGreg Kroah-Hartman
2020-05-25usb: musb: use true for 'use_dma'Jason Yan
2020-05-25usb: musb: start session in resume for host portBin Liu
2020-02-19usb: musb: core: remove useless cast for driver.nameCorentin Labbe
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