Searched hist:"3 ea47b447da0b8e93735612f2b0d128dba4d7524" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpio/ |
H A D | gpio-mockup.c | diff 3ea47b447da0b8e93735612f2b0d128dba4d7524 Tue Sep 25 06:29:46 CDT 2018 Bartosz Golaszewski <brgl@bgdev.pl> gpio: mockup: use device properties instead of platform_data
Some users want to introduce device tree support to the mockup driver. Let's make it easier by switching to using generic device properties. The driver stays compatible with previous use cases and after this conversion there'll be no need to change the way probing of mockup GPIO chips works.
Tested with libgpiod test suite.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
|