Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0b7c105a04ca793acf5d39ff9bafebe89182fc6b
/
drivers
/
usb
/
host
/
xhci-hub.c
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
· 9 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
· 10 years ago
be3de32
xhci: Fix sleeping with IRQs disabled in xhci_stop_device()
by Mathias Nyman
· 10 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
d194c03
xhci: correct the usage of USB_CTRL_SET_TIMEOUT
by xiao jin
· 11 years ago
5f20cf1
usb: xhci: Staticize xhci_del_comp_mod_timer
by Sachin Kamat
· 11 years ago
f217c98
xhci: Don't enable/disable RWE on bus suspend/resume.
by Sarah Sharp
· 11 years ago
8b3d457
usb: Fix xHCI host issues on remote wakeup.
by Sarah Sharp
· 11 years ago
ec7e43e
xhci: Ensure a command structure points to the correct trb on the command ring
by Mathias Nyman
· 11 years ago
4bdfe4c
xhci: add trace for debug messages related to quirks
by Xenia Ragiadakou
· 11 years ago
063ebeb
xhci: Report USB 2.1 link status for L1
by Sarah Sharp
· 12 years ago
eae5b17
xhci: Refactor port status into a new function.
by Sarah Sharp
· 12 years ago
b6e7637
usb: xhci: define port register names and use them instead of magic numbers
by Mathias Nyman
· 12 years ago
84ebc10
USB: remove CONFIG_USB_SUSPEND option
by Alan Stern
· 12 years ago
c52804a
xhci: Avoid "dead ports", add roothub port polling.
by Sarah Sharp
· 12 years ago
41e7e05
USB: Allow USB 3.0 ports to be disabled.
by Sarah Sharp
· 12 years ago
27c411c
usb/xhci: Remove (__force__ __u16) before assigning DeviceRemovable and assign directly.
by Lan Tianyu
· 12 years ago
170ed80
usb/xhci: release xhci->lock during turning on/off usb port's acpi power resource and checking the existence of port's power resource
by Lan Tianyu
· 12 years ago
2bcb132
Merge 3.6-rc6 into usb-next
by Greg Kroah-Hartman
· 12 years ago
3415fc9
usb/xhci: update a comment regarding the BOS descriptor to reflect the code
by Sebastian Andrzej Siewior
· 12 years ago
ed384bd
usb: host: xhci: sparse fixes
by Felipe Balbi
· 12 years ago
f7ac778
usb/acpi: Use ACPI methods to power off ports.
by Lan Tianyu
· 12 years ago
693d8eb
xhci: Handle clear PORT_POWER feature.
by Lan Tianyu
· 12 years ago
71c731a
usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP Hardware
by Alexis R. Cortes
· 12 years ago
6470cbc
Merge tag 'for-usb-next-2012-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next
by Greg Kroah-Hartman
· 12 years ago
af3a23e
xhci: Export Latency Tolerance Messaging capabilities.
by Sarah Sharp
· 12 years ago
8bea2bd
usb: Add support for root hub port status CAS
by Stanislaw Ledwon
· 12 years ago
797b0ca
xhci: Add roothub code to set U1/U2 timeouts.
by Sarah Sharp
· 13 years ago
f370b99
xHCI: keep track of ports being resumed and indicate in hub_status_data
by Andiry Xu
· 13 years ago
4296c70a
USB/xHCI: Enable USB 3.0 hub remote wakeup.
by Sarah Sharp
· 13 years ago
3278a55
xhci: Fix oops caused by more USB2 ports than USB3 ports.
by Sarah Sharp
· 13 years ago
c842114
xHCI: Adding #define values used for hub descriptor
by Aman Deep
· 13 years ago
4bcbcc9
usb: fix implicit usage of gfp.h in host/xhci-hub.c
by Paul Gortmaker
· 13 years ago
1be025d
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 13 years ago
48e8236
xHCI/USB: Make xHCI driver have a BOS descriptor.
by Sarah Sharp
· 13 years ago
65580b43
xHCI: set USB2 hardware LPM
by Andiry Xu
· 13 years ago
d2f52c9
xHCI: test and clear RWC bit
by Andiry Xu
· 13 years ago
c9682df
xHCI: set link state
by Andiry Xu
· 13 years ago
44f4c3e
USB: xhci: Set change bit when warm reset change is set.
by Greg KH
· 13 years ago
fe30182
xhci: Rename virt_dev->port to fake_port.
by Sarah Sharp
· 13 years ago
8a8ff2f
xHCI: report USB2 port in resuming as suspend
by Andiry Xu
· 13 years ago
5ac04bf
xHCI: fix port U3 status check condition
by Andiry Xu
· 13 years ago
a088592
xhci: move the common code to a function to get max ports and port array
by huajun li
· 14 years ago
8a1629c
Merge branch 2.6.39-rc7 into usb-linus
by Greg Kroah-Hartman
· 14 years ago
4f0871a
xHCI: Clear PLC in xhci_bus_resume()
by Andiry Xu
· 14 years ago
a711423
usbcore: Refine USB3.0 device suspend and resume
by Andiry Xu
· 14 years ago
0ed9a57
xHCI: report USB3.0 portstatus comply with USB3.0 specification
by Andiry Xu
· 14 years ago
2c44178
xHCI: Set link state support
by Andiry Xu
· 14 years ago
85387c0
xHCI: Clear link state change support
by Andiry Xu
· 14 years ago
a11496e
xHCI: warm reset support
by Andiry Xu
· 14 years ago
28ccd29
xhci: Make xHCI driver endian-safe
by Matt Evans
· 14 years ago
131dec3
USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol.
by Sarah Sharp
· 14 years ago
f9de815
xhci: Make roothub functions deal with device removal.
by Sarah Sharp
· 14 years ago
4bbb0ac
xhci: Return a USB 3.0 hub descriptor for USB3 roothub.
by Sarah Sharp
· 14 years ago
f6ff0ac
xhci: Register second xHCI roothub.
by Sarah Sharp
· 14 years ago
5233630
xhci: Change xhci_find_slot_id_by_port() API.
by Sarah Sharp
· 14 years ago
20b67cf
xhci: Refactor bus suspend state into a struct.
by Sarah Sharp
· 14 years ago
5308a91
xhci: Index with a port array instead of PORTSC addresses.
by Sarah Sharp
· 14 years ago
dbe79bb
USB 3.0 Hub Changes
by John Youn
· 23 years ago
ad73dff
xhci: Remove references to HC_STATE_RUNNING.
by Sarah Sharp
· 14 years ago
518e848
xhci: Rename variables and reduce register reads.
by Sarah Sharp
· 14 years ago
1d5810b
xhci: Rework port suspend structures for limited ports.
by Sarah Sharp
· 14 years ago
da13051
USB: Remove bitmap #define from hcd.h
by Sarah Sharp
· 14 years ago
6dd0a3a7
xhci: Don't let the USB core disable SuperSpeed ports.
by Sarah Sharp
· 14 years ago
436a389
usb: Fix linker errors with CONFIG_PM=n
by Sarah Sharp
· 14 years ago
9777e3c
USB: xHCI: bus power management implementation
by Andiry Xu
· 14 years ago
5619253
USB: xHCI: port remote wakeup implementation
by Andiry Xu
· 14 years ago
be88fe4
USB: xHCI: port power management implementation
by Andiry Xu
· 14 years ago
419a8e81
USB: xhci: Remove the arbitrary limit of 15 xHCI ports
by William Gulland
· 15 years ago
Next »