aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-2/+1
2022-09-01kunit: fix Kconfig for build-in tests USB4 and Nitro EnclavesNico Pache1-2/+1
2022-08-18thunderbolt: Check router generation before connecting xHCIMika Westerberg1-1/+5
2022-08-18thunderbolt: Use the actual buffer in tb_async_error()Mika Westerberg1-1/+1
2022-08-04Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-115/+335
2022-08-02Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds4-24/+5
2022-07-11thunderbolt: test: Use kunit_test_suite() macroDavid Gow4-24/+5
2022-06-20thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr()Rafael J. Wysocki1-22/+7
2022-06-17thunderbolt: Fix typo in commentXiang Wangx1-1/+1
2022-06-06thunderbolt: Add support for Intel Raptor LakeGeorge D Sworo3-0/+8
2022-06-06thunderbolt: Fix some kernel-doc commentsYang Li1-3/+3
2022-06-06thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneledGil Fine3-0/+44
2022-06-06thunderbolt: Add CL1 support for USB4 and Titan Ridge routersGil Fine5-107/+266
2022-06-06thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir modeGil Fine1-6/+7
2022-06-06thunderbolt: Fix typos in CLx enablingGil Fine2-2/+2
2022-06-06thunderbolt: CLx disable before system suspend only if previously enabledGil Fine1-2/+4
2022-06-06thunderbolt: Silently ignore CLx enabling in case CLx is not supportedGil Fine1-2/+8
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds13-123/+861
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2-9/+47
2022-05-12thunderbolt: Add KUnit test for devices with no DisplayPort adaptersGil Fine1-0/+92
2022-05-12thunderbolt: Fix buffer allocation of devices with no DisplayPort adaptersGil Fine1-2/+5
2022-05-05thunderbolt: Add support for XDomain lane bondingMika Westerberg4-74/+585
2022-05-05thunderbolt: Ignore port locked error in tb_port_wait_for_link_width()Mika Westerberg1-3/+10
2022-05-05thunderbolt: Split setting link width and lane bonding into own functionsMika Westerberg2-14/+74
2022-05-05thunderbolt: Move tb_port_state() prototype to correct placeMika Westerberg1-1/+1
2022-05-05thunderbolt: Add debug logging when lane is enabled/disabledMika Westerberg1-2/+8
2022-04-29thunderbolt: Link USB4 ports to their USB Type-C connectorsHeikki Krogerus1-0/+38
2022-04-28thunderbolt: Make iommu_dma_protection more accurateRobin Murphy2-9/+47
2022-04-19thunderbolt: Use different lane for second DisplayPort tunnelMika Westerberg4-17/+33
2022-04-19thunderbolt: Dump path config space entries during discoveryMika Westerberg1-0/+6
2022-04-19thunderbolt: Use decimal number with port numbersMika Westerberg1-1/+1
2022-04-19thunderbolt: Fix typo in commentMika Westerberg1-1/+1
2022-04-04thunderbolt: test: use NULL macrosRicardo Ribalda1-67/+67
2022-04-04thunderbolt: Replace usage of found with dedicated list iterator variableJakob Koschel1-8/+7
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-4/+2
2022-03-04thunderbolt: Rename EEPROM handling bits to match USB4 specMario Limonciello2-17/+17
2022-03-04thunderbolt: Clarify register definitions for `tb_cap_plug_events`Mario Limonciello1-7/+11
2022-03-04thunderbolt: Do not make DROM read success compulsoryMario Limonciello1-4/+2
2022-03-04thunderbolt: Do not resume routers if UID is not setMario Limonciello1-0/+4
2022-03-04thunderbolt: Retry DROM reads for more failure scenariosMario Limonciello1-7/+10
2022-02-21thunderbolt: Drop duplicate NULL checks around nvmem_unregister()Andy Shevchenko1-4/+2
2022-02-02thunderbolt: Replace acpi_bus_get_device()Rafael J. Wysocki1-2/+2
2022-02-02thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devicesMika Westerberg5-1/+206
2022-02-02thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()Mika Westerberg1-0/+1
2022-02-02thunderbolt: Disable LTTPR on Intel Titan RidgeMika Westerberg2-0/+11
2022-01-24thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+1
2021-12-28thunderbolt: Add module parameter for CLx disablingGil Fine1-0/+11
2021-12-28thunderbolt: Enable CL0s for Intel Titan RidgeGil Fine6-38/+324
2021-12-22thunderbolt: Rename Intel TB_VSE_CAP_IECS capabilityGil Fine1-1/+1
2021-12-22thunderbolt: Implement TMU time disruption for Intel Titan RidgeGil Fine4-7/+23