From: Dmitry Torokhov Date: Tue, 16 Dec 2014 23:09:39 +0000 (-0800) Subject: cpufreq-dt: defer probing if OPP table is not ready X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~345^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a041a4f58f32989460e37cb4f9aed5183f357f;p=pandora-kernel.git cpufreq-dt: defer probing if OPP table is not ready cpufreq-dt driver supports mode when OPP table is provided by platform code and not device tree. However on certain platforms code that fills OPP table may run after cpufreq driver tries to initialize, so let's report -EPROBE_DEFER if we do not find any entires in OPP table for the CPU. Signed-off-by: Dmitry Torokhov Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed