summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-event.c
Commit message (Expand)AuthorAgeFilesLines
* iio: iio_push_event(): Don't crash if the event interface is not registeredLars-Peter Clausen2016-09-101-0/+8
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-3/+16
* iio: event: Remove negative error code from iio_event_pollCristina Opriceana2015-08-121-1/+1
* iio: event: Add missing fields in kernel docsCristina Opriceana2015-08-021-0/+6
* iio: core: add high pass filter attributesMartin Fuzzey2015-05-171-0/+2
* iio: core: Fix double free.Martin Fuzzey2015-03-141-0/+1
* iio: core: Remove IIO_EV_TYPE_INSTANCEIrina Tirdea2015-01-271-1/+0
* iio: core: Introduce CHANGE event typeIrina Tirdea2015-01-271-0/+1
* iio: industrialio-event: Fix typo 's/dynically/dynamically/'Roberta Dobrescu2015-01-251-1/+1
* iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE eventIrina Tirdea2014-11-221-0/+1
* iio: core: Introduce IIO_EV_DIR_NONEIrina Tirdea2014-11-221-3/+9
* Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-041-0/+1
|\
| * iio: core : events ABI for specifying periodSrinivas Pandruvada2014-07-111-0/+1
* | iio:core: Handle error when mask type is not separateSrinivas Pandruvada2014-07-111-0/+3
|/
* IIO: core: Introduce read_raw_multiSrinivas Pandruvada2014-04-291-2/+4
* iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Jonathan Cameron2014-03-161-1/+3
* iio:event: Fix and cleanup lockingLars-Peter Clausen2014-02-231-42/+41
* iio get rid of unneccessary error_retHartmut Knaack2014-02-181-11/+6
* iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-132/+22
* Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-11-251-0/+6
|\
| * iio: core: Move kernel doc to the right locationSachin Kamat2013-11-241-0/+6
* | kfifo API type safetyStefani Seibold2013-11-151-1/+1
|/
* iio: Add a hysteresis event info attributeLars-Peter Clausen2013-10-121-0/+1
* iio: Extend the event config interfaceLars-Peter Clausen2013-10-121-22/+171
* iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen2013-10-121-13/+2
* iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen2013-10-121-1/+20
* iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen2013-10-121-0/+6
* Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman2013-09-251-6/+14
|\
| * iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen2013-09-211-5/+13
| * iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski2013-09-181-1/+1
* | iio: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud2013-09-151-1/+1
|/
* iio: events: Make iio_push_event() IRQ context saveLars-Peter Clausen2013-03-171-14/+15
* drivers/iio/industrialio-event.c: eliminate possible double freeJulia Lawall2012-11-171-6/+1
* iio: Use strict_strtouint instead of kstrtoulLars-Peter Clausen2012-10-191-2/+2
* iio: Fix unitialized use of listSascha Hauer2012-07-081-1/+2
* iio: Use dev_to_iio_dev()Lars-Peter Clausen2012-05-141-4/+4
* IIO: Move the core files to drivers/iioJonathan Cameron2012-04-251-0/+453