summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-243-6/+6
|\
| * driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-273-6/+6
* | Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2023-02-0812-94/+1710
|\ \ | |/ |/|
| * thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg2023-01-272-1/+11
| * thunderbolt: Handle bandwidth allocation mode enablement notificationMika Westerberg2023-01-272-6/+11
| * thunderbolt: Add support for DisplayPort bandwidth allocation modeMika Westerberg2023-01-177-56/+1023
| * thunderbolt: Include the additional DP IN double word in debugfs dumpMika Westerberg2023-01-171-1/+4
| * thunderbolt: Add functions to support DisplayPort bandwidth allocation modeMika Westerberg2023-01-173-0/+618
| * thunderbolt: Increase timeout of DP OUT adapter handshakeMika Westerberg2023-01-171-5/+6
| * thunderbolt: Take CL states into account when waiting for link to come upMika Westerberg2023-01-172-17/+29
| * thunderbolt: Improve debug logging in tb_available_bandwidth()Mika Westerberg2023-01-171-2/+5
| * thunderbolt: Log DP adapter typeMika Westerberg2023-01-171-2/+2
| * thunderbolt: Use decimal port number in control and tunnel logs tooMika Westerberg2023-01-172-2/+2
| * thunderbolt: Refactor tb_acpi_add_link()Andy Shevchenko2023-01-041-8/+5
| * thunderbolt: Use correct type in tb_port_is_clx_enabled() prototypeJiri Slaby (SUSE)2022-12-271-1/+1
* | thunderbolt: Disable XDomain lane 1 only in software connection managerMika Westerberg2023-01-091-5/+12
* | thunderbolt: Use correct function to calculate maximum USB3 link rateMika Westerberg2023-01-091-1/+1
* | thunderbolt: Do not call PM runtime functions in tb_retimer_scan()Mika Westerberg2023-01-092-19/+18
* | thunderbolt: Do not report errors if on-board retimers are foundUtkarsh Patel2022-12-271-3/+2
|/
* thunderbolt: Add wake on connect/disconnect on USB4 portsRajat Khandelwal2022-11-073-8/+30
* thunderbolt: ACPI: Use the helper fwnode_find_reference()Heikki Krogerus2022-10-251-8/+4
* thunderbolt: Remove redundant assignment to variable lenColin Ian King2022-10-231-1/+0
* thunderbolt: Use str_enabled_disabled() helperAndy Shevchenko2022-10-232-3/+5
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-1/+1
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-0715-369/+1820
|\
| * Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2022-09-3015-369/+1820
| |\
| | * thunderbolt: Explicitly enable lane adapter hotplug events at startupMario Limonciello2022-09-264-0/+46
| | * thunderbolt: Use dev_err_probe()Andy Shevchenko2022-09-241-30/+18
| | * thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIsAndy Shevchenko2022-09-244-37/+35
| | * thunderbolt: debugfs: Fix spelling mistakes in seq_puts textColin Ian King2022-09-071-2/+2
| | * thunderbolt: Add support for ASMedia NVM image formatSzuying Chen2022-09-071-0/+37
| | * thunderbolt: Move vendor specific NVM handling into nvm.cSzuying Chen2022-09-074-167/+410
| | * thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read()Mika Westerberg2022-09-072-7/+23
| | * thunderbolt: Rename and make nvm_read() available for other filesSzuying Chen2022-09-072-18/+28
| | * thunderbolt: Extend NVM version fields to 32-bitsSzuying Chen2022-09-073-6/+6
| | * thunderbolt: Allow NVM upgrade of USB4 host routersSzuying Chen2022-09-071-1/+4
| | * thunderbolt: Add support for receiver lane marginingMika Westerberg2022-09-056-0/+1043
| | * thunderbolt: Add helper to check if CL states are enabled on portMika Westerberg2022-09-053-0/+30
| | * thunderbolt: Pass CL state bitmask to tb_port_clx_supported()Mika Westerberg2022-09-053-13/+9
| | * thunderbolt: Move port CL state functions into correct place in switch.cMika Westerberg2022-09-051-106/+106
| | * thunderbolt: Move tb_xdomain_parent() to tb.hMika Westerberg2022-09-052-5/+5
| | * thunderbolt: Add support for Intel Meteor LakeMika Westerberg2022-08-223-0/+12
| | * thunderbolt: Add comment where Thunderbolt 4 PCI IDs startMika Westerberg2022-08-221-0/+1
| | * thunderbolt: Add DP OUT resource when DP tunnel is discoveredSanjay R Mehta2022-08-151-0/+28
* | | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-045-15/+54
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-292-0/+2
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-2/+1
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-082-2/+6
| |\ \ \ \
| * | | | | thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg2022-08-311-7/+42
| * | | | | thunderbolt: Show link type for XDomain connections tooMika Westerberg2022-08-314-8/+12
| | |_|_|/ | |/| | |