summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-buffer.c
AgeCommit message (Expand)Author
2019-04-27iio: Fix scan mask selectionLars-Peter Clausen
2018-02-28iio: buffer: check if a buffer has been set up when poll is calledStefan Windfeldt-Prytz
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-01-10iio:buffer.h - split into buffer.h and buffer_impl.hJonathan Cameron
2017-01-10iio:buffer: Push implementation of iio_device_attach_buffer into .c fileJonathan Cameron
2017-01-10iio:buffers: Push some docs down into the .c file.Jonathan Cameron
2017-01-10iio:buffer: Stop exporting iio_scan_mask_queryJonathan Cameron
2017-01-10iio:buffer: Introduced a function to assign the buffer specific attrs.Jonathan Cameron
2017-01-10iio:buffer: Stop exporting iio_update_demuxJonathan Cameron
2016-09-24iio: Use kmalloc_array() in iio_scan_mask_set()Markus Elfring
2016-09-05iio: ensure ret is initialized to zero before entering do loopColin Ian King
2016-08-21iio: fix sched WARNING "do not call blocking ops when !TASK_RUNNING"Brian Norris
2016-03-28iio: fix config watermark initial valueIrina Tirdea
2016-02-06iio: Add helper function for calculating scan index storage sizeLars-Peter Clausen
2015-12-13Merge 4.4-rc5 into staging-nextGreg Kroah-Hartman
2015-11-21iio: fix some warning messagesDan Carpenter
2015-10-25iio: Add buffer enable/disable callbacksLars-Peter Clausen
2015-10-25iio: Add support for indicating fixed watermarksLars-Peter Clausen
2015-10-25iio:iio_buffer_init(): Only set watermark if not already setLars-Peter Clausen
2015-10-25iio: Set device watermark based on watermark of all attached buffersLars-Peter Clausen
2015-08-12iio: industrialio-buffer: Fix iio_buffer_poll return valueCristina Opriceana
2015-08-02iio: buffer: Fix kernel docs warningsCristina Opriceana
2015-06-21iio: allow userspace to flush the hwfifo with non-blocking readsOctavian Purdila
2015-06-01iio: Require strict scan mask matching in hardware modeLars-Peter Clausen
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen
2015-06-01iio: Always compute masklengthLars-Peter Clausen
2015-06-01iio: buffer: remove unneeded testLaurent Navet
2015-05-23iio: __iio_update_buffers: Leave device in sane state on errorLars-Peter Clausen
2015-05-23iio: __iio_update_buffers: Split enable and disable path into helper functionsLars-Peter Clausen
2015-05-23iio: __iio_update_buffers: Verify configuration before starting to apply itLars-Peter Clausen
2015-05-17iio: __iio_update_buffers: Perform request_update() only for new buffersLars-Peter Clausen
2015-05-17iio: __iio_update_buffers: Slightly refactor scan mask memory managementLars-Peter Clausen
2015-05-17iio: Replace printk in __iio_update_buffers with dev_dbgLars-Peter Clausen
2015-03-29iio: add support for hardware fifoOctavian Purdila
2015-03-29iio: add watermark logic to iio read and pollJosselin Costanzi
2015-02-04iio: buffer: refactor buffer attributes setupOctavian Purdila
2015-01-25iio: Add new operating mode for non triggered sw buffersKarol Wrona
2015-01-05iio: buffer: fix custom buffer attributes copyOctavian Purdila
2014-12-12iio: buffer: Drop get_length callbackLars-Peter Clausen
2014-12-12iio: buffer: Make length attribute read only for buffers without set_lengthLars-Peter Clausen
2014-12-12iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen
2014-12-12iio: buffer: Move iio_buffer_alloc_sysfs and iio_buffer_free_sysfsLars-Peter Clausen
2014-12-12iio: Move buffer registration to the coreLars-Peter Clausen
2014-12-12iio: Unexport iio_scan_mask_set()Lars-Peter Clausen
2014-08-25Merge tag 'iio-for-3.18a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2014-08-08iio:buffer: Wrong sized allocation of demux table elements.Jonathan Cameron
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-01iio: buffer: Coalesce adjacent demux table entriesLars-Peter Clausen
2014-07-27iio: buffer: Use roundup() instead of open-coding itLars-Peter Clausen
2014-07-20iio: buffer: Fix demux table creationLars-Peter Clausen