1. b0922c0 tools: gpio-utils: fix various kernel-doc warnings by Randy Dunlap · 3 years, 9 months ago
  2. ef0d6d9 tools: gpio: remove uAPI v1 code no longer used by selftests by Kent Gibson · 4 years ago
  3. 1fc7c1e tools: gpio: fix %llu warning in gpio-watch.c by Kent Gibson · 4 years ago
  4. 2fe7c2f tools: gpio: fix %llu warning in gpio-event-mon.c by Kent Gibson · 4 years ago
  5. e0822cf tools: gpio: add option to report wall-clock time to gpio-event-mon by Kent Gibson · 4 years, 2 months ago
  6. da777be tools: gpio: add support for reporting realtime event clock to lsgpio by Kent Gibson · 4 years, 2 months ago
  7. cf048e0 tools: gpio: add debounce support to gpio-event-mon by Kent Gibson · 4 years, 3 months ago
  8. 62757c3 tools: gpio: add multi-line monitoring to gpio-event-mon by Kent Gibson · 4 years, 3 months ago
  9. 0acda97 tools: gpio: port gpio-event-mon to v2 uAPI by Kent Gibson · 4 years, 3 months ago
  10. 7ff6d1d tools: gpio: port gpio-hammer to v2 uAPI by Kent Gibson · 4 years, 3 months ago
  11. ed60aee tools: gpio: rename nlines to num_lines by Kent Gibson · 4 years, 3 months ago
  12. e86a863 tools: gpio: port gpio-watch to v2 uAPI by Kent Gibson · 4 years, 3 months ago
  13. 3c333c4 tools: gpio: port lsgpio to v2 uAPI by Kent Gibson · 4 years, 3 months ago
  14. df51f40 tools: gpio: fix spurious close warning in gpio-event-mon by Kent Gibson · 4 years, 6 months ago
  15. e890678 tools: gpio: fix spurious close warning in gpio-utils by Kent Gibson · 4 years, 6 months ago
  16. ef3c61a0 tools: gpio: fix spurious close warning in lsgpio by Kent Gibson · 4 years, 6 months ago
  17. 3831c05 tools: gpio: add bias flags to lsgpio by Kent Gibson · 4 years, 8 months ago
  18. 828907e Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 4 years, 9 months ago
  19. 82f04bf tools: gpio: Fix out-of-tree build regression by Anssi Hannula · 4 years, 9 months ago
  20. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  21. 9755162 tools: gpio: Fix typo in gpio-utils by Mykyta Poturai · 4 years, 9 months ago
  22. 1003bc1 tools: gpio-hammer: Apply scripts/Lindent and retain good changes by Gabriel Ravier · 4 years, 10 months ago
  23. 55f17e2 tools: gpio-hammer: fix spelling mistake: "occurences" -> "occurrences" by Colin Ian King · 4 years, 10 months ago
  24. d1ee7e1 tools: gpio-hammer: Avoid potential overflow in main by Gabriel Ravier · 4 years, 10 months ago
  25. 33f0c47 tools: gpio: implement gpio-watch by Bartosz Golaszewski · 5 years ago
  26. 0161a94 tools: gpio: Correctly add make dependencies for gpio_utils by Laura Abbott · 5 years ago
  27. 4a6a6f5 tools: gpio: Use !building_out_of_srctree to determine srctree by Shuah Khan · 5 years ago
  28. 2ec98f5 Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 5 years ago
  29. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  30. ef9ace6 tools: gpio: Add include/linux/gpio.h to .gitignore by Kelsey Skunberg · 6 years ago
  31. 4ccc98a tools gpio: Allow overriding CFLAGS by Jiri Olsa · 6 years ago
  32. 95260c1 Merge tag 'v4.16-rc5' into devel by Linus Walleij · 7 years ago
  33. 03fd11b tools/gpio/gpio-event-mon: fix warning by Anders Roxell · 7 years ago
  34. 7ed1c19 tools: fix cross-compile var clobbering by Martin Kelly · 7 years ago
  35. 1696784 tools/gpio: Fix build error with musl libc by Joel Stanley · 7 years ago
  36. 92e70b8 tools/gpio: Don't use u_int32_t by Jonathan Neuschäfer · 7 years ago
  37. 6aa2f94 Merge tag 'gpio-v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 7 years ago
  38. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  39. d327a224 tools: gpio: Print error string on IOCTL failures by Jacopo Mondi · 7 years ago
  40. 38575ed gpio-hammer: fix make consumer_label suitable to work on gpio-nails by Uwe Kleine-König · 8 years ago
  41. 3d301cb gpio: tools: add .gitignore for generated files by Shuah Khan · 8 years ago
  42. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  43. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  44. 74100bb tools/gpio: re-work gpio hammer with gpio operations by Bamvor Jian Zhang · 8 years ago
  45. e1acec0e tools/gpio: add gpio basic opereations by Bamvor Jian Zhang · 8 years ago
  46. 925baf3 tools/gpio: fix gpio-event-mon header comment by Baruch Siach · 8 years ago
  47. 5349910 tools/gpio: add install section by Andy Shevchenko · 9 years ago
  48. 8674cea tools/gpio: move to tools buildsystem by Andy Shevchenko · 9 years ago
  49. 97f6974 tools/gpio: add the gpio-event-mon tool by Linus Walleij · 9 years ago
  50. 2a144dd tools/gpio: add the gpio-hammer tool by Linus Walleij · 9 years ago
  51. 691998f tools/gpio: Add missing initialization of device_name by Geert Uytterhoeven · 9 years ago
  52. f6a49e5 tools/gpio: Enable compiler optimization to catch more bugs by Geert Uytterhoeven · 9 years ago
  53. 214338e gpio: present the consumer of a line to userspace by Linus Walleij · 9 years ago
  54. bb91d34 tools: gpio: Small updates for output format by Markus Pargmann · 9 years ago
  55. 521a2ad gpio: add userspace ABI for GPIO line information by Linus Walleij · 9 years ago
  56. df4878e gpio: store reflect the label to userspace by Linus Walleij · 9 years ago
  57. 6d591c4 tools/gpio: create GPIO tools by Linus Walleij · 9 years ago