[PATCH v2 14/16] cpufreq: Add cpufreq driver for Tegra124
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2014-07-23 16:50:18
Also in:
linux-devicetree, linux-pm, linux-tegra, lkml
From: viresh.kumar@linaro.org (Viresh Kumar)
Date: 2014-07-23 16:50:18
Also in:
linux-devicetree, linux-pm, linux-tegra, lkml
On 23 July 2014 17:27, Tuomas Tynkkynen [off-list ref] wrote:
The platform device is required for the deferred probe that can happen if the DFLL driver hasn't initialized yet, and module_init() callbacks don't seem to respect -EPROBE_DEFER.
Oh, which call in this file will return EPROBE_DEFER? I couldn't make out which one will depend on DFLL driver.