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