summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorFilesLines
2024-04-27thunderbolt: Fix wake configurations after device unplugGil Fine1-7/+14
2024-04-27thunderbolt: Avoid notify PM core about runtime PM resumeGil Fine4-11/+36
2024-04-27thunderbolt: Add debug log for link controller power quirkMika Westerberg1-0/+1
2024-04-27thunderbolt: Log function name of the called quirkMika Westerberg1-0/+1
2024-04-13thunderbolt: Keep the domain powered when USB4 port is in redrive modeMika Westerberg3-1/+66
2024-01-01thunderbolt: Fix memory leak in margining_port_remove()Yaxiong Tian1-1/+1
2023-11-28thunderbolt: Apply USB 3.x bandwidth quirk only in software connection managerMika Westerberg1-0/+3
2023-10-20thunderbolt: Restart XDomain discovery handshake after failureMika Westerberg1-17/+41
2023-10-20thunderbolt: Check that lane 1 is in CL0 before enabling lane bondingMika Westerberg1-0/+7
2023-10-20thunderbolt: Workaround an IOMMU fault on certain systems with Intel Maple RidgeMika Westerberg1-20/+20
2023-09-02thunderbolt: Fix a backport error for display flickering issueMario Limonciello1-0/+1
2023-08-30thunderbolt: Fix Thunderbolt 3 display flickering issue on 2nd hot plug onwardsSanjay R Mehta1-1/+2
2023-08-23thunderbolt: Limit Intel Barlow Ridge USB3 bandwidthMika Westerberg2-0/+10
2023-08-23thunderbolt: Add Intel Barlow Ridge PCI IDMika Westerberg2-0/+4
2023-08-23thunderbolt: Read retimer NVM authentication status prior tb_retimer_set_inbo...Mika Westerberg1-8/+21
2023-06-21thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg1-3/+8
2023-06-21thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg1-4/+4
2023-06-21thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg1-5/+12
2023-05-24thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello2-5/+26
2023-05-11thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)1-1/+1
2023-04-06thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine3-2/+49
2023-03-30thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix1-8/+9
2023-03-30thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello1-1/+1
2023-03-30thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine4-2/+37
2023-03-30thunderbolt: Disable interrupt auto clear for ringsMario Limonciello2-17/+29
2023-03-30thunderbolt: Fix memory leak in marginingMika Westerberg1-6/+6
2023-03-30thunderbolt: Add quirk to disable CLxSanjay R Mehta2-3/+21
2023-03-30thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg1-2/+2
2023-03-30thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg1-5/+17
2023-01-24thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg2-19/+18
2023-01-24thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel1-3/+2
2023-01-24thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg1-1/+1
2023-01-24thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg1-5/+12
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-08Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-369/+1820
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-15/+54
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+1
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki1-1/+1
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman15-369/+1820
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+2
2022-09-27Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-0/+1
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello4-0/+46
2022-09-24thunderbolt: Use dev_err_probe()Andy Shevchenko1-30/+18
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko4-37/+35
2022-09-23Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello1-0/+1
2022-09-09Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+1
2022-09-09thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine2-0/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2-2/+6