Hi Catalin,
On 22/07/14 17:32, Catalin Marinas wrote:
On Tue, Jul 22, 2014 at 05:29:03PM +0100, Catalin Marinas wrote:
On Tue, Jul 22, 2014 at 03:07:40PM +0100, Mark Brown wrote:
On Tue, Jul 22, 2014 at 02:56:18PM +0100, Catalin Marinas wrote:
So, where this e37302045c441 (PM / OPP: Remove ARCH_HAS_OPP) commit? I can't find it in -next, nor mainline.
BTW, it's worth pointing out that the patch is still valid - ARCH_HAS_OPP does nothing any more and defining it has no value, it was only left in place to stop warnings from Kconfig as a transition after 049d595a4db3b3a (PM / OPP: Make OPP invisible to users in Kconfig) which is in Linus' tree.
OK. I'll add it for 3.17 (and drop the commit number above as I don't know where it comes from or whether it will still be valid.
Actually, after 049d595a4db3b3a, should arm64 select PM_OPP directly?
It could be selected by drivers using the OPP library instead. I don't think core arm64 will ever need to use that directly. Mostly it's used by cpufreq/devfreq drivers.
Previously PM_OPP depended on ARCH_HAS_OPP which was unnecessary and is removed in the above mentioned commit IIUC.
Regards, Sudeep