index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: musb: musb_core: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-05
1
-3
/
+2
*
usb: musb: Allow running without CONFIG_USB_PHY
Paul Cercueil
2022-11-09
1
-1
/
+1
*
usb: musb: Add and use inline function musb_otg_state_string
Paul Cercueil
2022-11-09
1
-24
/
+19
*
usb: musb: Add and use inline functions musb_{get,set}_state
Paul Cercueil
2022-11-09
1
-31
/
+31
*
usb: musb: core: Switch to use dev_err_probe() helper
Yang Yingliang
2022-09-27
1
-3
/
+1
*
usb: musb: core: drop redundant checks
Sergey Shtylyov
2022-06-21
1
-14
/
+2
*
usb: musb: Implement tracing for state change events
Tony Lindgren
2021-06-14
1
-16
/
+18
*
usb: musb: Simplify cable state handling
Tony Lindgren
2021-06-14
1
-20
/
+20
*
Merge tag 'v5.13-rc6' into usb-next
Greg Kroah-Hartman
2021-06-14
1
-2
/
+1
|
\
|
*
usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling
Thomas Petazzoni
2021-06-02
1
-2
/
+1
*
|
usb: musb: Check devctl status again for a spurious session request
Tony Lindgren
2021-05-21
1
-0
/
+9
|
/
*
usb: musb: fix PM reference leak in musb_irq_work()
Bixuan Cui
2021-04-09
1
-1
/
+1
*
usb: musb: Fix suspend with devices connected for a64
Tony Lindgren
2021-03-26
1
-4
/
+8
*
usb: musb: Fix runtime PM race in musb_queue_resume_work
Paul Cercueil
2021-02-05
1
-14
/
+17
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-7
/
+6
*
USB: rename USB OTG hub configuration option
Greg Kroah-Hartman
2020-06-19
1
-2
/
+2
*
usb: musb: use true for 'use_dma'
Jason Yan
2020-05-25
1
-1
/
+1
*
usb: musb: start session in resume for host port
Bin Liu
2020-05-25
1
-0
/
+7
*
usb: musb: core: remove useless cast for driver.name
Corentin Labbe
2020-02-19
1
-1
/
+1
*
usb: musb: fix spelling mistake: "periperal" -> "peripheral"
Colin Ian King
2020-01-21
1
-1
/
+1
*
usb: musb: Add musb_clearb/w() interface
Min Guo
2020-01-15
1
-14
/
+28
*
usb: musb: Add get/set toggle hooks
Min Guo
2020-01-15
1
-0
/
+42
*
usb: musb: Add musb_set_host and peripheral and use them for omap2430
Tony Lindgren
2020-01-15
1
-0
/
+103
*
usb: musb: core: Update the function description
Saurav Girepunje
2020-01-15
1
-1
/
+0
*
usb: musb: Disable pullup at init
Paul Cercueil
2020-01-08
1
-0
/
+3
*
usb: musb: fix idling for suspend after disconnect interrupt
Tony Lindgren
2020-01-08
1
-0
/
+8
*
USB: musb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-10-04
1
-3
/
+1
*
USB: musb: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-08-08
1
-19
/
+3
*
usb: musb: remove redundant assignment to variable ret
Colin Ian King
2019-08-01
1
-1
/
+1
*
usb: musb: Silence error about blacklisting hubs if !CONFIG_USB
Paul Cercueil
2019-04-30
1
-4
/
+5
*
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
2018-05-31
1
-4
/
+1
*
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
2018-05-22
1
-7
/
+2
*
usb: musb: break the huge isr musb_stage0_irq() into small functions
Bin Liu
2018-05-22
1
-346
/
+384
*
usb: musb: remove duplicated port mode enum
Bin Liu
2018-05-22
1
-4
/
+4
*
usb: musb: remove duplicated quirks flag
Bin Liu
2018-05-22
1
-6
/
+4
*
usb: musb: remove some register access wrapper functions
Bin Liu
2018-05-22
1
-21
/
+21
*
usb: musb: remove readl/writel from struct musb_platform_ops
Bin Liu
2018-05-22
1
-22
/
+12
*
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2018-04-02
1
-6
/
+1
|
\
|
*
usb: musb: remove blackfin port
Arnd Bergmann
2018-03-26
1
-6
/
+1
*
|
usb: musb: Fix external abort in musb_remove on omap2430
Merlijn Wajer
2018-03-13
1
-1
/
+1
*
|
usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
Merlijn Wajer
2018-03-06
1
-0
/
+2
|
/
*
usb: musb: fix enumeration after resume
Andreas Kemnade
2018-02-20
1
-1
/
+2
*
USB: musb: fix up one odd DEVICE_ATTR() usage
Greg Kroah-Hartman
2018-01-24
1
-3
/
+2
*
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
2018-01-24
1
-6
/
+6
*
USB: musb: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-26
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: musb: Convert timers to use timer_setup()
Kees Cook
2017-11-01
1
-3
/
+3
*
usb: musb_core: mark expected switch fall-through
Gustavo A. R. Silva
2017-10-30
1
-0
/
+1
*
usb: musb: Check for host-mode using is_host_active() on reset interrupt
Jonathan Liu
2017-10-17
1
-4
/
+2
*
USB: musb: fix late external abort on suspend
Johan Hovold
2017-10-17
1
-2
/
+9
[next]