aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/gpio/gpio-chip-info.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-12-17selftests: gpio: provide a helper for reading chip infoBartosz Golaszewski1-0/+57
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>