summaryrefslogtreecommitdiffstats
path: root/tools/gpio
Commit message (Expand)AuthorAgeFilesLines
* tools: gpio-utils: fix various kernel-doc warningsRandy Dunlap2021-03-261-9/+9
* tools: gpio: remove uAPI v1 code no longer used by selftestsKent Gibson2021-02-152-95/+0
* tools: gpio: fix %llu warning in gpio-watch.cKent Gibson2021-01-181-2/+3
* tools: gpio: fix %llu warning in gpio-event-mon.cKent Gibson2021-01-181-2/+2
* tools: gpio: add option to report wall-clock time to gpio-event-monKent Gibson2020-12-051-1/+5
* tools: gpio: add support for reporting realtime event clock to lsgpioKent Gibson2020-12-051-0/+4
* tools: gpio: add debounce support to gpio-event-monKent Gibson2020-09-301-3/+17
* tools: gpio: add multi-line monitoring to gpio-event-monKent Gibson2020-09-301-11/+34
* tools: gpio: port gpio-event-mon to v2 uAPIKent Gibson2020-09-301-44/+47
* tools: gpio: port gpio-hammer to v2 uAPIKent Gibson2020-09-303-45/+197
* tools: gpio: rename nlines to num_linesKent Gibson2020-09-303-26/+26
* tools: gpio: port gpio-watch to v2 uAPIKent Gibson2020-09-301-8/+8
* tools: gpio: port lsgpio to v2 uAPIKent Gibson2020-09-301-22/+38
* tools: gpio: fix spurious close warning in gpio-event-monKent Gibson2020-07-121-1/+2
* tools: gpio: fix spurious close warning in gpio-utilsKent Gibson2020-07-121-2/+2
* tools: gpio: fix spurious close warning in lsgpioKent Gibson2020-07-121-1/+2
* tools: gpio: add bias flags to lsgpioKent Gibson2020-05-051-0/+12
* Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2020-04-046-7/+132
|\
| * tools: gpio: Fix out-of-tree build regressionAnssi Hannula2020-03-271-1/+1
| * tools: gpio: Fix typo in gpio-utilsMykyta Poturai2020-03-251-3/+3
| * tools: gpio-hammer: Apply scripts/Lindent and retain good changesGabriel Ravier2020-03-251-1/+1
| * tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences"Colin Ian King2020-03-251-1/+1
| * tools: gpio-hammer: Avoid potential overflow in mainGabriel Ravier2020-03-251-1/+16
| * tools: gpio: implement gpio-watchBartosz Golaszewski2020-02-124-1/+111
* | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
|/
* tools: gpio: Correctly add make dependencies for gpio_utilsLaura Abbott2019-11-132-3/+8
* tools: gpio: Use !building_out_of_srctree to determine srctreeShuah Khan2019-10-221-1/+5
* Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-091-1/+1
|\
| * tools: gpio: Add include/linux/gpio.h to .gitignoreKelsey Skunberg2019-05-201-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-19/+5
|/
* tools gpio: Allow overriding CFLAGSJiri Olsa2018-12-281-1/+1
* Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-181-2/+0
|\
| * tools: fix cross-compile var clobberingMartin Kelly2018-02-211-2/+0
* | tools/gpio/gpio-event-mon: fix warningAnders Roxell2018-03-011-1/+1
|/
* tools/gpio: Fix build error with musl libcJoel Stanley2017-12-211-0/+1
* tools/gpio: Don't use u_int32_tJonathan Neuschäfer2017-12-201-4/+5
* Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-141-7/+10
|\
| * tools: gpio: Print error string on IOCTL failuresJacopo Mondi2017-10-071-7/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* gpio-hammer: fix make consumer_label suitable to work on gpio-nailsUwe Kleine-König2017-01-261-1/+1
* gpio: tools: add .gitignore for generated filesShuah Khan2017-01-111-0/+4
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-171-1/+1
|\
| * make use of make variable CURDIR instead of calling pwdUwe Kleine-König2016-12-111-1/+1
* | tools/gpio: re-work gpio hammer with gpio operationsBamvor Jian Zhang2016-10-241-50/+17
* | tools/gpio: add gpio basic opereationsBamvor Jian Zhang2016-10-242-0/+272
|/
* tools/gpio: fix gpio-event-mon header commentBaruch Siach2016-08-081-1/+1
* tools/gpio: add install sectionAndy Shevchenko2016-06-231-1/+9
* tools/gpio: move to tools buildsystemAndy Shevchenko2016-06-232-8/+64
* tools/gpio: add the gpio-event-mon toolLinus Walleij2016-06-152-2/+195
* tools/gpio: add the gpio-hammer toolLinus Walleij2016-06-152-2/+192