aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt/nhi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-30/+25
2022-09-24thunderbolt: Use dev_err_probe()Andy Shevchenko1-30/+18
2022-08-31thunderbolt: Add back Intel Falcon Ridge end-to-end flow control workaroundMika Westerberg1-7/+42
2022-08-22thunderbolt: Add support for Intel Meteor LakeMika Westerberg1-0/+6
2022-08-22thunderbolt: Add comment where Thunderbolt 4 PCI IDs startMika Westerberg1-0/+1
2022-06-06thunderbolt: Add support for Intel Raptor LakeGeorge D Sworo1-0/+4
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2022-04-28thunderbolt: Make iommu_dma_protection more accurateRobin Murphy1-0/+44
2022-04-19thunderbolt: Fix typo in commentMika Westerberg1-1/+1
2022-01-24thunderbolt: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+1
2021-08-09thunderbolt: Handle ring interrupt by reading interrupt status registerSanjay R Mehta1-0/+13
2021-08-09thunderbolt: Add vendor specific NHI quirk for auto-clearing interrupt statusSanjay R Mehta1-8/+25
2021-06-11thunderbolt: Add support for Intel Alder LakeAzhar Shaikh1-0/+4
2021-06-11thunderbolt: Add device links only when software connection manager is usedMika Westerberg1-67/+0
2021-02-04thunderbolt: Add support for native USB4 _OSCMika Westerberg1-3/+24
2021-02-04thunderbolt: nhi: Fix kernel-doc descriptions of non-static functionsMika Westerberg1-0/+2
2021-01-28thunderbolt: nhi: Demote some non-conformant kernel-doc headersLee Jones1-5/+5
2020-12-08Merge tag 'thunderbolt-for-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-nextGreg Kroah-Hartman1-4/+32
2020-11-11thunderbolt: Add support for end-to-end flow controlMika Westerberg1-4/+32
2020-11-06thunderbolt: Add support for Intel Tiger Lake-HMika Westerberg1-0/+4
2020-10-26thunderbolt: Add the missed ida_simple_remove() in ring_request_msix()Jing Xiangfeng1-4/+15
2020-09-16thunderbolt: Only stop control channel when entering freezeMika Westerberg1-3/+18
2020-09-03thunderbolt: Create device links from ACPI descriptionMika Westerberg1-0/+1
2020-09-03PCI / thunderbolt: Switch to use device links instead of PCI quirkMika Westerberg1-0/+66
2020-09-03thunderbolt: Enable wakes from system suspendMika Westerberg1-0/+2
2020-06-22thunderbolt: Get rid of E2E workaroundMika Westerberg1-24/+2
2020-06-22thunderbolt: No need to warn if NHI hop_count != 12 or hop_count != 32Mika Westerberg1-3/+1
2020-05-25thunderbolt: Add trivial .shutdownMaxim Levitsky1-0/+1
2020-04-23thunderbolt: Add support for Intel Tiger LakeMika Westerberg1-0/+4
2019-12-18thunderbolt: Add initial support for USB4Mika Westerberg1-0/+3
2019-08-26thunderbolt: Add support for Intel Ice LakeMika Westerberg1-7/+105
2019-08-26thunderbolt: Use 32-bit writes when writing ring producer/consumerMika Westerberg1-4/+18
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-18thunderbolt: Add functions for allocating and releasing HopIDsMika Westerberg1-2/+1
2018-10-08Merge 4.19-rc7 into char-misc-nextGreg Kroah-Hartman1-1/+1
2018-10-02thunderbolt: Add Intel as copyright holderMika Westerberg1-1/+2
2018-10-02thunderbolt: Make the driver less verboseMika Westerberg1-15/+15
2018-10-02thunderbolt: Initialize after IOMMUsMika Westerberg1-1/+1
2018-07-25thunderbolt: Add support for runtime PMMika Westerberg1-1/+37
2018-07-25thunderbolt: Use 64-bit DMA mask if supported by the platformMika Westerberg1-0/+8
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky1-0/+2
2018-03-09thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg1-1/+1
2018-03-09thunderbolt: Resume control channel after hibernation image is createdMika Westerberg1-0/+1
2017-12-16thunderbolt: Mask ring interrupt properly when polling startsMika Westerberg1-1/+1
2017-10-09thunderbolt: Initialize Thunderbolt bus earlierMika Westerberg1-1/+1
2017-10-02thunderbolt: Allocate ring HopID automatically if requestedMika Westerberg1-18/+60
2017-10-02thunderbolt: Add polling mode for ringsMika Westerberg1-9/+117
2017-10-02thunderbolt: Use spinlock in NHI serializationMika Westerberg1-34/+41
2017-10-02thunderbolt: Use spinlock in ring serializationMika Westerberg1-12/+14
2017-10-02thunderbolt: Export ring handling functions to modulesMika Westerberg1-20/+42