| Commit message (Expand) | Author | Age | Files | Lines |
* | thunderbolt: Mask ring interrupt on Intel hardware as well | Mika Westerberg | 2023-05-31 | 1 | -3/+8 |
* | thunderbolt: Do not touch CL state configuration during discovery | Mika Westerberg | 2023-05-29 | 1 | -5/+12 |
* | thunderbolt: Increase DisplayPort Connection Manager handshake timeout | Mika Westerberg | 2023-05-29 | 1 | -1/+1 |
* | thunderbolt: dma_test: Use correct value for absent rings when creating paths | Mika Westerberg | 2023-05-22 | 1 | -4/+4 |
* | thunderbolt: Clear registers properly when auto clear isn't in use | Mario Limonciello | 2023-05-09 | 2 | -5/+26 |
* | Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2023-04-19 | 7 | -142/+149 |
|\ |
|
| * | thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helper | Andy Shevchenko | 2023-04-03 | 1 | -21/+20 |
| * | thunderbolt: Make use of SI units from units.h | Andy Shevchenko | 2023-03-29 | 1 | -2/+3 |
| * | thunderbolt: Get rid of redundant 'else' | Andy Shevchenko | 2023-03-29 | 6 | -22/+19 |
| * | thunderbolt: Refactor DROM reading | Mario Limonciello | 2023-03-14 | 1 | -94/+105 |
| * | thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offset | Mario Limonciello | 2023-03-14 | 1 | -3/+2 |
* | | thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bit | Tom Rix | 2023-03-20 | 1 | -8/+9 |
* | | thunderbolt: Disable interrupt auto clear for rings | Mario Limonciello | 2023-03-20 | 2 | -17/+29 |
* | | thunderbolt: Use const qualifier for `ring_interrupt_index` | Mario Limonciello | 2023-03-20 | 1 | -1/+1 |
* | | thunderbolt: Use scale field when allocating USB3 bandwidth | Mika Westerberg | 2023-03-13 | 1 | -5/+17 |
* | | thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routers | Gil Fine | 2023-03-13 | 3 | -2/+49 |
* | | thunderbolt: Call tb_check_quirks() after initializing adapters | Mika Westerberg | 2023-03-13 | 1 | -2/+2 |
* | | thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer access | Gil Fine | 2023-03-13 | 4 | -2/+37 |
* | | thunderbolt: Fix memory leak in margining | Mika Westerberg | 2023-03-13 | 1 | -6/+6 |
* | | thunderbolt: Add quirk to disable CLx | Sanjay R Mehta | 2023-03-06 | 2 | -3/+21 |
|/ |
|
* | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2023-02-24 | 3 | -6/+6 |
|\ |
|
| * | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 3 | -6/+6 |
* | | Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2023-02-08 | 12 | -94/+1710 |
|\ \
| |/
|/| |
|
| * | thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth() | Mika Westerberg | 2023-01-27 | 2 | -1/+11 |
| * | thunderbolt: Handle bandwidth allocation mode enablement notification | Mika Westerberg | 2023-01-27 | 2 | -6/+11 |
| * | thunderbolt: Add support for DisplayPort bandwidth allocation mode | Mika Westerberg | 2023-01-17 | 7 | -56/+1023 |
| * | thunderbolt: Include the additional DP IN double word in debugfs dump | Mika Westerberg | 2023-01-17 | 1 | -1/+4 |
| * | thunderbolt: Add functions to support DisplayPort bandwidth allocation mode | Mika Westerberg | 2023-01-17 | 3 | -0/+618 |
| * | thunderbolt: Increase timeout of DP OUT adapter handshake | Mika Westerberg | 2023-01-17 | 1 | -5/+6 |
| * | thunderbolt: Take CL states into account when waiting for link to come up | Mika Westerberg | 2023-01-17 | 2 | -17/+29 |
| * | thunderbolt: Improve debug logging in tb_available_bandwidth() | Mika Westerberg | 2023-01-17 | 1 | -2/+5 |
| * | thunderbolt: Log DP adapter type | Mika Westerberg | 2023-01-17 | 1 | -2/+2 |
| * | thunderbolt: Use decimal port number in control and tunnel logs too | Mika Westerberg | 2023-01-17 | 2 | -2/+2 |
| * | thunderbolt: Refactor tb_acpi_add_link() | Andy Shevchenko | 2023-01-04 | 1 | -8/+5 |
| * | thunderbolt: Use correct type in tb_port_is_clx_enabled() prototype | Jiri Slaby (SUSE) | 2022-12-27 | 1 | -1/+1 |
* | | thunderbolt: Disable XDomain lane 1 only in software connection manager | Mika Westerberg | 2023-01-09 | 1 | -5/+12 |
* | | thunderbolt: Use correct function to calculate maximum USB3 link rate | Mika Westerberg | 2023-01-09 | 1 | -1/+1 |
* | | thunderbolt: Do not call PM runtime functions in tb_retimer_scan() | Mika Westerberg | 2023-01-09 | 2 | -19/+18 |
* | | thunderbolt: Do not report errors if on-board retimers are found | Utkarsh Patel | 2022-12-27 | 1 | -3/+2 |
|/ |
|
* | thunderbolt: Add wake on connect/disconnect on USB4 ports | Rajat Khandelwal | 2022-11-07 | 3 | -8/+30 |
* | thunderbolt: ACPI: Use the helper fwnode_find_reference() | Heikki Krogerus | 2022-10-25 | 1 | -8/+4 |
* | thunderbolt: Remove redundant assignment to variable len | Colin Ian King | 2022-10-23 | 1 | -1/+0 |
* | thunderbolt: Use str_enabled_disabled() helper | Andy Shevchenko | 2022-10-23 | 2 | -3/+5 |
* | treewide: use get_random_u32() when possible | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
* | Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2022-10-08 | 15 | -369/+1820 |
|\ |
|
| * | Merge tag 'thunderbolt-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2022-09-30 | 15 | -369/+1820 |
| |\ |
|
| | * | thunderbolt: Explicitly enable lane adapter hotplug events at startup | Mario Limonciello | 2022-09-26 | 4 | -0/+46 |
| | * | thunderbolt: Use dev_err_probe() | Andy Shevchenko | 2022-09-24 | 1 | -30/+18 |
| | * | thunderbolt: Convert to use sysfs_emit()/sysfs_emit_at() APIs | Andy Shevchenko | 2022-09-24 | 4 | -37/+35 |
| | * | thunderbolt: debugfs: Fix spelling mistakes in seq_puts text | Colin Ian King | 2022-09-07 | 1 | -2/+2 |