diff options
author | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-13 13:21:56 +0300 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2021-12-17 14:26:13 +0300 |
commit | 16c138f338b62dd0a339b9d0ca819426231be7f6 (patch) | |
tree | 5bc5c7d2e6dc0d55a021306a1fc8f89b87b1ac52 /tools/testing/selftests/gpio/.gitignore | |
parent | cb8c474e79be458f58e9df073f51ca159f3a2aa0 (diff) | |
download | linux-16c138f338b62dd0a339b9d0ca819426231be7f6.tar.xz |
selftests: gpio: provide a helper for reading chip info
Add a simple program that allows to retrieve chip properties from the
GPIO character device. This will be used in gpio-sim selftests.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/testing/selftests/gpio/.gitignore')
-rw-r--r-- | tools/testing/selftests/gpio/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/gpio/.gitignore b/tools/testing/selftests/gpio/.gitignore index a4969f7ee020..4ea4f58dab1a 100644 --- a/tools/testing/selftests/gpio/.gitignore +++ b/tools/testing/selftests/gpio/.gitignore @@ -1,2 +1,3 @@ # SPDX-License-Identifier: GPL-2.0-only gpio-mockup-cdev +gpio-chip-info |