Re: [PATCH v10 1/2] cpufreq: Add Kryo CPU scaling driver

From: Viresh Kumar
Date: Wed May 23 2018 - 06:57:38 EST


On 23 May 2018 at 17:17, <ilialin@xxxxxxxxxxxxxx> wrote:
> The nvmem will return EPROBE_DEFER, and so will my driver's init. But then no one will call the init again.

So even your driver needs to be registered as a platform driver then
and you can create its device
from the init function, and add a comment on why you create the
platform device in the driver itself.

--
viresh