]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: sim: new testing module
authorBartosz Golaszewski <brgl@bgdev.pl>
Tue, 7 Dec 2021 09:34:09 +0000 (10:34 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 17 Dec 2021 11:26:13 +0000 (12:26 +0100)
commiteee5b4460bf328e929707154671ebc8917bb2897
tree5569186140044e532e8ba13a3b62ee44b59a6b46
parent98644813d10cd79763c62fb72217277d92d25f70
gpio: sim: new testing module

Implement a new, modern GPIO testing module controlled by configfs
attributes instead of module parameters. The goal of this driver is
to provide a replacement for gpio-mockup that will be easily extensible
with new features and doesn't require reloading the module to change
the setup.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Documentation/admin-guide/gpio/gpio-sim.rst [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-sim.c [new file with mode: 0644]