On Mon, Jul 29, 2013 at 07:00:47PM +0200, Philipp Zabel wrote:

> +     clk = devm_clk_register(da9063->dev, &out_32k->clk_hw);
> +     if (IS_ERR(clk))
> +             return PTR_ERR(clk);
> +

This introduces a dependency on COMMON_CLK.  It might be best to make
this a function device in drivers/clk, and for something like this we
really ought to be able to create regmap helpers though that can be done
later on.

Attachment: signature.asc
Description: Digital signature

Reply via email to