aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/kfifo_buf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-10Merge tag 'iio-for-v4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+2
2015-06-01iio: Specify supported modes for buffersLars-Peter Clausen1-0/+2
2015-05-07iio: kfifo: Set update_needed to false only if a buffer was allocatedGabriele Mazzotta1-1/+2
2015-03-29iio: add watermark logic to iio read and pollJosselin Costanzi1-7/+4
2014-12-26iio: kfifo: Add resource management devm_iio_kfifo_allocate/freeKarol Wrona1-0/+54
2014-12-26iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona1-2/+4
2014-12-12iio: buffer: Drop get_length callbackLars-Peter Clausen1-6/+0
2014-12-12iio: buffer: Allocate standard attributes in the coreLars-Peter Clausen1-15/+0
2014-12-12iio: Remove get_bytes_per_datum() from iio_buffer_access_funcsLars-Peter Clausen1-6/+0
2013-12-03iio: kfifo_buf: Implement data_available() callbackLars-Peter Clausen1-9/+14
2013-10-15iio:kfifo: Set update_needed to false after allocating a new bufferLars-Peter Clausen1-0/+1
2013-10-15iio:kfifo: Empty buffer on updateLars-Peter Clausen1-5/+7
2013-10-15iio:kfifo: Protect against concurrent access from userspaceLars-Peter Clausen1-5/+15
2013-10-15iio:kfifo: Fix memory leakLars-Peter Clausen1-1/+4
2013-10-12iio: Add reference counting for buffersLars-Peter Clausen1-1/+7
2013-09-15iio: iio_push_to_buffers(): Change type of 'data' to const void *Lars-Peter Clausen1-1/+1
2013-09-15iio:kfifo_buf: Use wake_up_interruptible_poll()Lars-Peter Clausen1-1/+2
2013-01-31staging:iio: Remove noop call to __iio_update_bufferLars-Peter Clausen1-1/+0
2012-09-08iio: Drop timestamp parameter from buffer store_to callbackLars-Peter Clausen1-2/+1
2012-08-27iio: kfifo - add poll support.Jonathan Cameron1-1/+14
2012-08-27iio:kfifo_buf improve error handling in read_first_n.Jonathan Cameron1-1/+3
2012-08-27iio:kfifo_buf Take advantage of the fixed record size used in IIOJonathan Cameron1-4/+5
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-0/+150