]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
gpiolib: Document new gpio_chip.init_valid_mask field
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 1 Jul 2019 14:26:50 +0000 (16:26 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Jul 2019 07:33:57 +0000 (09:33 +0200)
A new field init_valid_mask was added to struct gpio_chip, but it was
not documented.

Fixes: f8ec92a9f63b3b11 ("gpiolib: Add init_valid_mask exported function")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20190701142650.25122-1-geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/linux/gpio/driver.h

index 5d325fd29d6b166fcfb0e90de87921ffa4c5ce83..8d58386aadd5d1fee3fba1642133b9969cd40c94 100644 (file)
@@ -194,6 +194,8 @@ struct gpio_irq_chip {
  * @dbg_show: optional routine to show contents in debugfs; default code
  *     will be used when this is omitted, but custom code can show extra
  *     state (such as pullup/pulldown configuration).
+ * @init_valid_mask: optional routine to initialize @valid_mask, to be used if
+ *     not all GPIOs are valid.
  * @base: identifies the first GPIO number handled by this chip;
  *     or, if negative during registration, requests dynamic ID allocation.
  *     DEPRECATION: providing anything non-negative and nailing the base