On Tue, 26 Nov 2013, Tero Kristo wrote: > The OMAP clock driver now supports DPLL clock type. This patch also > adds support for DT DPLL nodes. > > Signed-off-by: Tero Kristo <t-kristo@xxxxxx> ... > diff --git a/drivers/clk/ti/dpll.c b/drivers/clk/ti/dpll.c > new file mode 100644 > index 0000000..921a409 > --- /dev/null > +++ b/drivers/clk/ti/dpll.c > @@ -0,0 +1,597 @@ ... > +/** > + * of_ti_dpll_setup - Setup function for OMAP DPLL clocks > + * > + * @node: device node containing the DPLL info > + * @ops: ops for the DPLL > + * @ddt: DPLL data template to use > + * @init_flags: flags for controlling init types > + */ The kerneldoc-nano for this function isn't right. The blank line before the arguments should be removed. - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html