aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2012-03-02 10:52:46 -0500
committerLinus Walleij <linus.walleij@linaro.org>2012-03-02 10:52:46 -0500
commit962bcbc57aa244eeb1176fa2e9f65ac865cca68a (patch)
tree0a0c1b66b5113906d0930e102dfd7d2b408e8c1a
parent110e4ec5a1cfe20190e7f8c2b8b4eef369de3c99 (diff)
pinctrl: fix the pin descriptor kerneldoc
The introduction of the owner field on the pin descriptor was not properly documented so fix this up. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
-rw-r--r--drivers/pinctrl/core.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/pinctrl/core.h b/drivers/pinctrl/core.h
index 97f8124b4381..e1dfdb3c144f 100644
--- a/drivers/pinctrl/core.h
+++ b/drivers/pinctrl/core.h
@@ -76,9 +76,7 @@ struct pinctrl {
76 * datasheet or such 76 * datasheet or such
77 * @dynamic_name: if the name of this pin was dynamically allocated 77 * @dynamic_name: if the name of this pin was dynamically allocated
78 * @lock: a lock to protect the descriptor structure 78 * @lock: a lock to protect the descriptor structure
79 * @mux_requested: whether the pin is already requested by pinmux or not 79 * @owner: the device holding this pin or NULL of no device has claimed it
80 * @mux_function: a named muxing function for the pin that will be passed to
81 * subdrivers and shown in debugfs etc
82 */ 80 */
83struct pin_desc { 81struct pin_desc {
84 struct pinctrl_dev *pctldev; 82 struct pinctrl_dev *pctldev;