gpio: Document device_node's det_debounce
authorRoland Stigge <stigge@antcom.de>
Tue, 25 Sep 2012 07:56:14 +0000 (09:56 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 30 Sep 2012 08:27:01 +0000 (10:27 +0200)
This patch adds documentation for set_debounce in struct device_node.

Signed-off-by: Roland Stigge <stigge@antcom.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
include/asm-generic/gpio.h

index 365ea09ed3b05c951b328fa95c51dbe82182566e..a9432fc6b8ba7ade0b50d85c2582e81998c301fe 100644 (file)
@@ -60,6 +60,8 @@ struct device_node;
  * @get: returns value for signal "offset"; for output signals this
  *     returns either the value actually sensed, or zero
  * @direction_output: configures signal "offset" as output, or returns error
+ * @set_debounce: optional hook for setting debounce time for specified gpio in
+ *      interrupt triggered gpio chips
  * @set: assigns output value for signal "offset"
  * @to_irq: optional hook supporting non-static gpio_to_irq() mappings;
  *     implementation may not sleep
This page took 0.030286 seconds and 5 git commands to generate.