index
:
Linux Stable
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
ehci-dbg.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: host: {e|o}hci-dbg: kill useless 'ret' variable initializers
Sergey Shtylyov
2022-02-15
1
-2
/
+2
*
usb: host: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
1
-1
/
+1
*
USB: ehci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2018-05-31
1
-22
/
+8
*
usb: host: fix incorrect updating of offset
Colin Ian King
2017-11-28
1
-1
/
+1
*
USB: host: ehci: Remove redundant license text
Greg Kroah-Hartman
2017-11-07
1
-11
/
+0
*
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-04
1
-0
/
+1
*
usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW
yuan linyu
2017-03-17
1
-1
/
+1
*
USB: EHCI: make all debugging depend on CONFIG_DYNAMIC_DEBUG
Alan Stern
2016-04-29
1
-52
/
+34
*
usb: ehci: remove old stub_debug_files definition
Geyslan G. Bem
2016-02-03
1
-2
/
+2
*
usb: host: ehci-dbg: add function output_buf_tds_dir()
Geyslan G. Bem
2016-02-03
1
-33
/
+29
*
usb: host: ehci-dbg: prefer kmalloc_array over kmalloc times size
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-dbg: enclose conditional blocks with braces
Geyslan G. Bem
2016-02-03
1
-4
/
+5
*
usb: host: ehci-dbg: replace sizeof operand
Geyslan G. Bem
2016-02-03
1
-1
/
+1
*
usb: host: ehci-dbg: remove blank line before close brace
Geyslan G. Bem
2016-02-03
1
-1
/
+0
*
usb: host: ehci-dbg: add blank line after declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+1
*
usb: host: ehci-dbg: convert macro to inline function
Geyslan G. Bem
2016-02-03
1
-20
/
+34
*
usb: host: ehci-dbg: use a blank line after struct declarations
Geyslan G. Bem
2016-02-03
1
-0
/
+3
*
usb: host: ehci-dbg: fix up function definitions
Geyslan G. Bem
2016-02-03
1
-12
/
+16
*
usb: host: ehci-dbg: use scnprintf() in qh_lines()
Geyslan G. Bem
2016-02-03
1
-6
/
+2
*
usb: host: ehci-dbg: put spaces around operators
Geyslan G. Bem
2016-02-03
1
-8
/
+8
*
usb: host: ehci-dbg: fix up closing parenthesis
Geyslan G. Bem
2016-02-03
1
-8
/
+4
*
usb: host: ehci-dbg: move trailing statements to next line
Geyslan G. Bem
2016-02-03
1
-16
/
+38
*
usb: host: ehci-dbg: use C89-style comments
Geyslan G. Bem
2016-02-03
1
-10
/
+11
*
usb: host: ehci-dbg: remove space before open square bracket
Geyslan G. Bem
2016-02-03
1
-17
/
+16
*
usb: host: ehci-dbg: remove space before open parenthesis
Geyslan G. Bem
2016-02-03
1
-100
/
+99
*
USB: EHCI: enhance "async" debugfs output
Alan Stern
2015-12-01
1
-4
/
+11
*
USB: ehci-dbg.c: move assignment out of if () block
Greg Kroah-Hartman
2015-05-10
1
-1
/
+2
*
usb: Use dev_is_pci() to check whether it is pci device
Yijing Wang
2013-12-08
1
-1
/
+1
*
usb: kill DEBUG compile option
Oliver Neukum
2013-12-03
1
-4
/
+4
*
USB: EHCI: create per-TT bandwidth tables
Alan Stern
2013-10-14
1
-0
/
+48
*
USB: EHCI: use a bandwidth-allocation table
Alan Stern
2013-10-11
1
-0
/
+56
*
USB: EHCI: create a "periodic schedule info" struct
Alan Stern
2013-10-11
1
-3
/
+4
*
usb: Remove unnecessary semicolons
Joe Perches
2013-10-11
1
-1
/
+1
*
ehci: remove duplicate debug_async_open() prototype in ehci-dbg.c
Xenia Ragiadakou
2013-08-30
1
-1
/
+0
*
ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set
Xenia Ragiadakou
2013-08-30
1
-4
/
+4
*
USB: EHCI: convert singly-linked lists to list_heads
Alan Stern
2013-03-25
1
-6
/
+9
*
USB: EHCI: remove unused Link Power Management code
Alan Stern
2012-10-31
1
-97
/
+0
*
USB: EHCI: move logging macros to ehci.h
Alan Stern
2012-10-24
1
-15
/
+0
*
USB: EHCI: remove useless test
Alan Stern
2012-09-21
1
-4
/
+2
*
USB: EHCI: add new root-hub state: STOPPING
Alan Stern
2012-07-16
1
-0
/
+2
*
USB: EHCI: rename "reclaim"
Alan Stern
2012-07-16
1
-7
/
+9
*
USB: EHCI: add symbolic constants for QHs
Alan Stern
2012-07-16
1
-3
/
+3
*
EHCI: maintain the ehci->command value properly
Alan Stern
2012-04-23
1
-4
/
+2
*
simple_open: automatically convert to simple_open()
Stephen Boyd
2012-04-05
1
-8
/
+1
*
usb: Fix typo in ehci-dbg.c
Masanari Iida
2012-02-24
1
-1
/
+1
*
EHCI: workaround for MosChip controller bug
Alan Stern
2011-10-18
1
-1
/
+1
*
USB: EHCI: remove usages of hcd->state
Alan Stern
2011-08-22
1
-2
/
+15
*
USB: EHCI: Support controllers with big endian capability regs
Jan Andersson
2011-05-03
1
-1
/
+1
*
USB: EHCI: Cleanup and rewrite ehci_vdgb().
David Daney
2011-02-04
1
-3
/
+1
*
Merge branch 'usb-next' into musb-merge
Greg Kroah-Hartman
2010-12-16
1
-1
/
+1
|
\
[next]