Age | Commit message (Expand) | Author |
2022-11-27 | Merge tag 'iio-fixes-for-6.1d' of https://git.kernel.org/pub/scm/linux/kernel... | Greg Kroah-Hartman |
2022-11-23 | iio: core: move 'mlock' to 'struct iio_dev_opaque' | Nuno Sá |
2022-11-16 | iio: fix memory leak in iio_device_register_eventset() | Zeng Heng |
2022-09-05 | iio: Add new event type gesture and use direction for single and double tap | Jagath Jog J |
2022-08-15 | iio: Add names for function definition arguments. | Joe Simmons-Talbott |
2022-04-28 | iio: Replace strtobool() with kstrtobool() | Lars-Peter Clausen |
2022-02-21 | iio: introduce mag_referenced | Cosmin Tanislav |
2021-04-07 | iio:event: Add timeout event info type | Jonathan Cameron |
2021-03-29 | iio: core: Use sysfs_emit() (trivial bits) | Lars-Peter Clausen |
2021-03-11 | iio: add reference to iio buffer on iio_dev_attr | Alexandru Ardelean |
2021-03-11 | iio: core: rework iio device group creation | Alexandru Ardelean |
2020-11-14 | iio: core: centralize ioctl() calls to the main chardev | Alexandru Ardelean |
2020-09-29 | iio: event: NULL-ify IIO device's event_interface ref during unregister | Alexandru Ardelean |
2020-09-29 | iio: event: use short-hand variable in iio_device_{un}register_eventset funct... | Alexandru Ardelean |
2020-07-07 | iio: core: move event interface on the opaque struct | Alexandru Ardelean |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2016-09-10 | iio: iio_push_event(): Don't crash if the event interface is not registered | Lars-Peter Clausen |
2016-06-30 | iio:core: timestamping clock selection support | Gregor Boirie |
2015-08-12 | iio: event: Remove negative error code from iio_event_poll | Cristina Opriceana |
2015-08-02 | iio: event: Add missing fields in kernel docs | Cristina Opriceana |
2015-05-17 | iio: core: add high pass filter attributes | Martin Fuzzey |
2015-03-14 | iio: core: Fix double free. | Martin Fuzzey |
2015-01-27 | iio: core: Remove IIO_EV_TYPE_INSTANCE | Irina Tirdea |
2015-01-27 | iio: core: Introduce CHANGE event type | Irina Tirdea |
2015-01-25 | iio: industrialio-event: Fix typo 's/dynically/dynamically/' | Roberta Dobrescu |
2014-11-22 | iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE event | Irina Tirdea |
2014-11-22 | iio: core: Introduce IIO_EV_DIR_NONE | Irina Tirdea |
2014-08-04 | Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-07-11 | iio: core : events ABI for specifying period | Srinivas Pandruvada |
2014-07-11 | iio:core: Handle error when mask type is not separate | Srinivas Pandruvada |
2014-04-29 | IIO: core: Introduce read_raw_multi | Srinivas Pandruvada |
2014-03-16 | iio:core: Fix bug in length of event info_mask and catch unhandled bits set i... | Jonathan Cameron |
2014-02-23 | iio:event: Fix and cleanup locking | Lars-Peter Clausen |
2014-02-18 | iio get rid of unneccessary error_ret | Hartmut Knaack |
2013-12-08 | iio: Remove support for the legacy event config interface | Lars-Peter Clausen |
2013-11-25 | Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/ji... | Greg Kroah-Hartman |
2013-11-24 | iio: core: Move kernel doc to the right location | Sachin Kamat |
2013-11-15 | kfifo API type safety | Stefani Seibold |
2013-10-12 | iio: Add a hysteresis event info attribute | Lars-Peter Clausen |
2013-10-12 | iio: Extend the event config interface | Lars-Peter Clausen |
2013-10-12 | iio: Add a helper to free a list of IIO device attributes | Lars-Peter Clausen |
2013-10-12 | iio: Wakeup poll and blocking reads when the device is unregistered | Lars-Peter Clausen |
2013-10-12 | iio: Return -ENODEV for file operations if the device has been unregistered | Lars-Peter Clausen |
2013-09-25 | Merge 3.12-rc2 into staging-next. | Greg Kroah-Hartman |
2013-09-21 | iio: fix: Keep a reference to the IIO device for open file descriptors | Lars-Peter Clausen |
2013-09-18 | iio: iio_device_add_event_sysfs() bugfix | Lukasz Czerwinski |
2013-09-15 | iio: use anon_inode_getfd() with O_CLOEXEC flag | Yann Droneaud |
2013-03-17 | iio: events: Make iio_push_event() IRQ context save | Lars-Peter Clausen |