* [PATCH] pinctrl: tegra: add missing kerneldoc
@ 2014-04-15 17:02 Stephen Warren
2014-04-22 14:56 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-04-15 17:02 UTC (permalink / raw)
To: linux-arm-kernel
From: Stephen Warren <swarren@nvidia.com>
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>
---
This depends on the 4-long series I sent yesterday, for patch context.
drivers/pinctrl/pinctrl-tegra.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/pinctrl/pinctrl-tegra.h b/drivers/pinctrl/pinctrl-tegra.h
index 24c5a91230bb..8d94d1332e7b 100644
--- a/drivers/pinctrl/pinctrl-tegra.h
+++ b/drivers/pinctrl/pinctrl-tegra.h
@@ -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.
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] pinctrl: tegra: add missing kerneldoc
2014-04-15 17:02 [PATCH] pinctrl: tegra: add missing kerneldoc Stephen Warren
@ 2014-04-22 14:56 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2014-04-22 14:56 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Apr 15, 2014 at 7:02 PM, Stephen Warren <swarren@wwwdotorg.org> wrote:
> From: Stephen Warren <swarren@nvidia.com>
>
> 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>
> ---
> This depends on the 4-long series I sent yesterday, for patch context.
Patch applied.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-22 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 17:02 [PATCH] pinctrl: tegra: add missing kerneldoc Stephen Warren
2014-04-22 14:56 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).