summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt
AgeCommit message (Expand)Author
2023-06-09thunderbolt: Prefix CL state related log messages with "CLx: "Mika Westerberg
2023-06-09thunderbolt: Prefix TMU post time log message with "TMU: "Mika Westerberg
2023-06-09thunderbolt: Do not call CLx functions from TMU codeMika Westerberg
2023-06-09thunderbolt: Check for first depth router in tb.cMika Westerberg
2023-06-09thunderbolt: Switch CL states from enum to a bitmaskMika Westerberg
2023-06-09thunderbolt: Move CLx enabling into tb_enable_clx()Mika Westerberg
2023-06-09thunderbolt: Get rid of __tb_switch_[en|dis]able_clx()Mika Westerberg
2023-06-09thunderbolt: Move CLx support functions into clx.cMika Westerberg
2023-06-09thunderbolt: Check valid TMU configuration in tb_switch_tmu_configure()Mika Westerberg
2023-06-09thunderbolt: Move tb_enable_tmu() close to other TMU functionsMika Westerberg
2023-06-09thunderbolt: Move TMU configuration to tb_enable_tmu()Mika Westerberg
2023-06-09thunderbolt: Get rid of tb_switch_enable_tmu_1st_child()Mika Westerberg
2023-06-09thunderbolt: Rework Titan Ridge TMU objection disable functionMika Westerberg
2023-06-09thunderbolt: Drop useless 'unidirectional' parameter from tb_switch_tmu_is_en...Mika Westerberg
2023-06-09thunderbolt: Fix a couple of style issues in TMU codeMika Westerberg
2023-06-09thunderbolt: Introduce tb_xdomain_downstream_port()Mika Westerberg
2023-06-09thunderbolt: Introduce tb_switch_downstream_port()Gil Fine
2023-06-09Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg
2023-05-31thunderbolt: Mask ring interrupt on Intel hardware as wellMika Westerberg
2023-05-30thunderbolt: Log DisplayPort adapter rate and lanes on discoveryMika Westerberg
2023-05-29thunderbolt: Do not touch CL state configuration during discoveryMika Westerberg
2023-05-29thunderbolt: Increase DisplayPort Connection Manager handshake timeoutMika Westerberg
2023-05-24thunderbolt: Drop retimer vendor checkMika Westerberg
2023-05-24thunderbolt: dma_test: Update MODULE_DESCRIPTIONMika Westerberg
2023-05-24thunderbolt: Add MODULE_DESCRIPTIONMika Westerberg
2023-05-24thunderbolt: Allow specifying custom credits for DMA tunnelsMika Westerberg
2023-05-24thunderbolt: Add debug log for link controller power quirkMika Westerberg
2023-05-24thunderbolt: Log function name of the called quirkMika Westerberg
2023-05-24thunderbolt: Check for ring 0 in tb_tunnel_alloc_dma()Mika Westerberg
2023-05-22thunderbolt: dma_test: Use correct value for absent rings when creating pathsMika Westerberg
2023-05-09thunderbolt: Clear registers properly when auto clear isn't in useMario Limonciello
2023-04-19Merge tag 'thunderbolt-for-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-04-03thunderbolt: Introduce usb4_port_sb_opcode_err_to_errno() helperAndy Shevchenko
2023-03-29thunderbolt: Make use of SI units from units.hAndy Shevchenko
2023-03-29thunderbolt: Get rid of redundant 'else'Andy Shevchenko
2023-03-20thunderbolt: Rename shadowed variables bit to interrupt_bit and auto_clear_bitTom Rix
2023-03-20thunderbolt: Disable interrupt auto clear for ringsMario Limonciello
2023-03-20thunderbolt: Use const qualifier for `ring_interrupt_index`Mario Limonciello
2023-03-14thunderbolt: Refactor DROM readingMario Limonciello
2023-03-14thunderbolt: use `tb_eeprom_get_drom_offset` to discover DROM offsetMario Limonciello
2023-03-13thunderbolt: Use scale field when allocating USB3 bandwidthMika Westerberg
2023-03-13thunderbolt: Limit USB3 bandwidth of certain Intel USB4 host routersGil Fine
2023-03-13thunderbolt: Call tb_check_quirks() after initializing adaptersMika Westerberg
2023-03-13thunderbolt: Add missing UNSET_INBOUND_SBTX for retimer accessGil Fine
2023-03-13thunderbolt: Fix memory leak in marginingMika Westerberg
2023-03-06thunderbolt: Add quirk to disable CLxSanjay R Mehta
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-08Merge tag 'thunderbolt-for-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27thunderbolt: Add missing kernel-doc comment to tb_tunnel_maximum_bandwidth()Mika Westerberg