| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2020-08-30 | 1 | -9/+10 |
|\ |
|
| * | xhci: Do warm-reset when both CAS and XDEV_RESUME are set | Kai-Heng Feng | 2020-08-23 | 1 | -9/+10 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | xhci: Make debug message consistent with bus and port number | Kai-Heng Feng | 2020-07-23 | 1 | -18/+23 |
* | USB: ch9: add "USB_" prefix in front of TEST defines | Greg Kroah-Hartman | 2020-06-24 | 1 | -3/+4 |
* | xhci: prevent bus suspend if a roothub port detected a over-current condition | Mathias Nyman | 2020-04-21 | 1 | -0/+9 |
* | xhci: Finetune host initiated USB3 rootport link suspend and resume | Mathias Nyman | 2020-03-12 | 1 | -11/+25 |
* | xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0 | Kai-Heng Feng | 2020-03-12 | 1 | -13/+31 |
* | xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3 | Kai-Heng Feng | 2020-03-12 | 1 | -1/+10 |
* | Merge 5.6-rc3 into usb-next | Greg Kroah-Hartman | 2020-02-24 | 1 | -8/+17 |
|\ |
|
| * | xhci: Fix memory leak when caching protocol extended capability PSI tables - ... | Mathias Nyman | 2020-02-12 | 1 | -8/+17 |
| * | Revert "xhci: Fix memory leak when caching protocol extended capability PSI t... | Greg Kroah-Hartman | 2020-02-12 | 1 | -17/+8 |
| * | xhci: Fix memory leak when caching protocol extended capability PSI tables | Mathias Nyman | 2020-02-10 | 1 | -8/+17 |
* | | xhci: Add missing annotation for xhci_enter_test_mode | Jules Irenge | 2020-02-17 | 1 | -0/+1 |
* | | xhci: Add missing annotation for xhci_set_port_power() | Jules Irenge | 2020-02-17 | 1 | -0/+1 |
|/ |
|
* | xhci: make sure interrupts are restored to correct state | Mathias Nyman | 2019-12-11 | 1 | -6/+6 |
* | xhci: fix USB3 device initiated resume race with roothub autosuspend | Mathias Nyman | 2019-12-11 | 1 | -0/+10 |
* | usb: host: xhci-hub: fix extra endianness conversion | Ruslan Bilovol | 2019-07-25 | 1 | -1/+1 |
* | xhci: add port and bus number to port dynamic debugging | Mathias Nyman | 2019-04-27 | 1 | -17/+27 |
* | xhci: Don't let USB3 ports stuck in polling state prevent suspend | Mathias Nyman | 2019-03-22 | 1 | -7/+12 |
* | Merge USB 4.20-rc8 mergepoint into usb-next | Greg Kroah-Hartman | 2018-12-21 | 1 | -1/+2 |
|\ |
|
| * | xhci: Don't prevent USB2 bus suspend in state check intended for USB3 only | Mathias Nyman | 2018-12-14 | 1 | -1/+2 |
* | | xhci: move usb2 get port status link resume handling to its own function | Mathias Nyman | 2018-12-07 | 1 | -84/+104 |
* | | xhci: refactor U0 link state handling in get_port_status | Mathias Nyman | 2018-12-07 | 1 | -13/+19 |
* | | xhci: cleanup code that sets portstatus and portchange bits | Mathias Nyman | 2018-12-07 | 1 | -12/+14 |
* | | xhci: move usb2 speficic bits to own function in get_port_status call | Mathias Nyman | 2018-12-07 | 1 | -20/+24 |
* | | xhci: move usb3 speficic bits to own function in get_port_status call | Mathias Nyman | 2018-12-07 | 1 | -28/+40 |
* | | xhci: move bus_state structure under the xhci_hub structure. | Mathias Nyman | 2018-12-07 | 1 | -9/+6 |
|/ |
|
* | usb: xhci: Prevent bus suspend if a port connect change or polling state is d... | Mathias Nyman | 2018-11-15 | 1 | -14/+46 |
* | usb: xhci: fix timeout for transition from RExit to U0 | Aaron Ma | 2018-11-09 | 1 | -2/+2 |
* | usb: xhci: fix uninitialized completion when USB3 port got wrong status | Aaron Ma | 2018-11-09 | 1 | -1/+1 |
* | xhci: Avoid USB autosuspend when resuming USB2 ports. | Anshuman Gupta | 2018-09-28 | 1 | -0/+5 |
* | USB: xhci-hcd: Add get_resuming_ports method | Alan Stern | 2018-06-25 | 1 | -0/+11 |
* | xhci: xhci-hub: use port structure members instead of xhci_get_ports() | Mathias Nyman | 2018-05-24 | 1 | -24/+4 |
* | xhci: change xhci_test_and_clear_bit() to use new port structure | Mathias Nyman | 2018-05-24 | 1 | -12/+10 |
* | xhci: change xhci_set_link_state() to work with port structures | Mathias Nyman | 2018-05-24 | 1 | -18/+16 |
* | xhci: xhci-hub: use new port structures for cas and wake mask functions. | Mathias Nyman | 2018-05-24 | 1 | -11/+10 |
* | xhci: xhci-hub: use new port structures to get port address instead of port a... | Mathias Nyman | 2018-05-24 | 1 | -62/+78 |
* | xhci: Add helper to get xhci roothub from hcd | Mathias Nyman | 2018-05-24 | 1 | -0/+9 |
* | xhci: Fix USB3 NULL pointer dereference at logical disconnect. | Mathias Nyman | 2018-05-14 | 1 | -1/+1 |
* | xhci: Don't print a warning when setting link state for disabled ports | Mathias Nyman | 2018-02-15 | 1 | -9/+9 |
* | xhci: workaround for AMD Promontory disabled ports wakeup | Joe Lee | 2018-02-15 | 1 | -0/+7 |
* | xhci: add port status tracing for Get Hub Status requests | Mathias Nyman | 2017-12-08 | 1 | -0/+2 |
* | xhci: add port status tracing for Get Port Status hub requests | Mathias Nyman | 2017-12-08 | 1 | -0/+1 |
* | xhci: remove unnecessary boolean parameter from xhci_alloc_command | Mathias Nyman | 2017-12-08 | 1 | -3/+2 |
* | USB: host: xhci: Remove redundant license text | Greg Kroah-Hartman | 2017-11-07 | 1 | -13/+0 |
* | USB: add SPDX identifiers to all remaining files in drivers/usb/ | Greg Kroah-Hartman | 2017-11-04 | 1 | -0/+1 |
* | usb: host: xhci-hub: mark expected switch fall-through | Gustavo A. R. Silva | 2017-11-01 | 1 | -0/+1 |
* | Merge 4.14-rc6 into usb-next | Greg Kroah-Hartman | 2017-10-23 | 1 | -5/+18 |
|\ |
|
| * | usb: xhci: Handle error condition in xhci_stop_device() | Mayank Rana | 2017-10-17 | 1 | -5/+18 |