summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-event.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-28iio: event: Remove negative error code from iio_event_pollCristina Opriceana1-1/+1
2015-04-25iio: core: Fix double free.Martin Fuzzey1-0/+1
2014-08-05Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2014-07-12iio: core : events ABI for specifying periodSrinivas Pandruvada1-0/+1
2014-07-12iio:core: Handle error when mask type is not separateSrinivas Pandruvada1-0/+3
2014-04-30IIO: core: Introduce read_raw_multiSrinivas Pandruvada1-2/+4
2014-03-16iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Jonathan Cameron1-1/+3
2014-02-23iio:event: Fix and cleanup lockingLars-Peter Clausen1-42/+41
2014-02-18iio get rid of unneccessary error_retHartmut Knaack1-11/+6
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen1-132/+22
2013-11-26Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman1-0/+6
2013-11-25iio: core: Move kernel doc to the right locationSachin Kamat1-0/+6
2013-11-15kfifo API type safetyStefani Seibold1-1/+1
2013-10-12iio: Add a hysteresis event info attributeLars-Peter Clausen1-0/+1
2013-10-12iio: Extend the event config interfaceLars-Peter Clausen1-22/+171
2013-10-12iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen1-13/+2
2013-10-12iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen1-1/+20
2013-10-12iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen1-0/+6
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman1-6/+14
2013-09-21iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen1-5/+13
2013-09-18iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski1-1/+1
2013-09-15iio: use anon_inode_getfd() with O_CLOEXEC flagYann Droneaud1-1/+1
2013-03-18iio: events: Make iio_push_event() IRQ context saveLars-Peter Clausen1-14/+15
2012-11-17drivers/iio/industrialio-event.c: eliminate possible double freeJulia Lawall1-6/+1
2012-10-19iio: Use strict_strtouint instead of kstrtoulLars-Peter Clausen1-2/+2
2012-07-08iio: Fix unitialized use of listSascha Hauer1-1/+2
2012-05-15iio: Use dev_to_iio_dev()Lars-Peter Clausen1-4/+4
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-0/+453