diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2020-07-08 09:24:37 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2020-07-08 09:24:37 +0200 |
commit | a6175e894d88025f0aa0a2cbccdf4fe74c113b65 (patch) | |
tree | 8a36d578066f66958e30bb0c9a64af6f78448a74 /drivers/gpio/gpiolib-of.c | |
parent | ec75039d55500ee033236aa25f7642a5b449a23c (diff) | |
parent | a7a9ad232f02e6aa659cc9b58b72b1a30dccd1a6 (diff) |
Merge branch 'lee-fixes' into devel
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 |