summaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
AgeCommit message (Expand)AuthorLines
2020-06-25thunderbolt: Fix path indices used in USB3 tunnel discoveryMika Westerberg-6/+6
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-8/+29
2020-06-06Merge tag 'pci-v5.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2020-05-26Merge tag 'thunderbolt-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-8/+29
2020-05-25thunderbolt: Add trivial .shutdownMaxim Levitsky-0/+1
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang-2/+2
2020-05-13thunderbolt: Update Kconfig to allow building on other architectures.David Manouchehri-1/+0
2020-04-28thunderbolt: Check return value of tb_sw_read() in usb4_switch_op()Mika Westerberg-0/+3
2020-04-23thunderbolt: Add support for Intel Tiger LakeMika Westerberg-0/+28
2020-04-16Revert "thunderbolt: Prevent crash if non-active NVMem file is read"Nicholas Johnson-7/+0
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman-1/+1
2020-03-17Merge tag 'thunderbolt-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman-4/+4
2020-03-12thunderbolt: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai-2/+2
2020-03-04thunderbolt: Fix error code in tb_port_is_width_supported()Dan Carpenter-1/+1
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman-0/+7
2020-02-14thunderbolt: Add missing kernel-doc parameter descriptionsMika Westerberg-0/+4
2020-02-14thunderbolt: icm: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-14thunderbolt: eeprom: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-13thunderbolt: Prevent crash if non-active NVMem file is readMika Westerberg-0/+7
2020-01-14thunderbolt: fix memory leak of object swColin Ian King-2/+4
2020-01-08thunderbolt: Fix xhci check in usb4_switch_setup()Mika Westerberg-1/+1
2019-12-18thunderbolt: Add support for USB 3.x tunnelsRajmohan Mani-27/+395
2019-12-18thunderbolt: Add support for Time Management UnitRajmohan Mani-1/+483
2019-12-18thunderbolt: Make tb_switch_find_cap() available to other filesRajmohan Mani-1/+11
2019-12-18thunderbolt: Update Kconfig entries to USB4Mika Westerberg-6/+7
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg-117/+1158
2019-12-18thunderbolt: Populate PG field in hot plug acknowledgment packetMika Westerberg-11/+20
2019-12-18thunderbolt: Call tb_eeprom_get_drom_offset() from tb_eeprom_read_n()Mika Westerberg-45/+43
2019-12-18thunderbolt: Make tb_find_port() available to other filesMika Westerberg-20/+22
2019-11-19thunderbolt: Power cycle the router if NVM authentication failsMika Westerberg-12/+42
2019-11-02thunderbolt: Do not start firmware unless asked by the userMika Westerberg-8/+19
2019-11-02thunderbolt: Add bandwidth management for Display Port tunnelsMika Westerberg-4/+381
2019-11-02thunderbolt: Add Display Port adapter pairing and resource managementMika Westerberg-34/+387
2019-11-02thunderbolt: Add Display Port CM handshake for Titan Ridge devicesMika Westerberg-0/+48
2019-11-02thunderbolt: Add downstream PCIe port mappings for Alpine and Titan RidgeMika Westerberg-1/+29
2019-11-02thunderbolt: Expand controller name in tb_switch_is_xy()Mika Westerberg-9/+9
2019-11-02thunderbolt: Add default linking between lane adapters if not provided by DROMMika Westerberg-11/+32
2019-11-02thunderbolt: Add support for lane bondingMika Westerberg-7/+424
2019-11-01thunderbolt: Refactor add_switch() into two functionsMika Westerberg-43/+67
2019-11-01thunderbolt: Add helper macro to iterate over switch portsMika Westerberg-65/+74
2019-11-01thunderbolt: Make tb_sw_write() take const parameterMika Westerberg-1/+1
2019-11-01thunderbolt: Convert DP adapter register names to follow the USB4 specMika Westerberg-44/+46
2019-11-01thunderbolt: Convert PCIe adapter register names to follow the USB4 specMika Westerberg-6/+8
2019-11-01thunderbolt: Convert basic adapter register names to follow the USB4 specMika Westerberg-21/+22
2019-11-01thunderbolt: Log error if adding switch failsMika Westerberg-5/+14
2019-11-01thunderbolt: Log switch route string on config read/write timeoutMika Westerberg-4/+4
2019-11-01thunderbolt: Introduce tb_switch_is_icm()Mika Westerberg-4/+18
2019-11-01Merge branch 'thunderbolt/fixes' into thunderbolt/nextMika Westerberg-18/+11
2019-10-09thunderbolt: Add 'generation' attribute for devicesChristian Kellner-0/+10
2019-10-08thunderbolt: Drop unnecessary read when writing LC command in Ice LakeMika Westerberg-1/+0