summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/switch.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-04-191-2/+2
|\
| * thunderbolt: Get rid of redundant 'else'Andy Shevchenko2023-03-291-2/+2
* | thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg2023-03-131-2/+2
|/
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-241-2/+2
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-2/+2
* | thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg2023-01-171-17/+25
|/
* thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko2022-10-231-2/+3
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-226/+223
|\
| * Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2022-09-301-226/+223
| |\
| | * thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello2022-09-261-0/+24
| | * thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko2022-09-241-14/+14
| | * thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen2022-09-071-92/+34
| | * thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen2022-09-071-18/+26
| | * thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen2022-09-071-2/+2
| | * thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg2022-09-051-0/+28
| | * thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg2022-09-051-11/+6
| | * thunderbolt: Move port CL state functions into correct place in switch.cMika Westerberg2022-09-051-106/+106
* | | thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello2022-09-221-0/+1
|/ /
* | thunderbolt: Check router generation before connecting xHCIMika Westerberg2022-08-181-1/+5
|/
* thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine2022-06-061-43/+46
* thunderbolt: Fix typos in CLx enablingGil Fine2022-06-061-1/+1
* thunderbolt: CLx disable before system suspend only if previously enabledGil Fine2022-06-061-2/+4
* thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg2022-05-051-3/+10
* thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg2022-05-051-14/+72
* thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg2022-05-051-2/+8
* thunderbolt: Do not make DROM read success compulsoryMario Limonciello2022-03-041-4/+2
* thunderbolt: Do not resume routers if UID is not setMario Limonciello2022-03-041-0/+4
* thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg2022-02-021-1/+70
* thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
* thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-281-3/+157
* thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-221-0/+4
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-221-0/+34
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-221-0/+263
* thunderbolt: Add debug logging of DisplayPort resource allocationMika Westerberg2021-12-071-2/+15
* thunderbolt: Do not program path HopIDs for USB4 routersMika Westerberg2021-12-071-1/+6
* thunderbolt: Do not allow subtracting more NFC credits than configuredMika Westerberg2021-12-071-0/+3
* Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2021-08-241-9/+19
|\
| * thunderbolt: Fix port linking by checking all adaptersSanjay R Mehta2021-08-091-1/+1
| * thunderbolt: Do not read control adapter config spaceSanjay R Mehta2021-08-091-5/+8
| * thunderbolt: Add authorized value to the KOBJ_CHANGE ueventRajat Jain2021-08-021-3/+10
* | Revert "thunderbolt: Hide authorized attribute if router does not support PCI...Mika Westerberg2021-07-271-14/+1
|/
* thunderbolt: Allow router NVM authenticate separatelyMika Westerberg2021-06-011-18/+32
* thunderbolt: Move nvm_write_ops to tb.hRajmohan Mani2021-06-011-5/+0
* thunderbolt: Add support for retimer NVM upgrade when there is no linkRajmohan Mani2021-06-011-16/+32
* thunderbolt: Add USB4 port devicesMika Westerberg2021-06-011-2/+15
* thunderbolt: Update port credits after bonding is enabled/disabledMika Westerberg2021-06-011-0/+48
* thunderbolt: Read router preferred credit allocation informationMika Westerberg2021-06-011-8/+43
* thunderbolt: Wait for the lanes to actually bondMika Westerberg2021-06-011-2/+48
* thunderbolt: Make tb_port_type() take const parameterMika Westerberg2021-06-011-1/+1
* thunderbolt: Add wake from DisplayPortMika Westerberg2021-05-311-1/+2