aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/buffer/kfifo_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10iio: core: Simplify the registration of kfifo buffersMiquel Raynal1-9/+1
2021-10-19iio: kfifo-buffer: Add output buffer supportLars-Peter Clausen1-0/+50
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 Ardelean1-3/+1
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-04-19iio: buffer: drop devm_iio_kfifo_free() API callAlexandru Ardelean1-22/+0
2019-12-29iio: buffer: rename 'read_first_n' callback to 'read'Lars-Peter Clausen1-3/+2
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-03-30iio:kfifo_buf: check for uint overflowMartin Kelly1-0/+7
2018-03-30iio:buffer: make length types match kfifo typesMartin Kelly1-2/+2
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron1-0/+1
2017-01-10iio:buffer.h include pushdown into buffer implementationsJonathan Cameron1-0/+1
2017-01-10iio:kfifo_buf header include push down.Jonathan Cameron1-0/+1
2015-08-16iio: Move generic buffer implementations to sub-directoryLars-Peter Clausen1-0/+221