index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
musb
/
musb_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-08
USB: musb: convert platform driver to use dev_groups
Greg Kroah-Hartman
1
-19
/
+3
2019-08-01
usb: musb: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+1
2019-04-30
usb: musb: Silence error about blacklisting hubs if !CONFIG_USB
Paul Cercueil
1
-4
/
+5
2018-05-31
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
1
-4
/
+1
2018-05-22
usb: musb: remove references to default_a of struct usb_otg
Bin Liu
1
-7
/
+2
2018-05-22
usb: musb: break the huge isr musb_stage0_irq() into small functions
Bin Liu
1
-346
/
+384
2018-05-22
usb: musb: remove duplicated port mode enum
Bin Liu
1
-4
/
+4
2018-05-22
usb: musb: remove duplicated quirks flag
Bin Liu
1
-6
/
+4
2018-05-22
usb: musb: remove some register access wrapper functions
Bin Liu
1
-21
/
+21
2018-05-22
usb: musb: remove readl/writel from struct musb_platform_ops
Bin Liu
1
-22
/
+12
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
1
-6
/
+1
2018-03-26
usb: musb: remove blackfin port
Arnd Bergmann
1
-6
/
+1
2018-03-13
usb: musb: Fix external abort in musb_remove on omap2430
Merlijn Wajer
1
-1
/
+1
2018-03-06
usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
Merlijn Wajer
1
-0
/
+2
2018-02-20
usb: musb: fix enumeration after resume
Andreas Kemnade
1
-1
/
+2
2018-01-24
USB: musb: fix up one odd DEVICE_ATTR() usage
Greg Kroah-Hartman
1
-3
/
+2
2018-01-24
USB: move many drivers to use DEVICE_ATTR_RW
Greg Kroah-Hartman
1
-6
/
+6
2017-11-07
USB: musb: Remove redundant license text
Greg Kroah-Hartman
1
-26
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
usb: musb: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+3
2017-10-30
usb: musb_core: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-17
usb: musb: Check for host-mode using is_host_active() on reset interrupt
Jonathan Liu
1
-4
/
+2
2017-10-17
USB: musb: fix late external abort on suspend
Johan Hovold
1
-2
/
+9
2017-10-17
USB: musb: fix session-bit runtime-PM quirk
Johan Hovold
1
-4
/
+4
2017-08-28
USB: musb: fix external abort on suspend
Johan Hovold
1
-8
/
+10
2017-08-28
usb: musb: fix endpoint fifo allocation for 4KB fifo memory
Bin Liu
1
-2
/
+2
2017-06-20
usb: musb: Add quirk to avoid skb reserve in gadget mode
Peter Ujfalusi
1
-0
/
+3
2017-04-18
usb: musb: Use shared irq
Alexandre Bailon
1
-1
/
+1
2017-03-14
usb: musb: fix possible spinlock deadlock
Bin Liu
1
-1
/
+1
2017-02-14
usb: musb: add code comment for clarification
Gustavo A. R. Silva
1
-0
/
+1
2017-02-06
Merge 4.10-rc7 into usb-next
Greg Kroah-Hartman
1
-13
/
+13
2017-02-03
usb: musb: Add a quirk to preserve the session during suspend
Alexandre Bailon
1
-1
/
+2
2017-02-03
usb: musb: remove musb_generic_disable function
Bin Liu
1
-16
/
+10
2017-01-25
usb: musb: Fix external abort on non-linefetch for musb_irq_work()
Tony Lindgren
1
-0
/
+11
2017-01-25
usb: musb: Fix host mode error -71 regression
Tony Lindgren
1
-13
/
+2
2017-01-05
usb: musb: fix compilation warning on unused function
Jérémy Lefaure
1
-0
/
+2
2016-11-28
Merge 4.9-rc7 into usb-next
Greg Kroah-Hartman
1
-18
/
+129
2016-11-21
usb: musb: core: added helper function for parsing DT
Petr Kulhavy
1
-0
/
+19
2016-11-21
usb: musb: don't complain on -EPROBE_DEFER when initializing controller
Ladislav Michl
1
-2
/
+3
2016-11-21
USB: musb: remove obsolete resume-signalling comments
Johan Hovold
1
-4
/
+1
2016-11-17
usb: musb: Fix PM for hub disconnect
Tony Lindgren
1
-10
/
+19
2016-11-17
usb: musb: Fix sleeping function called from invalid context for hdrc glue
Tony Lindgren
1
-4
/
+105
2016-11-17
usb: musb: Fix broken use of static variable for multiple instances
Tony Lindgren
1
-4
/
+5
2016-11-07
usb: musb: remove duplicated actions
Kirill Esipov
1
-5
/
+0
2016-09-23
usb: musb: Fix session based PM for first invalid VBUS
Tony Lindgren
1
-5
/
+8
2016-09-13
usb: musb: remove redundant stack buffers
Rasmus Villemoes
1
-7
/
+5
2016-09-13
usb: musb: Implement session bit based runtime PM for musb-core
Tony Lindgren
1
-0
/
+66
2016-07-17
usb: musb: add tracepoints to dump interrupt events
Bin Liu
1
-3
/
+1
2016-07-17
usb: musb: add tracepoints for register access
Bin Liu
1
-3
/
+16
2016-07-17
usb: musb: switch dev_dbg to tracepoints
Bin Liu
1
-33
/
+31
[next]