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 <redacted>
...
quoted hunk ↗ jump to hunk
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
...
+/**
+ * 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