[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130729181554.GB9858@sirena.org.uk>
Date: Mon, 29 Jul 2013 19:15:54 +0100
From: Mark Brown <broonie@...nel.org>
To: Philipp Zabel <p.zabel@...gutronix.de>
Cc: linux-kernel@...r.kernel.org, Samuel Ortiz <sameo@...ux.intel.com>,
Lee Jones <lee.jones@...aro.org>,
Krystian Garbaciak <krystian.garbaciak@...semi.com>
Subject: Re: [PATCH v3 6/6] mfd: da9063: add 32 kHz output clock to clock tree
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.
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists