History log of /linux-master/tools/testing/selftests/gpio/.gitignore
Revision Date Author Comments
# b2bb90c8 13-Dec-2021 Bartosz Golaszewski <brgl@bgdev.pl>

selftests: gpio: add a helper for reading GPIO line names

Add a simple program that allows to read GPIO line names from the
character device. This will be used in gpio-sim selftests.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>


# 16c138f3 13-Dec-2021 Bartosz Golaszewski <brgl@bgdev.pl>

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>


# 542104ee 24-Feb-2021 Bartosz Golaszewski <bgolaszewski@baylibre.com>

selftests: gpio: update .gitignore

The executable that we build for GPIO selftests was renamed to
gpio-mockup-cdev. Let's update .gitignore so that we don't show it
as an untracked file.

Fixes: 8bc395a6a2e2 ("selftests: gpio: rework and simplify test implementation")
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Kent Gibson <warthog618@gmail.com>


# d198b34f 03-Mar-2020 Masahiro Yamada <masahiroy@kernel.org>

.gitignore: add SPDX License Identifier

Add SPDX License Identifier to all .gitignore files.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


# be7b89ee 05-Jan-2017 Shuah Khan <shuah@kernel.org>

selftests: gpio add .gitignore for generated files

Add .gitignore for generated files

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>