[PATCHv10 04/41] CLK: TI: Add DPLL clock support

Paul Walmsley paul at pwsan.com
Tue Dec 17 03:40:20 EST 2013


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 at ti.com>

...

> 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



More information about the linux-arm-kernel mailing list