summaryrefslogtreecommitdiffstats
path: root/drivers/iio/industrialio-event.c
Commit message (Expand)AuthorAgeFilesLines
* iio: event: add optional event label supportDavid Lechner2023-10-111-0/+55
* iio: Add event enums for running period and countWaqar Hameed2023-07-231-0/+2
* Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-11-271-1/+3
|\
| * iio: fix memory leak in iio_device_register_eventset()Zeng Heng2022-11-161-1/+3
* | iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá2022-11-231-2/+2
|/
* iio: Add new event type gesture and use direction for single and double tapJagath Jog J2022-09-051-1/+6
* iio: Add names for function definition arguments.Joe Simmons-Talbott2022-08-151-3/+4
* iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen2022-04-281-1/+1
* iio: introduce mag_referencedCosmin Tanislav2022-02-211-0/+1
* iio:event: Add timeout event info typeJonathan Cameron2021-04-071-0/+1
* iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen2021-03-291-1/+1
* iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean2021-03-111-0/+1
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-111-1/+4
* iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean2020-11-141-1/+27
* iio: event: NULL-ify IIO device's event_interface ref during unregisterAlexandru Ardelean2020-09-291-0/+1
* iio: event: use short-hand variable in iio_device_{un}register_eventset funct...Alexandru Ardelean2020-09-291-26/+24
* iio: core: move event interface on the opaque structAlexandru Ardelean2020-07-071-28/+40
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* 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