aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/kfifo_buf.h
Commit message (Collapse)AuthorAge
* iio: kfifo: Add resource management devm_iio_kfifo_allocate/freeKarol Wrona2014-12-26
| | | | | | | | iio kfifo allocate/free gained their devm_ wrappers. Signed-off-by: Karol Wrona <k.wrona@samsung.com> Suggested-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: kfifo: Remove unused argument in iio_kfifo_allocateKarol Wrona2014-12-26
| | | | | | | | | | indio_dev was unused in function body plus some small style fix - add new lines after "if(sth) return sth" and before the last return statement. The argument was removed also in its client. Signed-off-by: Karol Wrona <k.wrona@samsung.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: Add missing include guards to headersLars-Peter Clausen2012-08-27
| | | | | | | | Add include guards to the IIO headers where they are missing. This avoids compile errors due to redefined types if a file is included more than once. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-25
Step 1 in moving the IIO core out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>