summaryrefslogtreecommitdiff
path: root/drivers/thunderbolt/dma_port.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-18thunderbolt: dma_port: kmalloc_array + kzalloc to flexRosen Penev1-12/+3
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2025-09-17thunderbolt: Update dma_port.c function documentationAlan Borzeszkowski1-5/+16
2021-05-31thunderbolt: Use generic tb_nvm_[read|write]_data() for Thunderbolt 2/3 devicesMika Westerberg1-79/+15
2021-05-20thunderbolt: dma_port: Fix NVM read buffer bounds and offset issueMathias Nyman1-5/+6
2021-01-28thunderbolt: dma_port: Check 'dma_port_flash_write_block()'s return valueLee Jones1-0/+2
2018-10-02thunderbolt: Convert rest of the driver files to use SPDX identifierMika Westerberg1-4/+1
2018-03-09thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky1-14/+12
2017-06-09thunderbolt: Add support for DMA configuration based mailboxMika Westerberg1-0/+524