]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: mockup: rework debugfs interface
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 17 Jan 2019 15:30:27 +0000 (16:30 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Tue, 19 Feb 2019 16:42:29 +0000 (17:42 +0100)
commit4ed6199559fe276873d415e70e589ab9a7468dfb
treed95436b7b341065e2e28029ff654fe5b5d951eb7
parentdc833afd48c7b13a4d992d128b16a47c17e84e4e
gpio: mockup: rework debugfs interface

Modify the way the debugfs interface works in gpio-mockup. Introduce
the concept of dummy pull config which will keep the mockup lines in
known state. The pull values can be modified by writing to the debugfs
files corresponding to lines. Lines in input mode always report the
current pull value, lines in output mode change the line value but
it will revert back to the one specified by current pull when released.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-mockup.c