From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Wed, 23 Jul 2014 22:20:14 +0530 Subject: [PATCH v2 14/16] cpufreq: Add cpufreq driver for Tegra124 In-Reply-To: <53CFA33F.6030307@nvidia.com> References: <1405957142-19416-1-git-send-email-ttynkkynen@nvidia.com> <1405957142-19416-15-git-send-email-ttynkkynen@nvidia.com> <53CFA33F.6030307@nvidia.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 23 July 2014 17:27, Tuomas Tynkkynen 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.