summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-6/+6
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-94/+1710
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman-6/+6
2023-01-27thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg-1/+11
2023-01-27thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg-6/+11
2023-01-17thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg-56/+1023
2023-01-17thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg-1/+4
2023-01-17thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg-0/+618
2023-01-17thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg-5/+6
2023-01-17thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg-17/+29
2023-01-17thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg-2/+5
2023-01-17thunderbolt: Log DP adapter typeMika Westerberg-2/+2
2023-01-17thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg-2/+2
2023-01-09thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg-5/+12
2023-01-09thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg-1/+1
2023-01-09thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg-19/+18
2023-01-04thunderbolt: Refactor tb_acpi_add_link()Andy Shevchenko-8/+5
2022-12-27thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel-3/+2
2022-12-27thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)-1/+1
2022-11-07thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal-8/+30
2022-10-25thunderbolt: ACPI: Use the helper fwnode_find_reference()Heikki Krogerus-8/+4
2022-10-23thunderbolt: Remove redundant assignment to variable lenColin Ian King-1/+0
2022-10-23thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko-3/+5
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-1/+1
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-369/+1820
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-15/+54
2022-10-03Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-1/+1
2022-09-30Merge branch 'acpi-dev'Rafael J. Wysocki-1/+1
2022-09-30Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-369/+1820
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-09-27Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-0/+1
2022-09-26thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello-0/+46
2022-09-24thunderbolt: Use dev_err_probe()Andy Shevchenko-30/+18
2022-09-24thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko-37/+35
2022-09-23Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-0/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+1
2022-09-22thunderbolt: Explicitly reset plug events delay back to USB4 spec valueMario Limonciello-0/+1
2022-09-09Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds-2/+1
2022-09-09thunderbolt: Add support for Intel Maple Ridge single port controllerGil Fine-0/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-2/+6
2022-09-07thunderbolt: debugfs: Fix spelling mistakes in seq_puts textColin Ian King-2/+2
2022-09-07thunderbolt: Add support for ASMedia NVM image formatSzuying Chen-0/+37
2022-09-07thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen-167/+410
2022-09-07thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg-7/+23
2022-09-07thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen-18/+28
2022-09-07thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen-6/+6
2022-09-07thunderbolt: Allow NVM upgrade of USB4 host routersSzuying Chen-1/+4
2022-09-05thunderbolt: Add support for receiver lane marginingMika Westerberg-0/+1043
2022-09-05thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg-0/+30
2022-09-05thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg-13/+9