aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/xhci-hub.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-21xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman1-0/+9
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman1-11/+25
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng1-13/+31
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng1-1/+10
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman1-8/+17
2020-02-17xhci: Add missing annotation for xhci_enter_test_modeJules Irenge1-0/+1
2020-02-17xhci: Add missing annotation for xhci_set_port_power()Jules Irenge1-0/+1
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2Mathias Nyman1-8/+17
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"Greg Kroah-Hartman1-17/+8
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman1-8/+17
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman1-6/+6
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman1-0/+10
2019-07-25usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol1-1/+1
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman1-17/+27
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman1-7/+12
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman1-1/+2
2018-12-14xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman1-84/+104
2018-12-07xhci: refactor U0 link state handling in get_port_statusMathias Nyman1-13/+19
2018-12-07xhci: cleanup code that sets portstatus and portchange bitsMathias Nyman1-12/+14
2018-12-07xhci: move usb2 speficic bits to own function in get_port_status callMathias Nyman1-20/+24
2018-12-07xhci: move usb3 speficic bits to own function in get_port_status callMathias Nyman1-28/+40
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman1-9/+6
2018-11-15usb: xhci: Prevent bus suspend if a port connect change or polling state is detectedMathias Nyman1-14/+46
2018-11-09usb: xhci: fix timeout for transition from RExit to U0Aaron Ma1-2/+2
2018-11-09usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma1-1/+1
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta1-0/+5
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern1-0/+11
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman1-24/+4
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman1-12/+10
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman1-18/+16
2018-05-24xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman1-11/+10
2018-05-24xhci: xhci-hub: use new port structures to get port address instead of port arrayMathias Nyman1-62/+78
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman1-0/+9
2018-05-14xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman1-1/+1
2018-02-15xhci: Don't print a warning when setting link state for disabled portsMathias Nyman1-9/+9
2018-02-15xhci: workaround for AMD Promontory disabled ports wakeupJoe Lee1-0/+7
2017-12-08xhci: add port status tracing for Get Hub Status requestsMathias Nyman1-0/+2
2017-12-08xhci: add port status tracing for Get Port Status hub requestsMathias Nyman1-0/+1
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-3/+2
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: xhci-hub: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman1-5/+18
2017-10-17usb: xhci: Handle error condition in xhci_stop_device()Mayank Rana1-5/+18
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman1-4/+10
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu1-1/+1
2017-10-05usb: xhci: Disable slot even when virt-dev is nullLu Baolu1-0/+3
2017-09-18Revert "xhci: Limit USB2 port wake support for AMD Promontory hosts"Kai-Heng Feng1-3/+0
2017-09-18xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptorMathias Nyman1-1/+10