On Thu, Jul 15, 2010 at 09:39:22PM +0530, Rabin Vincent wrote:
In your earlier patch, you proceeded with the probe if the error from
clk_get() was -ENOENT, but not in this version. Isn't the -ENOENT
special handling preferable, since it avoids the need to change all
existing platforms?
Well, the problem is that most platforms now declare their clocks
such that asking for the pclk will match the functional clock.
I have a patch which adds dummy pclks to all ARM AMBA using platforms.
This patch comes before the pclk-using patch to so that things
shouldn't break.