summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-hub.c
AgeCommit message (Expand)Author
2022-05-19Merge tag 'v5.4.193' into update-to-2.3.7__5.4-2.3.x-imxPhilippe Schenker
2022-05-09xhci: increase usb U3 -> U0 link resume timeout from 100ms to 500msMathias Nyman
2022-04-15xhci: make xhci_handshake timeout for xhci_reset() adjustableMathias Nyman
2022-04-15xhci: fix runtime PM imbalance in USB2 resumeHenry Lin
2022-01-10Merge tag 'v5.4.160' into HEADDenys Drozdov
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-11-17xhci: Fix USB 3.1 enumeration issues by increasing roothub power-on-good delayMathias Nyman
2021-08-04Merge tag 'v5.4.136' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-07-28xhci: Fix lost USB 2 remote wakeMathias Nyman
2021-01-11Merge tag 'v5.4.85' into 5.4-2.3.x-imxAndrey Zhizhikin
2020-12-21xhci: Give USB2 ports time to enter U3 in bus suspendLi Jun
2020-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
2020-09-03xhci: Do warm-reset when both CAS and XDEV_RESUME are setKai-Heng Feng
2020-06-19Merge tag 'v5.4.47' into imx_5.4.yJason Liu
2020-04-29xhci: prevent bus suspend if a roothub port detected a over-current conditionMathias Nyman
2020-04-29xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman
2020-04-29xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng
2020-04-29xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-28xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2019-12-17xhci: make sure interrupts are restored to correct stateMathias Nyman
2019-12-17xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-12-02Merge remote-tracking branch 'origin/usb/core' into usb/nextDong Aisheng
2019-11-25MLK-22099 usb: host: xhci: do warm reset for link state rxdectLi Jun
2019-11-25MLK-17380-4 usb: host: xhci: add EH SINGLE_STEP_SET_FEATURE Test for USB2Peter Chen
2019-11-25MLK-19442-1 usb: host: xhci: export xhci_bus_suspendPeter Chen
2019-07-25usb: host: xhci-hub: fix extra endianness conversionRuslan Bilovol
2019-04-27xhci: add port and bus number to port dynamic debuggingMathias Nyman
2019-03-22xhci: Don't let USB3 ports stuck in polling state prevent suspendMathias Nyman
2018-12-21Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman
2018-12-14xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman
2018-12-07xhci: move usb2 get port status link resume handling to its own functionMathias Nyman
2018-12-07xhci: refactor U0 link state handling in get_port_statusMathias Nyman
2018-12-07xhci: cleanup code that sets portstatus and portchange bitsMathias Nyman
2018-12-07xhci: move usb2 speficic bits to own function in get_port_status callMathias Nyman
2018-12-07xhci: move usb3 speficic bits to own function in get_port_status callMathias Nyman
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman
2018-11-15usb: xhci: Prevent bus suspend if a port connect change or polling state is d...Mathias Nyman
2018-11-09usb: xhci: fix timeout for transition from RExit to U0Aaron Ma
2018-11-09usb: xhci: fix uninitialized completion when USB3 port got wrong statusAaron Ma
2018-09-28xhci: Avoid USB autosuspend when resuming USB2 ports.Anshuman Gupta
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern
2018-05-24xhci: xhci-hub: use port structure members instead of xhci_get_ports()Mathias Nyman
2018-05-24xhci: change xhci_test_and_clear_bit() to use new port structureMathias Nyman
2018-05-24xhci: change xhci_set_link_state() to work with port structuresMathias Nyman
2018-05-24xhci: xhci-hub: use new port structures for cas and wake mask functions.Mathias Nyman
2018-05-24xhci: xhci-hub: use new port structures to get port address instead of port a...Mathias Nyman
2018-05-24xhci: Add helper to get xhci roothub from hcdMathias Nyman
2018-05-14xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman
2018-02-15xhci: Don't print a warning when setting link state for disabled portsMathias Nyman