aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2016-09-10iio: iio_push_event(): Don't crash if the event interface is not registeredLars-Peter Clausen1-0/+8
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-3/+16
2015-08-12iio: event: Remove negative error code from iio_event_pollCristina Opriceana1-1/+1
2015-08-02iio: event: Add missing fields in kernel docsCristina Opriceana1-0/+6
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey1-0/+2
2015-03-14iio: core: Fix double free.Martin Fuzzey1-0/+1
2015-01-27iio: core: Remove IIO_EV_TYPE_INSTANCEIrina Tirdea1-1/+0
2015-01-27iio: core: Introduce CHANGE event typeIrina Tirdea1-0/+1
2015-01-25iio: industrialio-event: Fix typo 's/dynically/dynamically/'Roberta Dobrescu1-1/+1
2014-11-22iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE eventIrina Tirdea1-0/+1
2014-11-22iio: core: Introduce IIO_EV_DIR_NONEIrina Tirdea1-3/+9
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-0/+1
2014-07-11iio: core : events ABI for specifying periodSrinivas Pandruvada1-0/+1
2014-07-11iio:core: Handle error when mask type is not separateSrinivas Pandruvada1-0/+3
2014-04-29IIO: 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 in masks.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-25Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-0/+6
2013-11-24iio: 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-17iio: 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-14iio: Use dev_to_iio_dev()Lars-Peter Clausen1-4/+4
2012-04-25IIO: Move the core files to drivers/iioJonathan Cameron1-0/+453