summaryrefslogtreecommitdiffstats
path: root/tools/iio
AgeCommit message (Expand)AuthorFilesLines
2022-11-01tools: iio: iio_generic_buffer: Fix read sizeMatti Vaittinen1-2/+2
2022-10-17tools: iio: iio_utils: fix digit calculationMatti Vaittinen1-0/+4
2022-09-21iio: event_monitor: add pitch, yaw and roll modifiersAndrea Merello1-0/+3
2022-09-21iio: event_monitor: add linear acceleration modifiersAndrea Merello1-0/+3
2022-09-05iio: Add new event type gesture and use direction for single and double tapJagath Jog J1-1/+7
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-02-21iio: introduce mag_referencedCosmin Tanislav1-0/+1
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-1/+1
2021-12-16iio: event_monitor: Flush output on eventZach DeCook1-0/+1
2021-03-25iio: event_monitor: Enable events before monitoringLinus Walleij2-5/+65
2021-03-11tools: iio: convert iio_generic_buffer to use new IIO buffer APIAlexandru Ardelean4-33/+107
2021-03-11tools: iio: privatize globals and functions in iio_generic_buffer.c fileAlexandru Ardelean1-16/+15
2021-03-11tools: iio: make iioutils_get_type() private in iio_utilsAlexandru Ardelean2-8/+5
2020-08-22iio: add IIO_MOD_O2 modifierMatt Ranostay1-0/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-11-10tools: iio: Correctly add make dependency for iio_utilsLaura Abbott2-3/+8
2019-08-18tools: iio: add .gitignoreBartosz Golaszewski1-0/+4
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-2/+2
2019-06-27iio: iio-utils: Fix possible incorrect mask calculationBastien Nocera1-2/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-21/+5
2019-02-11Merge 5.0-rc6 into staging-nextGreg Kroah-Hartman1-1/+1
2019-01-12tools: iio: iio_generic_buffer: make num_loops signedMartin Kelly1-1/+1
2018-12-16iio: Add modifiers for ethanol and H2 gasesAndreas Brauchli1-0/+4
2018-12-16iio: add IIO_MASSCONCENTRATION channel typeTomasz Duszynski1-0/+10
2018-10-21tools iio: Override CFLAGS assignmentsJiri Olsa1-1/+1
2018-07-23iio: Add modifier for DUV lightMaxime Roussin-BĂ©langer1-0/+2
2018-07-21iio: Add channel for PhaseMathieu Othacehe1-0/+2
2018-06-10iio: Add channel for Position RelativeEugen Hristev1-0/+2
2018-05-20tools: iio: iio_generic_buffer: allow continuous loopingMartin Kelly1-5/+5
2018-05-20tools: iio: iio_generic_buffer: fix types to matchMartin Kelly1-1/+4
2018-02-21tools: fix cross-compile var clobberingMartin Kelly1-2/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09iio: tools: add install sectionAndy Shevchenko1-1/+9
2017-08-09iio: tools: move to tools buildsystemAndy Shevchenko2-20/+51
2017-05-07iio: tools: generic_buffer: increase trigger lengthEugen Hristev1-1/+1
2017-04-27tools/iio: Use include/uapi with __EXPORTED_HEADERS__Sekhar Nori1-1/+1
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/jic...Greg 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