summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-offload.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert '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-06-09spi: offload: check offload ops existence before disabling the triggerAndres Urian Florez1-1/+1
2025-04-21spi: offload: remove unnecessary check on trigger->opsAndres Urian Florez1-3/+0
2025-04-21spi: offload: check for match callback when a trigger is being registeredAndres Urian Florez1-1/+1
2025-02-12spi: offload: fix use after freeDavid Lechner1-5/+8
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner1-0/+70
2025-02-07spi: offload: add support for hardware triggersDavid Lechner1-0/+281
2025-02-07spi: add basic support for SPI offloadingDavid Lechner1-0/+114