diff options
| author | Linus Walleij <linus.walleij@linaro.org> | 2016-02-12 08:48:23 -0500 |
|---|---|---|
| committer | Linus Walleij <linus.walleij@linaro.org> | 2016-02-19 03:48:41 -0500 |
| commit | df4878e969ccc047da45d2cd3af5d08031da1593 (patch) | |
| tree | 2677387492b60fd5c6a42a317bde0e7e965aa8fa /include/linux/gpio | |
| parent | 0a7439ef755d46a2e61d460d7a440f7fa65d7182 (diff) | |
gpio: store reflect the label to userspace
The gpio_chip label is useful for userspace to understand what
kind of GPIO chip it is dealing with. Let's store a copy of this
label in the gpio_device, add it to the struct passed to userspace
for GPIO_GET_CHIPINFO_IOCTL and modify lsgpio to show it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'include/linux/gpio')
| -rw-r--r-- | include/linux/gpio/driver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/gpio/driver.h b/include/linux/gpio/driver.h index ff96d0f9fceb..639607658ed8 100644 --- a/include/linux/gpio/driver.h +++ b/include/linux/gpio/driver.h | |||
| @@ -21,7 +21,8 @@ struct gpio_device; | |||
| 21 | 21 | ||
| 22 | /** | 22 | /** |
| 23 | * struct gpio_chip - abstract a GPIO controller | 23 | * struct gpio_chip - abstract a GPIO controller |
| 24 | * @label: for diagnostics | 24 | * @label: a functional name for the GPIO device, such as a part |
| 25 | * number or the name of the SoC IP-block implementing it. | ||
| 25 | * @gpiodev: the internal state holder, opaque struct | 26 | * @gpiodev: the internal state holder, opaque struct |
| 26 | * @parent: optional parent device providing the GPIOs | 27 | * @parent: optional parent device providing the GPIOs |
| 27 | * @owner: helps prevent removal of modules exporting active GPIOs | 28 | * @owner: helps prevent removal of modules exporting active GPIOs |
