]> git.baikalelectronics.ru Git - kernel.git/commit
gpio: mockup: implement gpio_mockup_set_multiple()
authorBartosz Golaszewski <brgl@bgdev.pl>
Mon, 27 Nov 2017 10:48:51 +0000 (11:48 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 2 Dec 2017 21:42:30 +0000 (22:42 +0100)
commit69fbce85320f52494707b56d34b5d264bd6a8f79
tree4c57f787a56e7a178b95f2514165dc6c2768d3f2
parent3738d831577b612d3e09fd2f3b9862b4ab8feb17
gpio: mockup: implement gpio_mockup_set_multiple()

Implement the set_multiple() callback and register it with the gpiolib
framework. This is only meant to also test the internal kernel API.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mockup.c