Age | Commit message (Expand) | Author | Files | Lines |
2013-10-12 | iio: Wakeup poll and blocking reads when the device is unregistered | Lars-Peter Clausen | 1 | -0/+16 |
2013-10-12 | iio: Return -ENODEV for file operations if the device has been unregistered | Lars-Peter Clausen | 1 | -0/+6 |
2013-10-12 | iio: Add reference counting for buffers | Lars-Peter Clausen | 1 | -5/+61 |
2013-09-25 | Merge 3.12-rc2 into staging-next. | Greg Kroah-Hartman | 1 | -2/+28 |
2013-09-21 | iio: Pass scan mask as unsigned long | Peter Meerwald | 1 | -2/+2 |
2013-09-21 | iio: Stop sampling when the device is removed | Lars-Peter Clausen | 1 | -0/+19 |
2013-09-21 | iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL | Peter Meerwald | 1 | -2/+9 |
2013-09-19 | iio: Minor cleanups of industrialio-buffer | Peter Meerwald | 1 | -5/+8 |
2013-09-15 | iio: iio_push_to_buffers(): Change type of 'data' to const void * | Lars-Peter Clausen | 1 | -5/+5 |
2013-09-15 | iio: refactor info mask and ext_info attribute creation. | Jonathan Cameron | 1 | -1/+1 |
2013-09-15 | iio:buffer: Simplify iio_buffer_is_active() | Lars-Peter Clausen | 1 | -20/+11 |
2013-05-23 | iio: buffer: cleanup messages in iio_update_buffers() | Michał Mirosław | 1 | -6/+4 |
2012-11-10 | staging:iio: Add support for multiple buffers | Jonathan Cameron | 1 | -117/+263 |
2012-10-19 | iio: Use strict_strtouint instead of kstrtoul | Lars-Peter Clausen | 1 | -3/+3 |
2012-09-08 | iio: Drop timestamp parameter from buffer store_to callback | Lars-Peter Clausen | 1 | -3/+2 |
2012-09-03 | iio: whitespace cleanup and removal of semicolon after functions | Peter Meerwald | 1 | -5/+5 |
2012-07-12 | Merge tag 'togreg-3.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic2... | Greg Kroah-Hartman | 1 | -7/+36 |
2012-07-09 | iio: Introduce iio_validate_scan_mask_onehot | Lars-Peter Clausen | 1 | -0/+16 |
2012-07-09 | iio: Add callback to check whether a scan mask is valid | Lars-Peter Clausen | 1 | -7/+20 |
2012-07-08 | iio: iio_buffer_register: Use correct channel when calculating masklength | Lars-Peter Clausen | 1 | -1/+1 |
2012-06-19 | iio: iio_buffer_register: Skip channels with negative scan index | Lars-Peter Clausen | 1 | -0/+3 |
2012-06-16 | iio: buffer: Fix NULL pointer deref caused by empty scan mask | Lars-Peter Clausen | 1 | -0/+4 |
2012-05-15 | iio: Use dev_to_iio_dev() | Lars-Peter Clausen | 1 | -8/+8 |
2012-04-25 | IIO: Move the core files to drivers/iio | Jonathan Cameron | 1 | -0/+755 |