| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-19 | Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 7 | -142/+149 |
| 2023-04-03 | thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper | Andy Shevchenko | 1 | -21/+20 |
| 2023-03-29 | thunderbolt: Make use of SI units from units.h | Andy Shevchenko | 1 | -2/+3 |
| 2023-03-29 | thunderbolt: Get rid of redundant 'else' | Andy Shevchenko | 6 | -22/+19 |
| 2023-03-20 | thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit | Tom Rix | 1 | -8/+9 |
| 2023-03-20 | thunderbolt: Disable interrupt auto clear for rings | Mario Limonciello | 2 | -17/+29 |
| 2023-03-20 | thunderbolt: Use const qualifier for `ring_interrupt_index` | Mario Limonciello | 1 | -1/+1 |
| 2023-03-14 | thunderbolt: Refactor DROM reading | Mario Limonciello | 1 | -94/+105 |
| 2023-03-14 | thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset | Mario Limonciello | 1 | -3/+2 |
| 2023-03-13 | thunderbolt: Use scale field when allocating USB3 bandwidth | Mika Westerberg | 1 | -5/+17 |
| 2023-03-13 | thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers | Gil Fine | 3 | -2/+49 |
| 2023-03-13 | thunderbolt: Call tb_check_quirks() after initializing adapters | Mika Westerberg | 1 | -2/+2 |
| 2023-03-13 | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access | Gil Fine | 4 | -2/+37 |
| 2023-03-13 | thunderbolt: Fix memory leak in margining | Mika Westerberg | 1 | -6/+6 |
| 2023-03-06 | thunderbolt: Add quirk to disable CLx | Sanjay R Mehta | 2 | -3/+21 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -6/+6 |
| 2023-02-08 | Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 12 | -94/+1710 |
| 2023-01-27 | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 3 | -6/+6 |
| 2023-01-27 | thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth() | Mika Westerberg | 2 | -1/+11 |
| 2023-01-27 | thunderbolt: Handle bandwidth allocation mode enablement notification | Mika Westerberg | 2 | -6/+11 |
| 2023-01-17 | thunderbolt: Add support for DisplayPort bandwidth allocation mode | Mika Westerberg | 7 | -56/+1023 |
| 2023-01-17 | thunderbolt: Include the additional DP IN double word in debugfs dump | Mika Westerberg | 1 | -1/+4 |
| 2023-01-17 | thunderbolt: Add functions to support DisplayPort bandwidth allocation mode | Mika Westerberg | 3 | -0/+618 |
| 2023-01-17 | thunderbolt: Increase timeout of DP OUT adapter handshake | Mika Westerberg | 1 | -5/+6 |
| 2023-01-17 | thunderbolt: Take CL states into account when waiting for link to come up | Mika Westerberg | 2 | -17/+29 |
| 2023-01-17 | thunderbolt: Improve debug logging in tb_available_bandwidth() | Mika Westerberg | 1 | -2/+5 |
| 2023-01-17 | thunderbolt: Log DP adapter type | Mika Westerberg | 1 | -2/+2 |
| 2023-01-17 | thunderbolt: Use decimal port number in control and tunnel logs too | Mika Westerberg | 2 | -2/+2 |
| 2023-01-09 | thunderbolt: Disable XDomain lane 1 only in software connection manager | Mika Westerberg | 1 | -5/+12 |
| 2023-01-09 | thunderbolt: Use correct function to calculate maximum USB3 link rate | Mika Westerberg | 1 | -1/+1 |
| 2023-01-09 | thunderbolt: Do not call PM runtime functions in tb_retimer_scan() | Mika Westerberg | 2 | -19/+18 |
| 2023-01-04 | thunderbolt: Refactor tb_acpi_add_link() | Andy Shevchenko | 1 | -8/+5 |
| 2022-12-27 | thunderbolt: Do not report errors if on-board retimers are found | Utkarsh Patel | 1 | -3/+2 |
| 2022-12-27 | thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2022-11-07 | thunderbolt: Add wake on connect/disconnect on USB4 ports | Rajat Khandelwal | 3 | -8/+30 |
| 2022-10-25 | thunderbolt: ACPI: Use the helper fwnode_find_reference() | Heikki Krogerus | 1 | -8/+4 |
| 2022-10-23 | thunderbolt: Remove redundant assignment to variable len | Colin Ian King | 1 | -1/+0 |
| 2022-10-23 | thunderbolt: Use str_enabled_disabled() helper | Andy Shevchenko | 2 | -3/+5 |
| 2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-07 | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 15 | -369/+1820 |
| 2022-10-04 | Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 5 | -15/+54 |
| 2022-10-03 | Merge tag 'acpi-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 1 | -1/+1 |
| 2022-09-30 | Merge branch 'acpi-dev' | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-09-30 | Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 15 | -369/+1820 |
| 2022-09-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -0/+2 |
| 2022-09-27 | Merge tag 'thunderbolt-for-v6.0' of git://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman | 1 | -0/+1 |
| 2022-09-26 | thunderbolt: Explicitly enable lane adapter hotplug events at startup | Mario Limonciello | 4 | -0/+46 |
| 2022-09-24 | thunderbolt: Use dev_err_probe() | Andy Shevchenko | 1 | -30/+18 |
| 2022-09-24 | thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs | Andy Shevchenko | 4 | -37/+35 |
| 2022-09-23 | Merge tag 'usb-6.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -0/+2 |
| 2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+1 |
| 2022-09-22 | thunderbolt: Explicitly reset plug events delay back to USB4 spec value | Mario Limonciello | 1 | -0/+1 |
| 2022-09-09 | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s... | Linus Torvalds | 1 | -2/+1 |
| 2022-09-09 | thunderbolt: Add support for Intel Maple Ridge single port controller | Gil Fine | 2 | -0/+2 |
| 2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -2/+6 |
| 2022-09-07 | thunderbolt: debugfs: Fix spelling mistakes in seq_puts text | Colin Ian King | 1 | -2/+2 |
| 2022-09-07 | thunderbolt: Add support for ASMedia NVM image format | Szuying Chen | 1 | -0/+37 |
| 2022-09-07 | thunderbolt: Move vendor specific NVM handling into nvm.c | Szuying Chen | 4 | -167/+410 |
| 2022-09-07 | thunderbolt: Provide tb_retimer_nvm_read() analogous to tb_switch_nvm_read() | Mika Westerberg | 2 | -7/+23 |
| 2022-09-07 | thunderbolt: Rename and make nvm_read() available for other files | Szuying Chen | 2 | -18/+28 |
| 2022-09-07 | thunderbolt: Extend NVM version fields to 32-bits | Szuying Chen | 3 | -6/+6 |
| 2022-09-07 | thunderbolt: Allow NVM upgrade of USB4 host routers | Szuying Chen | 1 | -1/+4 |
| 2022-09-05 | thunderbolt: Add support for receiver lane margining | Mika Westerberg | 6 | -0/+1043 |
| 2022-09-05 | thunderbolt: Add helper to check if CL states are enabled on port | Mika Westerberg | 3 | -0/+30 |
| 2022-09-05 | thunderbolt: Pass CL state bitmask to tb_port_clx_supported() | Mika Westerberg | 3 | -13/+9 |
| 2022-09-05 | thunderbolt: Move port CL state functions into correct place in switch.c | Mika Westerberg | 1 | -106/+106 |
| 2022-09-05 | thunderbolt: Move tb_xdomain_parent() to tb.h | Mika Westerberg | 2 | -5/+5 |
| 2022-09-01 | kunit: fix Kconfig for build-in tests USB4 and Nitro Enclaves | Nico Pache | 1 | -2/+1 |
| 2022-08-31 | thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaround | Mika Westerberg | 1 | -7/+42 |
| 2022-08-31 | thunderbolt: Show link type for XDomain connections too | Mika Westerberg | 4 | -8/+12 |
| 2022-08-24 | ACPI: Drop parent field from struct acpi_device | Rafael J. Wysocki | 1 | -1/+1 |
| 2022-08-22 | thunderbolt: Add support for Intel Meteor Lake | Mika Westerberg | 3 | -0/+12 |
| 2022-08-22 | thunderbolt: Add comment where Thunderbolt 4 PCI IDs start | Mika Westerberg | 1 | -0/+1 |
| 2022-08-18 | thunderbolt: Check router generation before connecting xHCI | Mika Westerberg | 1 | -1/+5 |
| 2022-08-18 | thunderbolt: Use the actual buffer in tb_async_error() | Mika Westerberg | 1 | -1/+1 |
| 2022-08-15 | thunderbolt: Add DP OUT resource when DP tunnel is discovered | Sanjay R Mehta | 1 | -0/+28 |
| 2022-08-04 | Merge tag 'usb-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 10 | -115/+335 |
| 2022-08-02 | Merge tag 'linux-kselftest-kunit-5.20-rc1' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 4 | -24/+5 |
| 2022-07-11 | thunderbolt: test: Use kunit_test_suite() macro | David Gow | 4 | -24/+5 |
| 2022-06-20 | thunderbolt: ACPI: Replace tb_acpi_find_port() with acpi_find_child_by_adr() | Rafael J. Wysocki | 1 | -22/+7 |
| 2022-06-17 | thunderbolt: Fix typo in comment | Xiang Wangx | 1 | -1/+1 |
| 2022-06-06 | thunderbolt: Add support for Intel Raptor Lake | George D Sworo | 3 | -0/+8 |
| 2022-06-06 | thunderbolt: Fix some kernel-doc comments | Yang Li | 1 | -3/+3 |
| 2022-06-06 | thunderbolt: Change TMU mode to HiFi uni-directional once DisplayPort tunneled | Gil Fine | 3 | -0/+44 |
| 2022-06-06 | thunderbolt: Add CL1 support for USB4 and Titan Ridge routers | Gil Fine | 5 | -107/+266 |
| 2022-06-06 | thunderbolt: Change downstream router's TMU rate in both TMU uni/bidir mode | Gil Fine | 1 | -6/+7 |
| 2022-06-06 | thunderbolt: Fix typos in CLx enabling | Gil Fine | 2 | -2/+2 |
| 2022-06-06 | thunderbolt: CLx disable before system suspend only if previously enabled | Gil Fine | 1 | -2/+4 |
| 2022-06-06 | thunderbolt: Silently ignore CLx enabling in case CLx is not supported | Gil Fine | 1 | -2/+8 |
| 2022-06-03 | Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 13 | -123/+861 |
| 2022-05-31 | Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -9/+47 |
| 2022-05-12 | thunderbolt: Add KUnit test for devices with no DisplayPort adapters | Gil Fine | 1 | -0/+92 |
| 2022-05-12 | thunderbolt: Fix buffer allocation of devices with no DisplayPort adapters | Gil Fine | 1 | -2/+5 |
| 2022-05-05 | thunderbolt: Add support for XDomain lane bonding | Mika Westerberg | 4 | -74/+585 |
| 2022-05-05 | thunderbolt: Ignore port locked error in tb_port_wait_for_link_width() | Mika Westerberg | 1 | -3/+10 |
| 2022-05-05 | thunderbolt: Split setting link width and lane bonding into own functions | Mika Westerberg | 2 | -14/+74 |
| 2022-05-05 | thunderbolt: Move tb_port_state() prototype to correct place | Mika Westerberg | 1 | -1/+1 |
| 2022-05-05 | thunderbolt: Add debug logging when lane is enabled/disabled | Mika Westerberg | 1 | -2/+8 |
| 2022-04-29 | thunderbolt: Link USB4 ports to their USB Type-C connectors | Heikki Krogerus | 1 | -0/+38 |
| 2022-04-28 | thunderbolt: Make iommu_dma_protection more accurate | Robin Murphy | 2 | -9/+47 |
| 2022-04-19 | thunderbolt: Use different lane for second DisplayPort tunnel | Mika Westerberg | 4 | -17/+33 |
| 2022-04-19 | thunderbolt: Dump path config space entries during discovery | Mika Westerberg | 1 | -0/+6 |
| 2022-04-19 | thunderbolt: Use decimal number with port numbers | Mika Westerberg | 1 | -1/+1 |
| 2022-04-19 | thunderbolt: Fix typo in comment | Mika Westerberg | 1 | -1/+1 |
| 2022-04-04 | thunderbolt: test: use NULL macros | Ricardo Ribalda | 1 | -67/+67 |
| 2022-04-04 | thunderbolt: Replace usage of found with dedicated list iterator variable | Jakob Koschel | 1 | -8/+7 |
| 2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+2 |
| 2022-03-04 | thunderbolt: Rename EEPROM handling bits to match USB4 spec | Mario Limonciello | 2 | -17/+17 |
| 2022-03-04 | thunderbolt: Clarify register definitions for `tb_cap_plug_events` | Mario Limonciello | 1 | -7/+11 |
| 2022-03-04 | thunderbolt: Do not make DROM read success compulsory | Mario Limonciello | 1 | -4/+2 |
| 2022-03-04 | thunderbolt: Do not resume routers if UID is not set | Mario Limonciello | 1 | -0/+4 |
| 2022-03-04 | thunderbolt: Retry DROM reads for more failure scenarios | Mario Limonciello | 1 | -7/+10 |
| 2022-02-21 | thunderbolt: Drop duplicate NULL checks around nvmem_unregister() | Andy Shevchenko | 1 | -4/+2 |
| 2022-02-02 | thunderbolt: Replace acpi_bus_get_device() | Rafael J. Wysocki | 1 | -2/+2 |
| 2022-02-02 | thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices | Mika Westerberg | 5 | -1/+206 |
| 2022-02-02 | thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge() | Mika Westerberg | 1 | -0/+1 |
| 2022-02-02 | thunderbolt: Disable LTTPR on Intel Titan Ridge | Mika Westerberg | 2 | -0/+11 |
| 2022-01-24 | thunderbolt: Remove useless DMA-32 fallback configuration | Christophe JAILLET | 1 | -2/+1 |
| 2021-12-28 | thunderbolt: Add module parameter for CLx disabling | Gil Fine | 1 | -0/+11 |
| 2021-12-28 | thunderbolt: Enable CL0s for Intel Titan Ridge | Gil Fine | 6 | -37/+323 |
| 2021-12-22 | thunderbolt: Rename Intel TB_VSE_CAP_IECS capability | Gil Fine | 1 | -1/+1 |
| 2021-12-22 | thunderbolt: Implement TMU time disruption for Intel Titan Ridge | Gil Fine | 4 | -7/+23 |
| 2021-12-22 | thunderbolt: Move usb4_switch_wait_for_bit() to switch.c | Gil Fine | 3 | -27/+41 |
| 2021-12-22 | thunderbolt: Add CL0s support for USB4 routers | Gil Fine | 5 | -1/+348 |
| 2021-12-22 | thunderbolt: Add TMU uni-directional mode | Gil Fine | 4 | -51/+263 |
| 2021-12-15 | thunderbolt: Check return value of kmemdup() in icm_handle_event() | Xiaoke Wang | 1 | -1/+6 |
| 2021-12-08 | thunderbolt: Do not dereference fwnode in struct device | Andy Shevchenko | 1 | -1/+1 |
| 2021-12-07 | thunderbolt: Add debug logging of DisplayPort resource allocation | Mika Westerberg | 1 | -2/+15 |
| 2021-12-07 | thunderbolt: Do not program path HopIDs for USB4 routers | Mika Westerberg | 1 | -1/+6 |
| 2021-12-07 | thunderbolt: Do not allow subtracting more NFC credits than configured | Mika Westerberg | 1 | -0/+3 |
| 2021-12-07 | thunderbolt: Runtime resume USB4 port when retimers are scanned | Mika Westerberg | 1 | -10/+18 |
| 2021-12-07 | thunderbolt: Tear down existing tunnels when resuming from hibernate | Mika Westerberg | 5 | -45/+102 |
| 2021-12-07 | thunderbolt: Runtime PM activate both ends of the device link | Mika Westerberg | 1 | -0/+13 |
| 2021-12-07 | thunderbolt: xdomain: Avoid potential stack OOB read | Kees Cook | 2 | -27/+36 |
| 2021-10-25 | Merge tag 'thunderbolt-for-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2 | -2/+2 |
| 2021-10-06 | thunderbolt: build kunit tests without structleak plugin | Brendan Higgins | 1 | -0/+1 |
| 2021-09-28 | thunderbolt: Fix -Wrestrict warning | Arnd Bergmann | 1 | -1/+1 |
| 2021-09-27 | thunderbolt: Enable retry logic for intra-domain control packets | Sanjay R Mehta | 1 | -1/+1 |
| 2021-09-06 | thunderbolt: test: split up test cases in tb_test_credit_alloc_all | Linus Torvalds | 1 | -17/+81 |
| 2021-09-01 | Merge tag 'usb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -17/+57 |
| 2021-08-24 | Merge tag 'thunderbolt-for-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 2 | -17/+57 |
| 2021-08-09 | thunderbolt: Fix port linking by checking all adapters | Sanjay R Mehta | 1 | -1/+1 |
| 2021-08-09 | thunderbolt: Do not read control adapter config space | Sanjay R Mehta | 1 | -5/+8 |
| 2021-08-09 | thunderbolt: Handle ring interrupt by reading interrupt status register | Sanjay R Mehta | 1 | -0/+13 |
| 2021-08-09 | thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt status | Sanjay R Mehta | 1 | -8/+25 |
| 2021-08-09 | Merge 5.14-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -14/+1 |
| 2021-08-02 | thunderbolt: Add authorized value to the KOBJ_CHANGE uevent | Rajat Jain | 1 | -3/+10 |
| 2021-07-27 | Revert "thunderbolt: Hide authorized attribute if router does not support PCI... | Mika Westerberg | 1 | -14/+1 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-07-05 | Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 24 | -439/+2384 |
| 2021-07-02 | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/... | Linus Torvalds | 1 | -43/+43 |
| 2021-06-25 | thunderbolt: test: Reinstate a few casts of bitfields | David Gow | 1 | -22/+44 |
| 2021-06-23 | thunderbolt: test: Remove some casts which are no longer required | David Gow | 1 | -87/+65 |
| 2021-06-15 | thunderbolt: Fix DROM handling for USB4 DROM | Gil Fine | 1 | -8/+11 |
| 2021-06-11 | thunderbolt: Add support for Intel Alder Lake | Azhar Shaikh | 3 | -0/+8 |
| 2021-06-11 | thunderbolt: No need to include <linux/acpi.h> in usb4_port.c | Mika Westerberg | 1 | -1/+0 |
| 2021-06-11 | thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be set | Gil Fine | 1 | -7/+11 |
| 2021-06-11 | thunderbolt: Add device links only when software connection manager is used | Mika Westerberg | 2 | -67/+67 |
| 2021-06-11 | thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() | Mika Westerberg | 1 | -11/+11 |
| 2021-06-01 | thunderbolt: Check for NVM authentication status after the operation started | Mika Westerberg | 1 | -1/+19 |
| 2021-06-01 | thunderbolt: Add WRITE_ONLY and AUTHENTICATE_ONLY NVM operations for retimers | Rajmohan Mani | 3 | -16/+52 |
| 2021-06-01 | thunderbolt: Allow router NVM authenticate separately | Mika Westerberg | 3 | -20/+45 |
| 2021-06-01 | thunderbolt: Move nvm_write_ops to tb.h | Rajmohan Mani | 2 | -5/+5 |
| 2021-06-01 | thunderbolt: Add support for retimer NVM upgrade when there is no link | Rajmohan Mani | 5 | -28/+222 |
| 2021-06-01 | thunderbolt: Add additional USB4 port operations for retimer access | Rajmohan Mani | 3 | -0/+74 |
| 2021-06-01 | thunderbolt: Add support for ACPI _DSM to power on/off retimers | Rajmohan Mani | 3 | -3/+225 |
| 2021-06-01 | thunderbolt: Add USB4 port devices | Mika Westerberg | 6 | -8/+222 |
| 2021-06-01 | thunderbolt: Log the link as TBT instead of TBT3 | Mika Westerberg | 1 | -1/+1 |
| 2021-06-01 | thunderbolt: Add KUnit tests for credit allocation | Mika Westerberg | 1 | -0/+545 |
| 2021-06-01 | thunderbolt: Add quirk for Intel Goshen Ridge DP credits | Mika Westerberg | 1 | -4/+27 |
| 2021-06-01 | thunderbolt: Allocate credits according to router preferences | Mika Westerberg | 3 | -74/+346 |
| 2021-06-01 | thunderbolt: Update port credits after bonding is enabled/disabled | Mika Westerberg | 3 | -0/+51 |
| 2021-06-01 | thunderbolt: Read router preferred credit allocation information | Mika Westerberg | 4 | -8/+221 |
| 2021-06-01 | thunderbolt: Wait for the lanes to actually bond | Mika Westerberg | 3 | -2/+58 |
| 2021-06-01 | thunderbolt: Move nfc_credits field to struct tb_path_hop | Mika Westerberg | 3 | -15/+19 |
| 2021-06-01 | thunderbolt: Make tb_port_type() take const parameter | Mika Westerberg | 1 | -1/+1 |
| 2021-05-31 | thunderbolt: Align USB4 router wakes configuration with the CM guide | Mika Westerberg | 1 | -5/+11 |
| 2021-05-31 | thunderbolt: Add wake from DisplayPort | Mika Westerberg | 5 | -5/+14 |
| 2021-05-31 | thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devices | Mika Westerberg | 1 | -79/+15 |
| 2021-05-31 | thunderbolt: Split NVM read/write generic functions out from usb4.c | Mika Westerberg | 3 | -92/+124 |
| 2021-05-31 | thunderbolt: Add self-authenticate support for new dock | Crag Wang | 1 | -0/+1 |
| 2021-05-20 | thunderbolt: usb4: Fix NVM read buffer bounds and offset issue | Mathias Nyman | 1 | -4/+5 |
| 2021-05-20 | thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue | Mathias Nyman | 1 | -5/+6 |
| 2021-04-13 | Merge tag 'thunderbolt-for-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/k... | Greg Kroah-Hartman | 15 | -381/+1207 |
| 2021-04-09 | thunderbolt: Hide authorized attribute if router does not support PCIe tunnels | Mika Westerberg | 1 | -1/+14 |
| 2021-04-09 | thunderbolt: Add details to router uevent | Mika Westerberg | 1 | -0/+34 |
| 2021-03-30 | thunderbolt: Fix off by one in tb_port_find_retimer() | Dan Carpenter | 1 | -1/+1 |
| 2021-03-30 | thunderbolt: Fix a leak in tb_retimer_add() | Dan Carpenter | 1 | -1/+1 |
| 2021-03-23 | thunderbolt: Unlock on error path in tb_domain_add() | Dan Carpenter | 1 | -0/+1 |
| 2021-03-18 | thunderbolt: Add support for USB4 DROM | Mika Westerberg | 1 | -24/+80 |
| 2021-03-18 | thunderbolt: Check quirks in tb_switch_add() | Mika Westerberg | 2 | -1/+2 |
| 2021-03-18 | thunderbolt: Add KUnit tests for DMA tunnels | Mika Westerberg | 1 | -0/+240 |
| 2021-03-18 | thunderbolt: Add KUnit tests for XDomain properties | Mika Westerberg | 1 | -0/+252 |
| 2021-03-18 | thunderbolt: Allow multiple DMA tunnels over a single XDomain connection | Mika Westerberg | 8 | -102/+282 |
| 2021-03-18 | thunderbolt: Drop unused tb_port_set_initial_credits() | Mika Westerberg | 2 | -23/+0 |
| 2021-03-18 | thunderbolt: Use dedicated flow control for DMA tunnels | Mika Westerberg | 1 | -16/+4 |
| 2021-03-18 | thunderbolt: Add support for maxhopid XDomain property | Mika Westerberg | 1 | -88/+116 |
| 2021-03-18 | thunderbolt: Add tb_property_copy_dir() | Mika Westerberg | 1 | -0/+71 |
| 2021-03-18 | thunderbolt: Align XDomain protocol timeouts with the spec | Mika Westerberg | 1 | -2/+2 |
| 2021-03-18 | thunderbolt: Use pseudo-random number as initial property block generation | Mika Westerberg | 1 | -0/+2 |