summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xhci: dbctty: split dbc tty driver registration and unregistration functions.Mathias Nyman2020-07-233-54/+81
* xhci: dbc: remove endpoint pointers from dbc_port structureMathias Nyman2020-07-232-4/+0
* xhci: dbc: simplify dbc requests allocation and queueingMathias Nyman2020-07-233-36/+52
* xhci: dbc: Pass dbc pointer to dbc start and stop functions.Mathias Nyman2020-07-231-15/+14
* xhci: dbc: Pass dbc pointer to dbc memory init and cleanup functionsMathias Nyman2020-07-231-9/+5
* xhci: dbc: don't use generic xhci ring allocation functions for dbc.Mathias Nyman2020-07-233-12/+74
* xhci: dbc: Don't use generic xhci context allocation for dbcMathias Nyman2020-07-231-3/+30
* xhci: dbc: Use dbc structure in the request completion instead of xhci_hcdMathias Nyman2020-07-233-26/+23
* xhci: dbc: Pass dbc pointer to get_in/out_ep() helper functions to get endpointsMathias Nyman2020-07-233-16/+12
* xhci: dbgtty: Pass dbc pointer when registering a dbctty deviceMathias Nyman2020-07-233-12/+8
* xhci: dbc: Pass dbc pointer to dbc_handle_xfer_event() instead of xhci_hcd po...Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Change to pass dbc pointer to xhci_do_dbc_stop()Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Pass dbc pointer to endpoint init and exit functions.Mathias Nyman2020-07-231-10/+7
* xhci: dbc: Get the device pointer from dbc structure in dbc_ep_do_queue()Mathias Nyman2020-07-231-4/+1
* xhci: dbc: Don't pass the xhci pointer as a parameter to xhci_dbc_init_context()Mathias Nyman2020-07-231-4/+2
* xhci: dbc: Don't use xhci_write_64() as it takes xhci as a parameterMathias Nyman2020-07-231-4/+5
* xhci: dbc: Use dev_info() and similar instead of xhci_info()Mathias Nyman2020-07-231-21/+21
* xhci: dbc: Add device pointer to dbc structureMathias Nyman2020-07-232-0/+2
* xhci: dbc: Remove dbc_dma_free_coherent() wrapperMathias Nyman2020-07-231-12/+2
* xhci: dbc: Remove dbc_dma_alloc_coherent() wrapperMathias Nyman2020-07-231-15/+2
* xhci: dbc: Don't use generic xhci erst allocation and free functionsMathias Nyman2020-07-231-3/+28
* xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()Mathias Nyman2020-07-231-11/+20
* xhci: dbc: Don't use generic xhci inc_deq() function for dbcMathias Nyman2020-07-231-1/+13
* xhci: Make debug message consistent with bus and port numberKai-Heng Feng2020-07-231-18/+23
* usb: usbfs: stop using compat_alloc_user_spaceChristoph Hellwig2020-07-221-57/+69
* Merge tag 'thunderbolt-for-v5.9' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-07-2124-368/+4260
|\
| * thunderbolt: Fix old style declaration warningWei Yongjun2020-07-021-1/+1
| * thunderbolt: Add support for authenticate on disconnectMario Limonciello2020-07-018-5/+117
| * thunderbolt: Add support for separating the flush to SPI and authenticateMario Limonciello2020-07-014-17/+39
| * thunderbolt: Ensure left shift of 512 does not overflow a 32 bit intColin Ian King2020-07-011-2/+2
| * thunderbolt: Add support for on-board retimersKranthi Kuntala2020-06-228-6/+578
| * thunderbolt: Implement USB4 port sideband operations for retimer accessRajmohan Mani2020-06-224-0/+516
| * thunderbolt: Retry USB4 block read operationMika Westerberg2020-06-221-5/+2
| * thunderbolt: Generalize usb4_switch_do_[read|write]_data()Mika Westerberg2020-06-221-18/+21
| * thunderbolt: Split common NVM functionality into a separate fileMika Westerberg2020-06-225-99/+220
| * thunderbolt: Add Intel USB-IF ID to the NVM upgrade supported listMika Westerberg2020-06-221-1/+2
| * thunderbolt: Add KUnit tests for tunnelingMika Westerberg2020-06-221-0/+398
| * thunderbolt: Add USB3 bandwidth managementMika Westerberg2020-06-225-111/+532
| * thunderbolt: Make tb_port_get_link_speed() available to other filesMika Westerberg2020-06-222-1/+9
| * thunderbolt: Implement USB3 bandwidth negotiation routinesMika Westerberg2020-06-223-0/+369
| * thunderbolt: Increase DP DPRX wait timeoutMika Westerberg2020-06-221-1/+1
| * thunderbolt: Report consumed bandwidth in both directionsMika Westerberg2020-06-223-15/+47
| * thunderbolt: Make usb4_switch_map_pcie_down() also return enabled portsMika Westerberg2020-06-222-2/+2
| * thunderbolt: Make usb4_switch_map_usb3_down() also return enabled portsMika Westerberg2020-06-222-12/+4
| * thunderbolt: Do not tunnel USB3 if link is not USB4Mika Westerberg2020-06-224-3/+27
| * thunderbolt: Add DP IN resources for all routersMika Westerberg2020-06-221-4/+46
| * thunderbolt: Add KUnit tests for path walkingMika Westerberg2020-06-223-0/+1235
| * thunderbolt: Increase path length in discoveryMika Westerberg2020-06-221-1/+5
| * thunderbolt: Handle incomplete PCIe/USB3 paths correctly in discoveryMika Westerberg2020-06-221-4/+6
| * thunderbolt: Check that both ports are reachable when allocating pathMika Westerberg2020-06-221-2/+13