- ab1fb45 iio: buffer-dma: Use round_down() instead of rounddown() by Paul Cercueil · 3 years, 1 month ago
- c02cd5c iio: triggered-buffer: extend support to configure output buffers by Alexandru Ardelean · 3 years, 3 months ago
- 1546d67 iio: kfifo-buffer: Add output buffer support by Lars-Peter Clausen · 3 years, 3 months ago
- 15ea2878 iio: core: move @id from struct iio_dev to struct iio_dev_opaque by Jonathan Cameron · 3 years, 8 months ago
- 8e39d47 iio: triggered-buffer: simplify devm_iio_triggered_buffer_setup_ext() by Yicong Yang · 3 years, 9 months ago
- bfc1807 iio: hw_consumer: simplify devm_iio_hw_consumer_alloc() by Yicong Yang · 3 years, 9 months ago
- 2c6a958 iio: buffer-dmaengine: simplify __devm_iio_dmaengine_buffer_free() by Yicong Yang · 3 years, 9 months ago
- 0a21526 iio: kfifo: add devm_iio_triggered_buffer_setup_ext variant by Alexandru Ardelean · 3 years, 10 months ago
- 831aaea66 iio: buffer: kfifo_buf: kernel-doc, typo in function name. by Jonathan Cameron · 3 years, 10 months ago
- bbc1308 iio: kfifo: mask flags without zero-check in devm_iio_kfifo_buffer_setup() by Alexandru Ardelean · 3 years, 10 months ago
- ee708e6 iio: buffer: introduce support for attaching more IIO buffers by Alexandru Ardelean · 3 years, 11 months ago
- 4991f3e iio: buffer: dmaengine: obtain buffer object from attribute by Alexandru Ardelean · 3 years, 11 months ago
- a02c09e iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup() by Alexandru Ardelean · 3 years, 11 months ago
- 99f6e82 iio: kfifo: un-export devm_iio_kfifo_allocate() function by Alexandru Ardelean · 3 years, 11 months ago
- e36db6a iio: kfifo: add devm_iio_kfifo_buffer_setup() helper by Alexandru Ardelean · 3 years, 11 months ago
- 6d74a3e iio: buffer: Return error if no callback is given by Nuno Sá · 4 years, 1 month ago
- 5164c78 iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variants by Alexandru Ardelean · 4 years, 3 months ago
- 5e6dc43 iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs() by Alexandru Ardelean · 4 years, 3 months ago
- c8283ba iio: buffer: Kconfig: add title for IIO_TRIGGERED_BUFFER symbol by Alexandru Ardelean · 4 years, 3 months ago
- 3cd137f5 iio: dma-buffer: Kconfig: Provide titles for IIO DMA Kconfig symbols by Alexandru Ardelean · 4 years, 3 months ago
- 25918a9 iio: buffer-dmaengine: remove non managed alloc/free by Alexandru Ardelean · 4 years, 3 months ago
- 65e02d0 iio: buffer-dmaengine: adjust `bytes_used` with residue info by Alexandru Ardelean · 4 years, 4 months ago
- f11d59d iio: Move attach/detach of the poll func to the core by Lars-Peter Clausen · 4 years, 7 months ago
- 608d98a iio: buffer: drop devm_iio_kfifo_free() API call by Alexandru Ardelean · 4 years, 10 months ago
- 05c09e3 iio: buffer: drop devm_iio_hw_consumer_free() API call by Alexandru Ardelean · 4 years, 10 months ago
- 666e4de iio: core: drop devm_iio_triggered_buffer_cleanup() API call by Alexandru Ardelean · 4 years, 10 months ago
- c0ae359 iio: dma-buffer: Cleanup buffer.h/buffer_impl.h includes by Lars-Peter Clausen · 4 years, 9 months ago
- e0fcca9 iio: buffer-dmaengine: add dev-managed calls for buffer alloc by Alexandru Ardelean · 4 years, 9 months ago
- 6eb3b8a iio: buffer-dmaengine: use %zu specifier for sprintf(align) by Alexandru Ardelean · 4 years, 9 months ago
- f6d4033 iio: buffer: rename 'read_first_n' callback to 'read' by Lars-Peter Clausen · 5 years ago
- 4538c18 iio: buffer-dmaengine: Report buffer length requirements by Lars-Peter Clausen · 5 years ago
- 0c040d1 iio: buffer-dmaengine: Add module information by Lars-Peter Clausen · 5 years ago
- f339f97 iio: buffer-dmaengine: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- fda8d26 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177 by Thomas Gleixner · 6 years ago
- 80503b2 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
- 3862828 iio: buffer: Switch to bitmap_zalloc() by Andy Shevchenko · 6 years ago
- 3d13de4 iio:kfifo_buf: check for uint overflow by Martin Kelly · 7 years ago
- c043ec1 iio:buffer: make length types match kfifo types by Martin Kelly · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- 16cbca0 IIO: consumer: allow to set buffer sizes by Arnaud Pouliquen · 7 years ago
- b688c18 IIO: hw_consumer: add devm_iio_hw_consumer_alloc by Arnaud Pouliquen · 7 years ago
- 48b66f8 iio: Add hardware consumer buffer support by Lars-Peter Clausen · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7981dc0 iio: buffer-dmaengine: Add missing header buffer_impl.h by Phil Reid · 8 years ago
- 838519b iio: buffer-dma: Add missing header buffer_impl.h by Phil Reid · 8 years ago
- 33dd94c iio:buffer.h - split into buffer.h and buffer_impl.h by Jonathan Cameron · 8 years ago
- 19a5a8a iio:buffer.h include pushdown into buffer implementations by Jonathan Cameron · 8 years ago
- 8abd5ba iio:kfifo_buf header include push down. by Jonathan Cameron · 8 years ago
- 70e4834 iio: add resource managed triggered buffer init helpers by Gregor Boirie · 8 years ago
- adca058 iio: buffer-callback: allow getting underlying iio_dev by Matt Ranostay · 8 years ago
- 29e3e06 iio: buffer-dma: Use ARRAY_SIZE in for loop range by Phil Reid · 9 years ago
- 9d45218 iio: buffer-dmaengine: Use dmaengine_terminate_sync() by Lars-Peter Clausen · 9 years ago
- 2d6ca60 iio: Add a DMAengine framework based buffer by Lars-Peter Clausen · 9 years ago
- 670b19a iio: Add generic DMA buffer infrastructure by Lars-Peter Clausen · 9 years ago
- 8548a63 iio: Move generic buffer implementations to sub-directory by Lars-Peter Clausen · 9 years ago