aboutsummaryrefslogtreecommitdiffstats
path: root/tools/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-05iio: Add channel for GravitySong Hongyan1-0/+2
2016-10-23tools: iio: iio_generic_buffer: drop unneeded parenthesesEva Rachel Retuya1-2/+2
2016-10-23tools: iio: iio_generic_buffer: rename and change type of force variableEva Rachel Retuya1-4/+5
2016-10-23tools: iio: iio_generic_buffer: add -A to force-enable all channelsEva Rachel Retuya1-5/+12
2016-09-22tools: iio: iio_generic_buffer: fix argument '?' optionMugunthan V N1-1/+1
2016-09-14Merge tag 'iio-for-4.9b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-4/+7
2016-09-12Merge 4.8-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman1-1/+1
2016-08-29tools:iio:iio_generic_buffer: fix trigger-less modeGregor Boirie1-1/+1
2016-08-29iio: iio-utils: use channel modifier scaling if it existsMatt Ranostay1-4/+7
2016-08-15tools: iio: lsiio: enumerate processed channelsMatt Ranostay1-1/+2
2016-08-15tools: iio: iio_generic_buffer: initialize channel array pointerAlison Schofield1-1/+1
2016-06-11iio: generic_buffer: Fix --trigger-num optionCrestez Dan Leonard1-2/+2
2016-05-29iio: iio_generic_buffer: Add --trigger-num optionCrestez Dan Leonard1-5/+29
2016-05-29iio: iio_generic_buffer: Add --device-num optionCrestez Dan Leonard1-18/+51
2016-05-29iio: iio_generic_buffer: Cleanup when receiving signalsCrestez Dan Leonard1-64/+108
2016-05-29tools: iio: Rename generic_buffer to iio_generic_bufferDaniel Baluta2-5/+5
2016-05-29tools: iio: Add ability to install/uninstallPeter Robinson1-0/+15
2016-04-19iio: tools: generic_buffer: auto-enable channelsLinus Walleij2-4/+105
2016-04-03iio: Add channel for UV indexPeter Meerwald-Stadler1-0/+2
2016-04-03iio: Add modifier for UV lightPeter Meerwald-Stadler1-0/+2
2016-04-03iio: tools: make generic_buffer look for "-trigger"Linus Walleij1-1/+13
2016-03-20tools: iio: Update iio_event_monitor namesPeter Meerwald-Stadler1-0/+14
2015-08-16iio: generic_buffer: be helpful about enabling channelsLinus Walleij1-0/+9
2015-08-16iio: event_monitor: report unsupported eventsLinus Walleij1-1/+5
2015-08-12iio: lsiio: fix error code handling errorLinus Walleij1-2/+2
2015-08-08tools: iio: remove unnecessary double pointerJoo Aun Saw2-7/+7
2015-08-08tools: iio: Set caller's ci_array pointer to NULL after freeJoo Aun Saw1-0/+2
2015-08-02tools: iio: iio_utils: Make calc_digits staticJoo Aun Saw1-1/+1
2015-08-02tools: iio: iio_utils: remove unnecessary define guardJoo Aun Saw1-5/+0
2015-08-02tools: iio: print error message when buffer enable failsIrina Tirdea1-1/+4
2015-08-02tools: iio: fix mask for 32 bit sensor dataIrina Tirdea1-1/+1
2015-07-23tools: iio: make scale and offset files optionalJoo Aun Saw1-2/+2
2015-07-20tools: iio: Send error messages to stderrCristina Opriceana4-47/+59
2015-07-20tools: iio: Add ARRAY_SIZE macroCristina Opriceana2-1/+3
2015-07-20tools: iio: Remove unnecessary bracesCristina Opriceana1-2/+1
2015-07-20tools: iio: Remove explicit NULL comparisonCristina Opriceana3-35/+35
2015-07-05tools: iio: Add single-byte case for generic_bufferTiberiu Breana1-0/+21
2015-06-21tools:iio:iio_event_monitor: check if event is fully readHartmut Knaack1-0/+6
2015-06-21tools: iio: Add missing names to iio_event_monitorPeter Meerwald1-0/+8
2015-06-13tools:iio: rename variablesHartmut Knaack2-19/+19
2015-06-13tools:iio: adjust coding styleHartmut Knaack5-82/+118
2015-06-01tools:iio:iio_utils: pass strings as constHartmut Knaack2-15/+22
2015-06-01tools:iio: rework program parametersHartmut Knaack2-23/+38
2015-06-01tools:iio:iio_utils: initialize count during declarationHartmut Knaack1-2/+1
2015-06-01tools:iio:iio_utils: move up reset of sysfsfpHartmut Knaack1-1/+1
2015-06-01tools:iio:iio_utils: refactor assignment of is_signedHartmut Knaack1-4/+1
2015-06-01tools:iio:iio_event_monitor: refactor events outputHartmut Knaack1-14/+10
2015-06-01tools:iio: return values directlyHartmut Knaack3-21/+16
2015-06-01tools:iio:iio_utils: add missing documentationHartmut Knaack2-7/+83