]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
pinctrl: tegra: add missing kerneldoc
authorStephen Warren <swarren@nvidia.com>
Tue, 15 Apr 2014 17:02:03 +0000 (11:02 -0600)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 22 Apr 2014 14:55:41 +0000 (16:55 +0200)
The kerneldoc for struct tegra_pingroup didn't describe all of the fields
in the struct. Add some extra kerneldoc to fix that.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-tegra.h

index 24c5a91230bb5390272511a68a4f3e15a4c47d09..8d94d1332e7b48a5f5d534a29829f7d0ce868048 100644 (file)
@@ -78,6 +78,10 @@ struct tegra_function {
 
 /**
  * struct tegra_pingroup - Tegra pin group
+ * @name               The name of the pin group.
+ * @pins               An array of pin IDs included in this pin group.
+ * @npins              The number of entries in @pins.
+ * @funcs              The mux functions which can be muxed onto this group.
  * @mux_reg:           Mux register offset.
  *                     This register contains the mux, einput, odrain, lock,
  *                     ioreset, rcv_sel parameters.