summaryrefslogtreecommitdiff
path: root/drivers/iio/industrialio-event.c
AgeCommit message (Expand)Author
2023-10-11iio: event: add optional event label supportDavid Lechner
2023-07-23iio: Add event enums for running period and countWaqar Hameed
2022-11-27Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2022-11-23iio: core: move 'mlock' to 'struct iio_dev_opaque'Nuno Sá
2022-11-16iio: fix memory leak in iio_device_register_eventset()Zeng Heng
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J
2022-08-15iio: Add names for function definition arguments.Joe Simmons-Talbott
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen
2022-02-21iio: introduce mag_referencedCosmin Tanislav
2021-04-07iio:event: Add timeout event info typeJonathan Cameron
2021-03-29iio: core: Use sysfs_emit() (trivial bits)Lars-Peter Clausen
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean
2020-11-14iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean
2020-09-29iio: event: NULL-ify IIO device's event_interface ref during unregisterAlexandru Ardelean
2020-09-29iio: event: use short-hand variable in iio_device_{un}register_eventset funct...Alexandru Ardelean
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2016-09-10iio: iio_push_event(): Don't crash if the event interface is not registeredLars-Peter Clausen
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2015-08-12iio: event: Remove negative error code from iio_event_pollCristina Opriceana
2015-08-02iio: event: Add missing fields in kernel docsCristina Opriceana
2015-05-17iio: core: add high pass filter attributesMartin Fuzzey
2015-03-14iio: core: Fix double free.Martin Fuzzey
2015-01-27iio: core: Remove IIO_EV_TYPE_INSTANCEIrina Tirdea
2015-01-27iio: core: Introduce CHANGE event typeIrina Tirdea
2015-01-25iio: industrialio-event: Fix typo 's/dynically/dynamically/'Roberta Dobrescu
2014-11-22iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE eventIrina Tirdea
2014-11-22iio: core: Introduce IIO_EV_DIR_NONEIrina Tirdea
2014-08-04Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-07-11iio: core : events ABI for specifying periodSrinivas Pandruvada
2014-07-11iio:core: Handle error when mask type is not separateSrinivas Pandruvada
2014-04-29IIO: core: Introduce read_raw_multiSrinivas Pandruvada
2014-03-16iio:core: Fix bug in length of event info_mask and catch unhandled bits set i...Jonathan Cameron
2014-02-23iio:event: Fix and cleanup lockingLars-Peter Clausen
2014-02-18iio get rid of unneccessary error_retHartmut Knaack
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen
2013-11-25Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman
2013-11-24iio: core: Move kernel doc to the right locationSachin Kamat
2013-11-15kfifo API type safetyStefani Seibold
2013-10-12iio: Add a hysteresis event info attributeLars-Peter Clausen
2013-10-12iio: Extend the event config interfaceLars-Peter Clausen
2013-10-12iio: Add a helper to free a list of IIO device attributesLars-Peter Clausen
2013-10-12iio: Wakeup poll and blocking reads when the device is unregisteredLars-Peter Clausen
2013-10-12iio: Return -ENODEV for file operations if the device has been unregisteredLars-Peter Clausen
2013-09-25Merge 3.12-rc2 into staging-next.Greg Kroah-Hartman
2013-09-21iio: fix: Keep a reference to the IIO device for open file descriptorsLars-Peter Clausen
2013-09-18iio: iio_device_add_event_sysfs() bugfixLukasz Czerwinski