1. 45b7782 iio:event: Add timeout event info type by Jonathan Cameron · 3 years, 10 months ago
  2. 83ca56b iio: core: Use sysfs_emit() (trivial bits) by Lars-Peter Clausen · 3 years, 10 months ago
  3. 3e3d11b iio: add reference to iio buffer on iio_dev_attr by Alexandru Ardelean · 3 years, 11 months ago
  4. 32f1717 iio: core: rework iio device group creation by Alexandru Ardelean · 3 years, 11 months ago
  5. 8dedcc3 iio: core: centralize ioctl() calls to the main chardev by Alexandru Ardelean · 4 years, 4 months ago
  6. a3598d1 iio: event: NULL-ify IIO device's event_interface ref during unregister by Alexandru Ardelean · 4 years, 4 months ago
  7. f2f45a5 iio: event: use short-hand variable in iio_device_{un}register_eventset functions by Alexandru Ardelean · 4 years, 4 months ago
  8. fa83c3b iio: core: move event interface on the opaque struct by Alexandru Ardelean · 4 years, 6 months ago
  9. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  10. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  11. afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 8 years ago
  12. 4b1a938 iio: iio_push_event(): Don't crash if the event interface is not registered by Lars-Peter Clausen · 8 years ago
  13. bc2b7da iio:core: timestamping clock selection support by Gregor Boirie · 9 years ago
  14. 41d903c iio: event: Remove negative error code from iio_event_poll by Cristina Opriceana · 9 years ago
  15. a316c01 iio: event: Add missing fields in kernel docs by Cristina Opriceana · 9 years ago
  16. 3f7f642 iio: core: add high pass filter attributes by Martin Fuzzey · 10 years ago
  17. c1b03ab iio: core: Fix double free. by Martin Fuzzey · 10 years ago
  18. 17a2cbc iio: core: Remove IIO_EV_TYPE_INSTANCE by Irina Tirdea · 10 years ago
  19. 27be842 iio: core: Introduce CHANGE event type by Irina Tirdea · 10 years ago
  20. 2179aab iio: industrialio-event: Fix typo 's/dynically/dynamically/' by Roberta Dobrescu · 10 years ago
  21. a88bfe7 iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE event by Irina Tirdea · 10 years ago
  22. 1843c2f iio: core: Introduce IIO_EV_DIR_NONE by Irina Tirdea · 10 years ago
  23. 53ee983 Merge tag 'staging-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  24. 77a533c iio: core : events ABI for specifying period by Srinivas Pandruvada · 10 years ago
  25. 78b3321 iio:core: Handle error when mask type is not separate by Srinivas Pandruvada · 10 years ago
  26. 9fbfb4b IIO: core: Introduce read_raw_multi by Srinivas Pandruvada · 11 years ago
  27. ef4b485 iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks. by Jonathan Cameron · 11 years ago
  28. b91acca iio:event: Fix and cleanup locking by Lars-Peter Clausen · 11 years ago
  29. 92825ff iio get rid of unneccessary error_ret by Hartmut Knaack · 11 years ago
  30. cb95585 iio: Remove support for the legacy event config interface by Lars-Peter Clausen · 11 years ago
  31. 3ce5ae8 Merge tag 'iio-for-3.14a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 11 years ago
  32. a7e57dc iio: core: Move kernel doc to the right location by Sachin Kamat · 11 years ago
  33. 498d319 kfifo API type safety by Stefani Seibold · 11 years ago
  34. ec6670a iio: Add a hysteresis event info attribute by Lars-Peter Clausen · 11 years ago
  35. b4e3ac0 iio: Extend the event config interface by Lars-Peter Clausen · 11 years ago
  36. 84088eb iio: Add a helper to free a list of IIO device attributes by Lars-Peter Clausen · 11 years ago
  37. d2f0a48 iio: Wakeup poll and blocking reads when the device is unregistered by Lars-Peter Clausen · 11 years ago
  38. f18e7a0 iio: Return -ENODEV for file operations if the device has been unregistered by Lars-Peter Clausen · 11 years ago
  39. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  40. cadc212 iio: fix: Keep a reference to the IIO device for open file descriptors by Lars-Peter Clausen · 11 years ago
  41. 2b0774d iio: iio_device_add_event_sysfs() bugfix by Lukasz Czerwinski · 11 years ago
  42. a646fbf iio: use anon_inode_getfd() with O_CLOEXEC flag by Yann Droneaud · 11 years ago
  43. 1b9dc91 iio: events: Make iio_push_event() IRQ context save by Lars-Peter Clausen · 12 years ago
  44. e3db9ef drivers/iio/industrialio-event.c: eliminate possible double free by Julia Lawall · 12 years ago
  45. 948ad20 iio: Use strict_strtouint instead of kstrtoul by Lars-Peter Clausen · 12 years ago
  46. 46b2431 iio: Fix unitialized use of list by Sascha Hauer · 13 years ago
  47. e53f5ac iio: Use dev_to_iio_dev() by Lars-Peter Clausen · 13 years ago
  48. a980e04 IIO: Move the core files to drivers/iio by Jonathan Cameron · 13 years ago[Renamed from drivers/staging/iio/industrialio-event.c]
  49. 06458e2 IIO: Move core headers to include/linux/iio by Jonathan Cameron · 13 years ago
  50. 6da507b staging:iio:events: Remove obsolete documentation by Lars-Peter Clausen · 13 years ago
  51. a046c1e staging:iio:events: Use non-atmoic bitops by Lars-Peter Clausen · 13 years ago
  52. e18045e staging:iio:events: Add poll support by Lars-Peter Clausen · 13 years ago
  53. 43ba110 staging:iio:events: Use waitqueue lock to protect event queue by Lars-Peter Clausen · 13 years ago
  54. 2c00193 staging:iio:events: Use kfifo for event queue by Lars-Peter Clausen · 13 years ago
  55. 0a769a9 staging:iio: Factor out event handling into its own file by Lars-Peter Clausen · 13 years ago