diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-09 17:06:28 +0200 |
commit | 4672a4a9fbfe316e1153682b0790af6446255a50 (patch) | |
tree | 7103f98cd5ae99b45e2d49ef9d8a98517b1f1064 /drivers/gpio/gpiolib-of.c | |
parent | 93e0272a4395819d51c7501b3cde771863ccecd2 (diff) | |
parent | a6175e894d88025f0aa0a2cbccdf4fe74c113b65 (diff) |
Merge branch 'devel' into for-next
Diffstat (limited to 'drivers/gpio/gpiolib-of.c')
-rw-r--r-- | drivers/gpio/gpiolib-of.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpio/gpiolib-of.c b/drivers/gpio/gpiolib-of.c index 219eb0054233..236985714ea9 100644 --- a/drivers/gpio/gpiolib-of.c +++ b/drivers/gpio/gpiolib-of.c @@ -25,6 +25,9 @@ /** * of_gpio_spi_cs_get_count() - special GPIO counting for SPI + * @dev: Consuming device + * @con_id: Function within the GPIO consumer + * * Some elder GPIO controllers need special quirks. Currently we handle * the Freescale GPIO controller with bindings that doesn't use the * established "cs-gpios" for chip selects but instead rely on |