1. 9af1bd5 iio: core: Return error for failed read_reg by Matt Fornero · 7 years ago
  2. 552edf8 Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  3. 171c009 iio:core: fix IIO_VAL_FRACTIONAL sign handling by Gregor Boirie · 8 years ago
  4. 70e4834 iio: add resource managed triggered buffer init helpers by Gregor Boirie · 8 years ago
  5. bc2b7da iio:core: timestamping clock selection support by Gregor Boirie · 8 years ago
  6. 4b9d209 iio: electricalconductivity: add IIO_ELECTRICALCONDUCTIVITY type by Matt Ranostay · 8 years ago
  7. dfc5773 iio:core: mounting matrix support by Gregor Boirie · 8 years ago
  8. d409404 iio: Add channel for UV index by Peter Meerwald-Stadler · 8 years ago
  9. 2c5ff1f iio: Add modifier for UV light by Peter Meerwald-Stadler · 8 years ago
  10. 08a3380 iio: core: implement iio_device_{claim|release}_direct_mode() by Alison Schofield · 8 years ago
  11. fec2f33 Merge tag 'iio-for-4.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  12. ecb3a7c iio: ph: add IIO_PH channel type by Matt Ranostay · 8 years ago
  13. 8f57e4d include/linux/kernel.h: change abs() macro so it uses consistent return type by Michal Nazarewicz · 8 years ago
  14. 02c34cc Merge tag 'iio-for-4.5c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 8 years ago
  15. 7d2c2aca iio: Make IIO value formating function globally available. by Andrew F. Davis · 8 years ago
  16. 93c222c Merge 4.4-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  17. 231bfe5 iio: fix some warning messages by Dan Carpenter · 9 years ago
  18. f47dff3 iio: core: added support for IIO_VAL_INT by Sean Nyekjaer · 9 years ago
  19. d38d546 iio: resistance: add IIO_RESISTANCE channel type by Matt Ranostay · 9 years ago
  20. 8ff6b3b iio: chemical: Add IIO_CONCENTRATION channel type by Matt Ranostay · 9 years ago
  21. 735ad07 iio: Support triggered events by Vladimir Barinov · 9 years ago
  22. 3f9059b iio: percolate error if event fd fails by Linus Walleij · 9 years ago
  23. 2498dcf iio: core: Add function params for kernel docs by Cristina Opriceana · 9 years ago
  24. 4b8d801 iio: Add missing modifier names to core by Peter Meerwald · 9 years ago
  25. 1ce87f2 iio: Add I/Q modifiers by Lars-Peter Clausen · 9 years ago
  26. 3f7f642 iio: core: add high pass filter attributes by Martin Fuzzey · 9 years ago
  27. faaa449 iio: core: Introduce IIO_CHAN_INFO_OVERSAMPLING_RATIO by Irina Tirdea · 9 years ago
  28. c8a8585 iio: core: Introduce IIO_CHAN_INFO_CALIBEMISSIVITY by Vianney le Clément de Saint-Marcq · 9 years ago
  29. c1b03ab iio: core: Fix double free. by Martin Fuzzey · 9 years ago
  30. 2f0ecb7 iio: core: Introduce IIO_CHAN_INFO_DEBOUNCE_COUNT and _TIME by Irina Tirdea · 9 years ago
  31. d37f683 iio: core: Introduce IIO_CHAN_INFO_CALIBWEIGHT by Irina Tirdea · 9 years ago
  32. 5a1a932 iio: core: Introduce IIO_VELOCITY and IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z by Irina Tirdea · 9 years ago
  33. cc3c9ee iio: core: Introduce DISTANCE channel type by Irina Tirdea · 9 years ago
  34. 72c6664 iio: core: Introduce ENERGY channel type by Irina Tirdea · 9 years ago
  35. 8f5d872 iio: ensure scan index is unique at device register by Vlad Dogaru · 9 years ago
  36. 20dd20f iio: core: Get rid of misleading comment by Karol Wrona · 9 years ago
  37. 3e1b6c9 iio: Move buffer registration to the core by Lars-Peter Clausen · 10 years ago
  38. bcdf28f iio: core: Introduce IIO_CHAN_INFO_CALIBHEIGHT by Irina Tirdea · 10 years ago
  39. a88bfe7 iio: core: Introduce STEPS channel, ENABLE mask and INSTANCE event by Irina Tirdea · 10 years ago
  40. 55aebeb iio: core: Introduce IIO_ACTIVITY channel by Daniel Baluta · 10 years ago
  41. 11b8dda iio: types: Added support for rotation from north usage attributes by Reyad Attiyat · 10 years ago
  42. 638b43b iio: Add TEMP_AMBIENT and TEMP_OBJECT channel modifiers by Peter Meerwald · 10 years ago
  43. 5082f40 IIO: core: Add quaternion modifier by Srinivas Pandruvada · 10 years ago
  44. 9fbfb4b IIO: core: Introduce read_raw_multi by Srinivas Pandruvada · 10 years ago
  45. ef4b485 iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks. by Jonathan Cameron · 10 years ago
  46. 598db58 iio: force snprintf for PAGE_SIZE bufs by Kees Cook · 10 years ago
  47. 7bbcf7e iio: Avoid unnecessary kasprintf by Lars-Peter Clausen · 10 years ago
  48. 77bfa8b iio: Don't include extended name in shared attributes by Lars-Peter Clausen · 10 years ago
  49. 92825ff iio get rid of unneccessary error_ret by Hartmut Knaack · 10 years ago
  50. ac216aa iio: Add support for humidity sensors by Harald Geyer · 10 years ago
  51. a7e57dc iio: core: Move kernel doc to the right location by Sachin Kamat · 11 years ago
  52. 8caa07c iio: core: Implement devm_iio_device_{register,unregister} by Sachin Kamat · 11 years ago
  53. 670c110 iio: core: Add misssing braces by Sachin Kamat · 11 years ago
  54. 3176dd5 iio: core: Use pr_err instead of printk by Sachin Kamat · 11 years ago
  55. 3661f3f iio: Factor IIO value formating into its own function by Lars-Peter Clausen · 11 years ago
  56. 84088eb iio: Add a helper to free a list of IIO device attributes by Lars-Peter Clausen · 11 years ago
  57. d2f0a48 iio: Wakeup poll and blocking reads when the device is unregistered by Lars-Peter Clausen · 11 years ago
  58. f18e7a0 iio: Return -ENODEV for file operations if the device has been unregistered by Lars-Peter Clausen · 11 years ago
  59. 9e69c93 iio: Add reference counting for buffers by Lars-Peter Clausen · 11 years ago
  60. 02ab343 Merge 3.12-rc4 into staging-next by Greg Kroah-Hartman · 11 years ago
  61. bc4c961 iio: Remove debugfs entries in iio_device_unregister() by Lars-Peter Clausen · 11 years ago
  62. e2aad1d Merge 3.12-rc2 into staging-next. by Greg Kroah-Hartman · 11 years ago
  63. 0d5b7da iio: Prevent race between IIO chardev opening and IIO device free by Lars-Peter Clausen · 11 years ago
  64. cadc212 iio: fix: Keep a reference to the IIO device for open file descriptors by Lars-Peter Clausen · 11 years ago
  65. a87c82e iio: Stop sampling when the device is removed by Lars-Peter Clausen · 11 years ago
  66. c006ec8 iio: add info_mask_[shared_by_dir/shared_by_all] by Jonathan Cameron · 11 years ago
  67. 3704432 iio: refactor info mask and ext_info attribute creation. by Jonathan Cameron · 11 years ago
  68. 899d90b iio: Add INT_TIME (integration time) channel info attribute by Peter Meerwald · 11 years ago
  69. d9a0134 iio: core: Avoid double minus in sysfs output by Oleksandr Kravchenko · 11 years ago
  70. 9dabaf5 iio: core: implement devm_iio_device_alloc/devm_iio_device_free by Grygorii Strashko · 11 years ago
  71. b9606e2 iio:core drop info_mask from struct iio_info by Jonathan Cameron · 11 years ago
  72. 8655cc4 iio: Add broken out info_mask fields for shared_by_type and separate by Jonathan Cameron · 11 years ago
  73. 17d82b4 iio: Add OF support by Guenter Roeck · 11 years ago
  74. 6807d72 iio: Factor out fixed point number parsing into its own function by Lars-Peter Clausen · 12 years ago
  75. c4f0c69 iio: Add pressure channel type by Lars-Peter Clausen · 12 years ago
  76. 84b36ce staging:iio: Add support for multiple buffers by Jonathan Cameron · 12 years ago
  77. ef4f92c iio: Accept a leading '+' sign when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  78. 02330ac iio: Reject trailing garbage when parsing fixed point numbers by Lars-Peter Clausen · 12 years ago
  79. 8f1b7eb iio: Do not accept multiple '.' in fixed point numbers by Lars-Peter Clausen · 12 years ago
  80. 103d9fb iio: Add a logarithmic fractional value type by Lars-Peter Clausen · 12 years ago
  81. 7985e7c iio: Introduce a new fractional value type by Lars-Peter Clausen · 12 years ago
  82. 7c9ab03 iio: core: Add hysteresis in channel spec by srinivas pandruvada · 12 years ago
  83. c8b9595 IIO: Update email address for Jonathan Cameron. by Jonathan Cameron · 12 years ago
  84. 99698b4 iio: whitespace cleanup and removal of semicolon after functions by Peter Meerwald · 12 years ago
  85. d25b380 iio: fix typos by Peter Meerwald · 12 years ago
  86. 21cd1fa IIO channel type and modifiers for CCT and RGBC data by Jon Brenner · 12 years ago
  87. cf82cb8 IIO: Add a modifier for x^2+y^2+z^2 by Jonathan Cameron · 12 years ago
  88. 8f5879b IIO: Add a modifier for sqrt(x^2+y^2) by Jonathan Cameron · 12 years ago
  89. 89a86a2 Merge branch 'staging-linus' into staging-next by Greg Kroah-Hartman · 12 years ago
  90. 74dcd43 iio: iio_enum_available_read: Prevent possible buffer overflow by Lars-Peter Clausen · 12 years ago
  91. 5212cc8 iio: Add helper functions for enum style channel attributes by Lars-Peter Clausen · 12 years ago
  92. e407fd6 iio: Fix potential use after free by Lars-Peter Clausen · 12 years ago
  93. e53f5ac iio: Use dev_to_iio_dev() by Lars-Peter Clausen · 12 years ago
  94. b65d621 iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN by Michael Hennerich · 12 years ago
  95. 67eedba iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB by Michael Hennerich · 12 years ago
  96. abd5a2f IIO: industrialio-core: Checking NULL instead of IS_ERR for debugfs_create_dir() by Axel Lin · 12 years ago
  97. 5a28c87 IIO: industrialio-core: Use simple_open by Axel Lin · 12 years ago
  98. fc6d113 iio: core: iio_chan_spec_ext_info: Add private handle by Michael Hennerich · 12 years ago
  99. a6b1285 iio: core: Introduce IIO_ALTVOLTAGE and appropriate channel info elements by Michael Hennerich · 12 years ago
  100. 7cbb753 staging:iio: Streamline API function naming by Lars-Peter Clausen · 12 years ago