aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-05selftest: gpio: remove obsolete gpio-mockup testKent Gibson1-6/+3
2023-06-29Merge tag 'gpio-updates-for-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+2
2023-06-16selftests: gpio: gpio-sim: Use same variable name for sysfs pathnameAndy Shevchenko1-2/+2
2023-05-11selftests: gpio: gpio-sim: Fix BUG: test FAILED due to recent changeMirsad Todorovac1-0/+3
2023-02-13selftests: gpio: Fix incorrect kernel headers search pathMathieu Desnoyers1-1/+1
2022-11-25selftests: gpio: Use "grep -E" instead of "egrep"Tiezhu Yang1-1/+1
2022-07-20selftests: gpio: fix include path to kernel headers for out of tree buildsKent Gibson1-1/+1
2022-01-11Merge tag 'gpio-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds6-2/+513
2021-12-17selftests: gpio: gpio-sim: avoid forking test twiceBartosz Golaszewski1-1/+1
2021-12-17selftests: gpio: gpio-sim: remove bashismsBartosz Golaszewski1-2/+2
2021-12-17selftests: gpio: add test cases for gpio-simBartosz Golaszewski3-1/+398
2021-12-17selftests: gpio: add a helper for reading GPIO line namesBartosz Golaszewski3-1/+57
2021-12-17selftests: gpio: provide a helper for reading chip infoBartosz Golaszewski3-1/+59
2021-11-15selftests: gpio: restore CFLAGS optionsKent Gibson1-1/+1
2021-11-15selftests: gpio: fix uninitialised variable warningKent Gibson1-1/+1
2021-11-15selftests: gpio: fix gpio compiling errorLi Zhijian1-0/+1
2021-03-08selftests: gpio: update .gitignoreBartosz Golaszewski1-1/+1
2021-02-15selftests: gpio: add CONFIG_GPIO_CDEV to configKent Gibson1-0/+1
2021-02-15selftests: gpio: port to GPIO uAPI v2Kent Gibson2-10/+76
2021-02-15selftests: gpio: remove obsolete gpio-mockup-chardev.cKent Gibson1-323/+0
2021-02-15selftests: gpio: rework and simplify test implementationKent Gibson4-288/+535
2020-11-10selftests/gpio: Add to CLEAN rule rather than overridingMichael Ellerman1-4/+1
2020-11-10selftests/gpio: Fix build when source tree is read onlyMichael Ellerman1-5/+9
2020-11-10selftests/gpio: Move include of lib.mk upMichael Ellerman1-3/+3
2020-11-10selftests/gpio: Use TEST_GEN_PROGS_EXTENDEDMichael Ellerman1-5/+3
2020-04-23selftests: add build/cross-build dependency check scriptShuah Khan1-6/+6
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-08selftest/gpio: Remove duplicate headerSabyasachi Gupta1-1/+0
2019-01-16selftests: gpio-mockup-chardev: Check asprintf() for errorGeert Uytterhoeven1-3/+6
2018-12-17selftests: Fix test errors related to lib.mk khdr targetShuah Khan1-3/+3
2018-11-27selftests: gpio: Find libmount with pkg-config if availableDaniel Díaz1-2/+8
2018-10-24selftests: gpio: Fix OUTPUT directory in MakefileDaniel Díaz1-3/+3
2018-10-24selftests: gpio: restructure MakefileFathi Boudra1-17/+15
2018-09-05selftests: add headers_install to lib.mkAnders Roxell1-5/+2
2018-07-09gpio: selftests: gpio-mockup-chardev GPIOHANDLE_REQUEST_OUTPUT fixRafael David Tinoco1-3/+3
2018-05-30selftests: gpio: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)1-4/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-04-25selftests: gpio: fix clean target to remove all generated files and dirsShuah Khan1-1/+7
2017-04-25selftests: gpio: override clean in lib.mk to fix warningsShuah Khan1-1/+2
2017-04-21selftests: gpio: add config fragment for gpio-mockupFathi Boudra1-0/+2
2017-01-11selftests: gpio add .gitignore for generated filesShuah Khan1-0/+1
2016-12-13selftest/gpio: add gpio test caseBamvor Jian Zhang4-0/+682