aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/buffer (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-9/+1
2022-01-23iio: hw_consumer: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+2
2022-01-23iio: dmaengine-buffer: Use sysfs_emit()Lars-Peter Clausen1-1/+1
2021-11-27iio: buffer-dma: Use round_down() instead of rounddown()Paul Cercueil1-1/+1
2021-10-19iio: triggered-buffer: extend support to configure output buffersAlexandru Ardelean1-2/+6
2021-10-19iio: kfifo-buffer: Add output buffer supportLars-Peter Clausen1-0/+50
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-1/+1
2021-05-17iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext()Yicong Yang1-15/+6
2021-05-17iio: hw_consumer: simplify devm_iio_hw_consumer_alloc()Yicong Yang1-14/+11
2021-05-17iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free()Yicong Yang1-13/+9
2021-03-25iio: kfifo: add devm_iio_triggered_buffer_setup_ext variantAlexandru Ardelean1-6/+10
2021-03-25iio: buffer: kfifo_buf: kernel-doc, typo in function name.Jonathan Cameron1-1/+1
2021-03-25iio: kfifo: mask flags without zero-check in devm_iio_kfifo_buffer_setup()Alexandru Ardelean1-3/+2
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean3-9/+9
2021-03-11iio: buffer: dmaengine: obtain buffer object from attributeAlexandru Ardelean1-2/+2
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean1-2/+31
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean1-2/+1
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-0/+39
2020-12-03iio: buffer: Return error if no callback is givenNuno Sá1-0/+5
2020-11-21iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean1-12/+19
2020-11-21iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()Alexandru Ardelean1-2/+1
2020-09-29iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbolAlexandru Ardelean1-1/+1
2020-09-29iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbolsAlexandru Ardelean1-4/+4
2020-09-29iio: buffer-dmaengine: remove non managed alloc/freeAlexandru Ardelean1-4/+2
2020-09-03iio: buffer-dmaengine: adjust `bytes_used` with residue infoAlexandru Ardelean1-2/+4
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-9/+1
2020-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean1-22/+0
2020-04-19iio: buffer: drop devm_iio_hw_consumer_free() API callAlexandru Ardelean1-31/+0
2020-04-19iio: core: drop devm_iio_triggered_buffer_cleanup() API callAlexandru Ardelean1-11/+0
2020-04-19iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includesLars-Peter Clausen1-1/+0
2020-04-19iio: buffer-dmaengine: add dev-managed calls for buffer allocAlexandru Ardelean1-0/+39
2020-04-19iio: buffer-dmaengine: use %zu specifier for sprintf(align)Alexandru Ardelean1-1/+1
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen3-5/+4
2019-12-29iio: buffer-dmaengine: Report buffer length requirementsLars-Peter Clausen1-0/+21
2019-12-29iio: buffer-dmaengine: Add module informationLars-Peter Clausen1-0/+5
2019-11-16iio: buffer-dmaengine: Use dma_request_chan() directly for channel requestPeter Ujfalusi1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-8/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-04iio: buffer: Switch to bitmap_zalloc()Andy Shevchenko1-5/+5
2018-03-30iio:kfifo_buf: check for uint overflowMartin Kelly1-0/+7
2018-03-30iio:buffer: make length types match kfifo typesMartin Kelly2-3/+3
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-01-10IIO: consumer: allow to set buffer sizesArnaud Pouliquen1-0/+11
2018-01-10IIO: hw_consumer: add devm_iio_hw_consumer_allocArnaud Pouliquen1-0/+66
2018-01-10iio: Add hardware consumer buffer supportLars-Peter Clausen3-0/+192
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-13iio: buffer-dmaengine: Add missing header buffer_impl.hPhil Reid1-0/+1