aboutsummaryrefslogtreecommitdiff
path: root/tools/gpio
AgeCommit message (Expand)AuthorFilesLines
2020-07-12tools: gpio: fix spurious close warning in gpio-event-monGravatar Kent Gibson 1-1/+2
2020-07-12tools: gpio: fix spurious close warning in gpio-utilsGravatar Kent Gibson 1-2/+2
2020-07-12tools: gpio: fix spurious close warning in lsgpioGravatar Kent Gibson 1-1/+2
2020-05-05tools: gpio: add bias flags to lsgpioGravatar Kent Gibson 1-0/+12
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 6-7/+132
2020-03-27tools: gpio: Fix out-of-tree build regressionGravatar Anssi Hannula 1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-25tools: gpio: Fix typo in gpio-utilsGravatar Mykyta Poturai 1-3/+3
2020-03-25tools: gpio-hammer: Apply scripts/Lindent and retain good changesGravatar Gabriel Ravier 1-1/+1
2020-03-25tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences"Gravatar Colin Ian King 1-1/+1
2020-03-25tools: gpio-hammer: Avoid potential overflow in mainGravatar Gabriel Ravier 1-1/+16
2020-02-12tools: gpio: implement gpio-watchGravatar Bartosz Golaszewski 4-1/+111
2019-11-13tools: gpio: Correctly add make dependencies for gpio_utilsGravatar Laura Abbott 2-3/+8
2019-10-22tools: gpio: Use !building_out_of_srctree to determine srctreeGravatar Shuah Khan 1-1/+5
2019-07-09Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 5-19/+5
2019-05-20tools: gpio: Add include/linux/gpio.h to .gitignoreGravatar Kelsey Skunberg 1-1/+1
2018-12-28tools gpio: Allow overriding CFLAGSGravatar Jiri Olsa 1-1/+1
2018-03-18Merge tag 'v4.16-rc5' into develGravatar Linus Walleij 1-2/+0
2018-03-01tools/gpio/gpio-event-mon: fix warningGravatar Anders Roxell 1-1/+1
2018-02-21tools: fix cross-compile var clobberingGravatar Martin Kelly 1-2/+0
2017-12-21tools/gpio: Fix build error with musl libcGravatar Joel Stanley 1-0/+1
2017-12-20tools/gpio: Don't use u_int32_tGravatar Jonathan Neuschäfer 1-4/+5
2017-11-14Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-07tools: gpio: Print error string on IOCTL failuresGravatar Jacopo Mondi 1-7/+10
2017-01-26gpio-hammer: fix make consumer_label suitable to work on gpio-nailsGravatar Uwe Kleine-König 1-1/+1
2017-01-11gpio: tools: add .gitignore for generated filesGravatar Shuah Khan 1-0/+4
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-1/+1
2016-12-11make use of make variable CURDIR instead of calling pwdGravatar Uwe Kleine-König 1-1/+1
2016-10-24tools/gpio: re-work gpio hammer with gpio operationsGravatar Bamvor Jian Zhang 1-50/+17
2016-10-24tools/gpio: add gpio basic opereationsGravatar Bamvor Jian Zhang 2-0/+272
2016-08-08tools/gpio: fix gpio-event-mon header commentGravatar Baruch Siach 1-1/+1
2016-06-23tools/gpio: add install sectionGravatar Andy Shevchenko 1-1/+9
2016-06-23tools/gpio: move to tools buildsystemGravatar Andy Shevchenko 2-8/+64
2016-06-15tools/gpio: add the gpio-event-mon toolGravatar Linus Walleij 2-2/+195
2016-06-15tools/gpio: add the gpio-hammer toolGravatar Linus Walleij 2-2/+192
2016-03-31tools/gpio: Add missing initialization of device_nameGravatar Geert Uytterhoeven 1-1/+1
2016-03-31tools/gpio: Enable compiler optimization to catch more bugsGravatar Geert Uytterhoeven 1-1/+1
2016-02-25gpio: present the consumer of a line to userspaceGravatar Linus Walleij 1-3/+3
2016-02-23tools: gpio: Small updates for output formatGravatar Markus Pargmann 1-2/+2
2016-02-19gpio: add userspace ABI for GPIO line informationGravatar Linus Walleij 2-12/+81
2016-02-19gpio: store reflect the label to userspaceGravatar Linus Walleij 1-2/+2
2016-02-09tools/gpio: create GPIO toolsGravatar Linus Walleij 4-0/+176