1. e2482f7 iio: iio-utils: Fix possible incorrect mask calculation by Bastien Nocera · 4 years, 10 months 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. 8473054 Merge 4.8-rc6 into staging-next by Greg Kroah-Hartman · 8 years ago
  4. 9c2edd8 Merge 4.8-rc5 into staging-next by Greg Kroah-Hartman · 8 years ago
  5. f8e81d7 tools:iio:iio_generic_buffer: fix trigger-less mode by Gregor Boirie · 8 years ago
  6. 6356f1b iio: iio-utils: use channel modifier scaling if it exists by Matt Ranostay · 8 years ago
  7. 6df1dc0 tools: iio: lsiio: enumerate processed channels by Matt Ranostay · 8 years ago
  8. ddbc719 tools: iio: iio_generic_buffer: initialize channel array pointer by Alison Schofield · 8 years ago
  9. deb4d1f iio: generic_buffer: Fix --trigger-num option by Crestez Dan Leonard · 8 years ago
  10. 7c7e9da iio: iio_generic_buffer: Add --trigger-num option by Crestez Dan Leonard · 8 years ago
  11. de397db iio: iio_generic_buffer: Add --device-num option by Crestez Dan Leonard · 8 years ago
  12. 4f20d59 iio: iio_generic_buffer: Cleanup when receiving signals by Crestez Dan Leonard · 8 years ago
  13. 5d48d6b tools: iio: Rename generic_buffer to iio_generic_buffer by Daniel Baluta · 8 years ago
  14. 0c4b650 tools: iio: Add ability to install/uninstall by Peter Robinson · 8 years ago
  15. 5f991a9 iio: tools: generic_buffer: auto-enable channels by Linus Walleij · 8 years ago
  16. d409404 iio: Add channel for UV index by Peter Meerwald-Stadler · 8 years ago
  17. 2c5ff1f iio: Add modifier for UV light by Peter Meerwald-Stadler · 8 years ago
  18. 793d6b5 iio: tools: make generic_buffer look for "-trigger" by Linus Walleij · 8 years ago
  19. 6ad515c tools: iio: Update iio_event_monitor names by Peter Meerwald-Stadler · 8 years ago
  20. 53dabaf iio: generic_buffer: be helpful about enabling channels by Linus Walleij · 9 years ago
  21. 672f93b iio: event_monitor: report unsupported events by Linus Walleij · 9 years ago
  22. af255cd iio: lsiio: fix error code handling error by Linus Walleij · 9 years ago
  23. 95ddd3f tools: iio: remove unnecessary double pointer by Joo Aun Saw · 9 years ago
  24. 6b20f40 tools: iio: Set caller's ci_array pointer to NULL after free by Joo Aun Saw · 9 years ago
  25. 5e37c52 tools: iio: iio_utils: Make calc_digits static by Joo Aun Saw · 9 years ago
  26. 280f092 tools: iio: iio_utils: remove unnecessary define guard by Joo Aun Saw · 9 years ago
  27. e723149 tools: iio: print error message when buffer enable fails by Irina Tirdea · 9 years ago
  28. ae067cb tools: iio: fix mask for 32 bit sensor data by Irina Tirdea · 9 years ago
  29. 7868dfd tools: iio: make scale and offset files optional by Joo Aun Saw · 9 years ago
  30. d9abc61 tools: iio: Send error messages to stderr by Cristina Opriceana · 9 years ago
  31. 34cbea1 tools: iio: Add ARRAY_SIZE macro by Cristina Opriceana · 9 years ago
  32. 37d38e2 tools: iio: Remove unnecessary braces by Cristina Opriceana · 9 years ago
  33. ff1ac63 tools: iio: Remove explicit NULL comparison by Cristina Opriceana · 9 years ago
  34. e8d0927 tools: iio: Add single-byte case for generic_buffer by Tiberiu Breana · 9 years ago
  35. 09a33f0 tools:iio:iio_event_monitor: check if event is fully read by Hartmut Knaack · 9 years ago
  36. 30e8326 tools: iio: Add missing names to iio_event_monitor by Peter Meerwald · 9 years ago
  37. a9d7acc tools:iio: rename variables by Hartmut Knaack · 9 years ago
  38. 7663a4a tools:iio: adjust coding style by Hartmut Knaack · 9 years ago
  39. 9d47525 tools:iio:iio_utils: pass strings as const by Hartmut Knaack · 9 years ago
  40. e06e3d7 tools:iio: rework program parameters by Hartmut Knaack · 9 years ago
  41. 1e7c347 tools:iio:iio_utils: initialize count during declaration by Hartmut Knaack · 9 years ago
  42. ace76e4 tools:iio:iio_utils: move up reset of sysfsfp by Hartmut Knaack · 9 years ago
  43. 33ebcb2 tools:iio:iio_utils: refactor assignment of is_signed by Hartmut Knaack · 9 years ago
  44. 916e89e tools:iio:iio_event_monitor: refactor events output by Hartmut Knaack · 9 years ago
  45. 0e79987 tools:iio: return values directly by Hartmut Knaack · 9 years ago
  46. 5dc65d7 tools:iio:iio_utils: add missing documentation by Hartmut Knaack · 9 years ago
  47. acf50b3 tools:iio:lsiio: add error handling by Hartmut Knaack · 9 years ago
  48. 5311855 tools:iio:iio_utils: add error handling by Hartmut Knaack · 9 years ago
  49. 963f54c tools:iio:iio_event_monitor: add error handling by Hartmut Knaack · 9 years ago
  50. 6bb7cac tools:iio:generic_buffer: add error handling by Hartmut Knaack · 9 years ago
  51. c8ce990 tools:iio:generic_buffer: catch errors for arguments conversion by Hartmut Knaack · 9 years ago
  52. e9e45b4 tools:iio: catch errors in string allocation by Hartmut Knaack · 9 years ago
  53. 2156b17 tools:iio:iio_utils: mark private function static by Hartmut Knaack · 9 years ago
  54. 096f9b8 tools:iio:iio_utils: implement digit calculation by Hartmut Knaack · 9 years ago
  55. dc8b5d6 tools:iio:iio_utils: check amount of matches by Hartmut Knaack · 9 years ago
  56. 8e92613 tools:iio:generic_buffer: sign-extend and shift data by Hartmut Knaack · 9 years ago
  57. e83a47c tools:iio:generic_buffer: pass up right error code by Hartmut Knaack · 9 years ago
  58. 8749948 tools:iio:generic_buffer: fix check of errno by Hartmut Knaack · 9 years ago
  59. 5fdb8c6 tools:iio:iio_event_monitor: save right errno by Hartmut Knaack · 9 years ago
  60. 2b6a6e6 tools:iio: save errno first by Hartmut Knaack · 9 years ago
  61. f96d055 tools:iio:lsiio: add closedir before exit by Hartmut Knaack · 9 years ago
  62. 121b5e5 tools:iio:iio_utils: fix allocation handling by Hartmut Knaack · 9 years ago
  63. 63f05c8 tools:iio: free channel-array completely by Hartmut Knaack · 9 years ago
  64. 66dd08f tools:iio:iio_utils: free scan_el_dir on exit by Hartmut Knaack · 9 years ago
  65. d3ccfc4 tools:iio:generic_buffer: free dev_dir_name on exit by Hartmut Knaack · 9 years ago
  66. a71bfb4 tools:iio:generic_buffer: fix order of freeing data by Hartmut Knaack · 9 years ago
  67. 5462868 iio: make tools more cross-compilation friendly by Linus Walleij · 9 years ago
  68. d9d7b99 tools: iio: generic_buffer: Fix generic scale extraction by Irina Tirdea · 9 years ago
  69. dc5f2c5 Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next by Greg Kroah-Hartman · 9 years ago
  70. 3fca6a2 tools: iio: lsiio: Remove unused variables by Roberta Dobrescu · 9 years ago
  71. 976d9ab tools: iio: Define _GNU_SOURCE in Makefile by Roberta Dobrescu · 9 years ago
  72. 817020c iio: Move iio userspace applications out of staging by Roberta Dobrescu · 9 years ago