]> asedeno.scripts.mit.edu Git - linux.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)
commitc47bee95f62748baed83ca56c6f8c73c830f986e
tree4c57f787a56e7a178b95f2514165dc6c2768d3f2
parent2a9d742c2699f7d4a7c23f330520d75872810ade
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