[PATCH V3 Resend] cpufreq: create cpufreq_generic_get() routine

Viresh Kumar viresh.kumar at linaro.org
Thu Jan 9 09:44:19 EST 2014


On 9 January 2014 17:03, Russell King - ARM Linux
<linux at arm.linux.org.uk> wrote:
> No, it implements only what it's clk API implementation requires.

I understand that platform specific parts/drivers aren't using anything
outside of the clk API's currently implemented. But then there are
generic parts of kernel which are free to use this routine. They
may or may not call it on that particular platform, which is currently
happening for SA1100. And so I feel that we need to have dummy
APIs like clk.h in there, as they wouldn't harm at all or break any
existing stuff.

> I've no idea at the moment, and I don't have time to look at this.

Okay. I will go ahead with dummy implementations for now. See
if you can give that a short review.

Thanks.



More information about the linux-arm-kernel mailing list