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