gpio: mockup: implement naming the lines
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 6 Feb 2017 12:10:37 +0000 (13:10 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 6 Feb 2017 13:22:11 +0000 (14:22 +0100)
commit8a68ea00a62e7ec33e9e4e7f3d9c2a845943c58d
treef5e1bdce38a311f540f9d3c5052a708a21d668a2
parente4ba07bf8d1481e440d1f49652c96567f9560fdc
gpio: mockup: implement naming the lines

In order to allow testing line lookup by name from user space, add
a new boolean parameter that indicates whether we want the lines to
be named. The name is created by concatenating the chip name and the
line offset value.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-mockup.c