Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
cc51d171776f3a6acb6828bad0b780a4cacf5423
/
drivers
/
usb
/
host
/
xhci-hub.c
8aaf19b
xhci: Make debug message consistent with bus and port number
by Kai-Heng Feng
· 4 years, 6 months ago
62fb45d
USB: ch9: add "USB_" prefix in front of TEST defines
by Greg Kroah-Hartman
· 4 years, 7 months ago
e9fb08d
xhci: prevent bus suspend if a roothub port detected a over-current condition
by Mathias Nyman
· 4 years, 9 months ago
ceca493
xhci: Finetune host initiated USB3 rootport link suspend and resume
by Mathias Nyman
· 4 years, 10 months ago
0200b9f7
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
by Kai-Heng Feng
· 4 years, 10 months ago
eb00272
xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
by Kai-Heng Feng
· 4 years, 10 months ago
24e6aea4
Merge 5.6-rc3 into usb-next
by Greg Kroah-Hartman
· 4 years, 11 months ago
055b185
xhci: Add missing annotation for xhci_enter_test_mode
by Jules Irenge
· 5 years ago
dce174e0
xhci: Add missing annotation for xhci_set_port_power()
by Jules Irenge
· 5 years ago
cf0ee7c
xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2
by Mathias Nyman
· 5 years ago
67f68f9
Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"
by Greg Kroah-Hartman
· 5 years ago
fc57313
xhci: Fix memory leak when caching protocol extended capability PSI tables
by Mathias Nyman
· 5 years ago
bd82873
xhci: make sure interrupts are restored to correct state
by Mathias Nyman
· 5 years ago
057d476
xhci: fix USB3 device initiated resume race with roothub autosuspend
by Mathias Nyman
· 5 years ago
6269e4c
usb: host: xhci-hub: fix extra endianness conversion
by Ruslan Bilovol
· 6 years ago
d70d5a8
xhci: add port and bus number to port dynamic debugging
by Mathias Nyman
· 6 years ago
d92f2c5
xhci: Don't let USB3 ports stuck in polling state prevent suspend
by Mathias Nyman
· 6 years ago
cd6a223
Merge USB 4.20-rc8 mergepoint into usb-next
by Greg Kroah-Hartman
· 6 years ago
45f750c
xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only
by Mathias Nyman
· 6 years ago
e67ebf1
xhci: move usb2 get port status link resume handling to its own function
by Mathias Nyman
· 6 years ago
a231ec4
xhci: refactor U0 link state handling in get_port_status
by Mathias Nyman
· 6 years ago
3c2ddb4
xhci: cleanup code that sets portstatus and portchange bits
by Mathias Nyman
· 6 years ago
70e9b53
xhci: move usb2 speficic bits to own function in get_port_status call
by Mathias Nyman
· 6 years ago
5f78a54
xhci: move usb3 speficic bits to own function in get_port_status call
by Mathias Nyman
· 6 years ago
f6187f4
xhci: move bus_state structure under the xhci_hub structure.
by Mathias Nyman
· 6 years ago
2f31a67
usb: xhci: Prevent bus suspend if a port connect change or polling state is detected
by Mathias Nyman
· 6 years ago
a5baeae
usb: xhci: fix timeout for transition from RExit to U0
by Aaron Ma
· 6 years ago
958c0bd
usb: xhci: fix uninitialized completion when USB3 port got wrong status
by Aaron Ma
· 6 years ago
330e2d6
xhci: Avoid USB autosuspend when resuming USB2 ports.
by Anshuman Gupta
· 6 years ago
8f9cc83c
USB: xhci-hcd: Add get_resuming_ports method
by Alan Stern
· 7 years ago
925f349
xhci: xhci-hub: use port structure members instead of xhci_get_ports()
by Mathias Nyman
· 7 years ago
eaefcf2
xhci: change xhci_test_and_clear_bit() to use new port structure
by Mathias Nyman
· 7 years ago
6b7f40f
xhci: change xhci_set_link_state() to work with port structures
by Mathias Nyman
· 7 years ago
fdcf74ff
xhci: xhci-hub: use new port structures for cas and wake mask functions.
by Mathias Nyman
· 7 years ago
e740b01
xhci: xhci-hub: use new port structures to get port address instead of port array
by Mathias Nyman
· 7 years ago
ffd4b4f
xhci: Add helper to get xhci roothub from hcd
by Mathias Nyman
· 7 years ago
2278446
xhci: Fix USB3 NULL pointer dereference at logical disconnect.
by Mathias Nyman
· 7 years ago
1208d8a
xhci: Don't print a warning when setting link state for disabled ports
by Mathias Nyman
· 7 years ago
bde0716
xhci: workaround for AMD Promontory disabled ports wakeup
by Joe Lee
· 7 years ago
3f8499a
xhci: add port status tracing for Get Hub Status requests
by Mathias Nyman
· 7 years ago
28c06e5
xhci: add port status tracing for Get Port Status hub requests
by Mathias Nyman
· 7 years ago
103afda
xhci: remove unnecessary boolean parameter from xhci_alloc_command
by Mathias Nyman
· 7 years ago
9ed6419
USB: host: xhci: Remove redundant license text
by Greg Kroah-Hartman
· 7 years ago
5fd54ac
USB: add SPDX identifiers to all remaining files in drivers/usb/
by Greg Kroah-Hartman
· 7 years ago
ff504f5
usb: host: xhci-hub: mark expected switch fall-through
by Gustavo A. R. Silva
· 7 years ago
0520d37
Merge 4.14-rc6 into usb-next
by Greg Kroah-Hartman
· 7 years ago
b3207c6
usb: xhci: Handle error condition in xhci_stop_device()
by Mayank Rana
· 7 years ago
4fcae77
Merge 4.14-rc4 into usb-next
by Greg Kroah-Hartman
· 7 years ago
cd3f179
usb: xhci: Fix potential memory leak in xhci_disable_slot()
by Lu Baolu
· 7 years ago
b64149c
usb: xhci: Disable slot even when virt-dev is null
by Lu Baolu
· 7 years ago
bcd6a7a
Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"
by Kai-Heng Feng
· 7 years ago
7bea22b
xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
by Mathias Nyman
· 7 years ago
4b562bd
usb: xhci: Support enabling of compliance mode for xhci 1.1
by Jack Pham
· 7 years ago
a85c0f8
xhci: rework bus_resume and check ports are suspended before resuming them.
by Mathias Nyman
· 7 years ago
576d554
usb: xhci: fix spinlock recursion for USB2 test mode
by Peter Chen
· 7 years ago
a54408d
xhci: fix 20000ms port resume timeout
by Mathias Nyman
· 7 years ago
28a2369
usb: xhci: Issue stop EP command only when the EP state is running
by Shyam Sundar S K
· 7 years ago
dec0819
xhci: Limit USB2 port wake support for AMD Promontory hosts
by Jiahau Chang
· 8 years ago
604d02a
xhci: Fix command ring stop regression in 4.11
by Mathias Nyman
· 8 years ago
ec1dafe
xhci: use correct flags for spin_lock_irqrestore() when setting port power
by Mathias Nyman
· 8 years ago
74e0b56
usb: xhci: remove error messages for failed memory allocation
by Lu Baolu
· 8 years ago
d9f11ba
xhci: Rework how we handle unresponsive or hoptlug removed hosts
by Mathias Nyman
· 8 years ago
0f1d832
usb: xhci: Add port test modes support for usb2.
by Guoqing Zhang
· 8 years ago
a6ff6cb
usb: xhci: Add helper function xhci_set_power_on().
by Guoqing Zhang
· 8 years ago
a711ede
usb: host: xhci: add xhci_virt_device tracer
by Felipe Balbi
· 8 years ago
0b7c105
usb: host: xhci: rename completion codes to match spec
by Felipe Balbi
· 8 years ago
41135de
usb: xhci: add quirk flag for broken PED bits
by Felipe Balbi
· 8 years ago
52c31bd
xhci: Put warning message on a single line
by Alexander Stein
· 8 years ago
7d3b016
xhci: use default USB_RESUME_TIMEOUT when resuming ports.
by Mathias Nyman
· 8 years ago
346e9973
xhci: workaround for hosts missing CAS bit
by Mathias Nyman
· 8 years ago
88716a9
usb: xhci: Fix panic if disconnect
by Jim Lin
· 8 years ago
5da665f
xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
by Mathias Nyman
· 9 years ago
252ca49
Merge 4.4-rc5 into usb-next as we want those fixes here for testing
by Greg Kroah-Hartman
· 9 years ago
f69115f
xhci: fix usb2 resume timing and races.
by Mathias Nyman
· 9 years ago
5e6389f
xhci: use the correct define to indicate port status suspend change.
by Mathias Nyman
· 9 years ago
dad67d5
xhci: Fix a race in usb2 LPM resume, blocking U3 for usb2 devices
by Mathias Nyman
· 9 years ago
395f540
xhci: support new USB 3.1 hub request to get extended port status
by Mathias Nyman
· 9 years ago
b50107b
xhci: check xhci hardware for USB 3.1 support
by Mathias Nyman
· 9 years ago
2338b9e
xhci: define the new default speed ID for SuperSpeedPlus used by xhci hw
by Mathias Nyman
· 9 years ago
5693e0b
xhci: Add a SuperSpeedPlus capability descriptor for xhci USB 3.1 roothub
by Mathias Nyman
· 9 years ago
aca3a04
xhci: do not report PLC when link is in internal resume state
by Zhuang Jin Can
· 9 years ago
fac4271
xhci: prevent bus_suspend if SS port resuming in phase 1
by Zhuang Jin Can
· 9 years ago
243292a
xhci: report U3 when link is in resume state
by Zhuang Jin Can
· 9 years ago
41485a9
xhci: optimize xhci bus resume time
by Mathias Nyman
· 10 years ago
9425183
usb: xhci: handle Config Error Change (CEC) in xhci driver
by Lu Baolu
· 10 years ago
e3d857e
Merge branch 'pm-runtime'
by Rafael J. Wysocki
· 10 years ago
ceb6c9c
USB / PM: Drop CONFIG_PM_RUNTIME from the USB core
by Rafael J. Wysocki
· 10 years ago
9b41ebd
Revert "xhci: clear root port wake on bits if controller isn't wake-up capable"
by Lu Baolu
· 10 years ago
37ebb54
usb: hub: rename khubd to hub_wq in documentation and comments
by Petr Mladek
· 10 years ago
b7f9696
xhci: xhci_ring_device: Ring stream ring bells for endpoints with streams
by Hans de Goede
· 10 years ago
9690858
usb: host: xhci: fix compliance mode workaround
by Felipe Balbi
· 10 years ago
ff8cbf2
xhci: clear root port wake on bits if controller isn't wake-up capable
by Lu Baolu
· 11 years ago
be3de32
xhci: Fix sleeping with IRQs disabled in xhci_stop_device()
by Mathias Nyman
· 11 years ago
c311e39
xhci: rework command timeout and cancellation,
by Mathias Nyman
· 11 years ago
9ea1833
xhci: Use completion and status in global command queue
by Mathias Nyman
· 11 years ago
ddba5cd
xhci: Use command structures when queuing commands on the command ring
by Mathias Nyman
· 11 years ago
25cd288
usb/xhci: Change how we indicate a host supports Link PM.
by Sarah Sharp
· 11 years ago
204b779
xhci: replace xhci_writel() with writel()
by Xenia Ragiadakou
· 11 years ago
b0ba972
xhci: replace xhci_readl() with readl()
by Xenia Ragiadakou
· 11 years ago
9afcdb1
Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 11 years ago
Next »