summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-08-0410-115/+335
|\
| * thunderbolt: Fix typo in commentXiang Wangx2022-06-171-1/+1
| * thunderbolt: Add support for Intel Raptor LakeGeorge D Sworo2022-06-063-0/+8
| * thunderbolt: Fix some kernel-doc commentsYang Li2022-06-061-3/+3
| * thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine2022-06-063-0/+44
| * thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine2022-06-065-107/+266
| * thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir modeGil Fine2022-06-061-6/+7
| * thunderbolt: Fix typos in CLx enablingGil Fine2022-06-062-2/+2
| * thunderbolt: CLx disable before system suspend only if previously enabledGil Fine2022-06-061-2/+4
| * thunderbolt: Silently ignore CLx enabling in case CLx is not supportedGil Fine2022-06-061-2/+8
* | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2022-08-024-24/+5
|\ \
| * | thunderbolt: test: Use kunit_test_suite() macroDavid Gow2022-07-114-24/+5
| |/
* / thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki2022-06-201-22/+7
|/
* Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-06-0313-123/+861
|\
| * thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGil Fine2022-05-121-0/+92
| * thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine2022-05-121-2/+5
| * thunderbolt: Add support for XDomain lane bondingMika Westerberg2022-05-054-74/+585
| * 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-052-14/+74
| * thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg2022-05-051-1/+1
| * thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg2022-05-051-2/+8
| * thunderbolt: Link USB4 ports to their USB Type-C connectorsHeikki Krogerus2022-04-291-0/+38
| * thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg2022-04-194-17/+33
| * thunderbolt: Dump path config space entries during discoveryMika Westerberg2022-04-191-0/+6
| * thunderbolt: Use decimal number with port numbersMika Westerberg2022-04-191-1/+1
| * thunderbolt: Fix typo in commentMika Westerberg2022-04-191-1/+1
| * thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel2022-04-041-8/+7
* | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-312-9/+47
|\ \
| * | thunderbolt: Make iommu_dma_protection more accurateRobin Murphy2022-04-282-9/+47
| |/
* / thunderbolt: test: use NULL macrosRicardo Ribalda2022-04-041-67/+67
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-4/+2
|\
| * thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko2022-02-211-4/+2
* | thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello2022-03-042-17/+17
* | thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello2022-03-041-7/+11
* | 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: Retry DROM reads for more failure scenariosMario Limonciello2022-03-041-7/+10
* | thunderbolt: Replace acpi_bus_get_device()Rafael J. Wysocki2022-02-021-2/+2
* | thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg2022-02-025-1/+206
* | thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg2022-02-021-0/+1
* | thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg2022-02-022-0/+11
* | thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-241-2/+1
|/
* thunderbolt: Add module parameter for CLx disablingGil Fine2021-12-281-0/+11
* thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine2021-12-286-38/+324
* thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine2021-12-221-1/+1
* thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine2021-12-224-7/+23
* thunderbolt: Move usb4_switch_wait_for_bit() to switch.cGil Fine2021-12-223-27/+41
* thunderbolt: Add CL0s support for USB4 routersGil Fine2021-12-225-1/+348
* thunderbolt: Add TMU uni-directional modeGil Fine2021-12-224-52/+264
* thunderbolt: Check return value of kmemdup() in icm_handle_event()Xiaoke Wang2021-12-151-1/+6