summaryrefslogtreecommitdiffstats
path: root/drivers/iio/buffer
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+6
2025-12-21iio: buffer-dmaengine: Fix coding style complainsNuno Sá-6/+5
2025-12-21iio: buffer-dmaengine: Use the cleanup.h APINuno Sá-7/+5
2025-12-21iio: buffer-dma: Fix coding style complainsNuno Sá-13/+11
2025-12-21iio: buffer-dma: Turn iio_dma_buffer_init() voidNuno Sá-4/+2
2025-12-21iio: buffer-dma: Use the cleanup.h APINuno Sá-93/+62
2025-12-21iio: buffer-dma: Use lockdep for locking annotationsNuno Sá-1/+2
2025-12-06Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2025-10-13iio: buffer-dmaengine: enable .get_dma_dev()Nuno Sá-0/+2
2025-10-13iio: buffer-dma: support getting the DMA channelNuno Sá-0/+6
2025-10-13iio: buffer: document that buffer callback must be context safeDavid Lechner-0/+1
2025-08-16iio: buffer: buffer-cb: drop double initialization of demux listNuno Sá-1/+0
2025-06-09iio: buffer: Fix checkpatch.pl warningGyeyoung Baek-1/+1
2025-03-04iio: buffer-dma: Fix docstringsFolker Schwesinger-2/+2
2025-02-10iio: buffer-dmaengine: add devm_iio_dmaengine_buffer_setup_with_handle()David Lechner-0/+38
2025-02-10iio: buffer-dmaengine: split requesting DMA channel from allocating bufferDavid Lechner-44/+62
2024-12-07iio: buffer-dmaengine: document iio_dmaengine_buffer_setup_extDavid Lechner-2/+17
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra-22/+22
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-1/+3
2024-08-03iio: buffer-dma: Move exports into IIO_DMA_BUFFER namespaceNuno Sa-18/+19
2024-07-29iio: buffer-dmaengine: fix releasing dma channel on errorDavid Lechner-1/+3
2024-07-29iio: buffer: make use of iio_get_masklength()Nuno Sa-3/+3
2024-06-30iio: buffer-dmaengine: Support new DMABUF based userspace APIPaul Cercueil-9/+53
2024-06-30iio: buffer-dma: Enable support for DMABUFsPaul Cercueil-11/+167
2024-06-13iio: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+1
2024-04-20iio: buffer-dmaengine: Enable write supportPaul Cercueil-0/+2
2024-04-20iio: buffer-dmaengine: Support specifying buffer directionPaul Cercueil-14/+30
2024-04-20iio: buffer-dma: Enable buffer write supportPaul Cercueil-16/+73
2024-04-20iio: buffer-dma: Rename iio_dma_buffer_data_available()Paul Cercueil-6/+7
2024-04-20iio: buffer-dma: add iio_dmaengine_buffer_setup()Nuno Sa-28/+20
2024-02-19iio: buffer-dmaengine: export buffer alloc and free functionsNuno Sa-3/+5
2024-01-23iio: buffer-dmaengine: make use of the 'struct device *' argumentNuno Sa-2/+1
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-40/+47
2023-12-21iio: buffer-dma: split iio_dma_buffer_fileio_free() functionAlexandru Ardelean-19/+24
2023-12-21iio: buffer-dma: Get rid of outgoing queuePaul Cercueil-21/+23
2023-11-26iio: triggered-buffer: prevent possible freeing of wrong bufferDavid Lechner-0/+10
2022-11-23iio: Don't silently expect attribute typesMatti Vaittinen-5/+5
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal-9/+1
2022-01-23iio: hw_consumer: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-2/+2
2022-01-23iio: dmaengine-buffer: Use sysfs_emit()Lars-Peter Clausen-1/+1
2021-11-27iio: buffer-dma: Use round_down() instead of rounddown()Paul Cercueil-1/+1
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean-2/+6
2021-10-19iio: kfifo-buffer: Add output buffer supportLars-Peter Clausen-0/+50
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron-1/+1
2021-05-17iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext()Yicong Yang-15/+6
2021-05-17iio: hw_consumer: simplify devm_iio_hw_consumer_alloc()Yicong Yang-14/+11
2021-05-17iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free()Yicong Yang-13/+9
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean-6/+10