index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_core.c
Age
Commit message (
Expand
)
Author
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-06-19
USB: rename USB OTG hub configuration option
Greg Kroah-Hartman
2020-05-25
usb: musb: use true for 'use_dma'
Jason Yan
2020-05-25
usb: musb: start session in resume for host port
Bin Liu
2020-02-19
usb: musb: core: remove useless cast for driver.name
Corentin Labbe
2020-01-21
usb: musb: fix spelling mistake: "periperal" -> "peripheral"
Colin Ian King
2020-01-15
usb: musb: Add musb_clearb/w() interface
Min Guo
2020-01-15
usb: musb: Add get/set toggle hooks
Min Guo
2020-01-15
usb: musb: Add musb_set_host and peripheral and use them for omap2430
Tony Lindgren
2020-01-15
usb: musb: core: Update the function description
Saurav Girepunje
2020-01-08
usb: musb: Disable pullup at init
Paul Cercueil
2020-01-08
usb: musb: fix idling for suspend after disconnect interrupt
Tony Lindgren
2019-10-04
USB: musb: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-08-08
USB: musb: convert platform driver to use dev_groups
Greg Kroah-Hartman
2019-08-01
usb: musb: remove redundant assignment to variable ret
Colin Ian King
2019-04-30
usb: musb: Silence error about blacklisting hubs if !CONFIG_USB
Paul Cercueil
2018-05-31
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
2018-05-22
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
2018-05-22
usb: musb: break the huge isr musb_stage0_irq() into small functions
Bin Liu
2018-05-22
usb: musb: remove duplicated port mode enum
Bin Liu
2018-05-22
usb: musb: remove duplicated quirks flag
Bin Liu
2018-05-22
usb: musb: remove some register access wrapper functions
Bin Liu
2018-05-22
usb: musb: remove readl/writel from struct musb_platform_ops
Bin Liu
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
2018-03-26
usb: musb: remove blackfin port
Arnd Bergmann
2018-03-13
usb: musb: Fix external abort in musb_remove on omap2430
Merlijn Wajer
2018-03-06
usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
Merlijn Wajer
2018-02-20
usb: musb: fix enumeration after resume
Andreas Kemnade
2018-01-24
USB: musb: fix up one odd DEVICE_ATTR() usage
Greg Kroah-Hartman
2018-01-24
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
2017-11-07
USB: musb: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-01
usb: musb: Convert timers to use timer_setup()
Kees Cook
2017-10-30
usb: musb_core: mark expected switch fall-through
Gustavo A. R. Silva
2017-10-17
usb: musb: Check for host-mode using is_host_active() on reset interrupt
Jonathan Liu
2017-10-17
USB: musb: fix late external abort on suspend
Johan Hovold
2017-10-17
USB: musb: fix session-bit runtime-PM quirk
Johan Hovold
2017-08-28
USB: musb: fix external abort on suspend
Johan Hovold
2017-08-28
usb: musb: fix endpoint fifo allocation for 4KB fifo memory
Bin Liu
2017-06-20
usb: musb: Add quirk to avoid skb reserve in gadget mode
Peter Ujfalusi
2017-04-18
usb: musb: Use shared irq
Alexandre Bailon
2017-03-14
usb: musb: fix possible spinlock deadlock
Bin Liu
2017-02-14
usb: musb: add code comment for clarification
Gustavo A. R. Silva
2017-02-06
Merge 4.10-rc7 into usb-next
Greg Kroah-Hartman
2017-02-03
usb: musb: Add a quirk to preserve the session during suspend
Alexandre Bailon
2017-02-03
usb: musb: remove musb_generic_disable function
Bin Liu
2017-01-25
usb: musb: Fix external abort on non-linefetch for musb_irq_work()
Tony Lindgren
2017-01-25
usb: musb: Fix host mode error -71 regression
Tony Lindgren
2017-01-05
usb: musb: fix compilation warning on unused function
Jérémy Lefaure
2016-11-28
Merge 4.9-rc7 into usb-next
Greg Kroah-Hartman
[next]