[PATCH v2 1/4] nvmem: rockchip-efuse: Change initcall to subsys
Kevin Hilman
khilman at baylibre.com
Thu Aug 18 11:28:58 PDT 2016
Finlye Xiao <finley.xiao at rock-chips.com> writes:
> From: Finley Xiao <finley.xiao at rock-chips.com>
>
> We will register a cpufreq notifier for adjusting opp's voltage, and it
> need to fetch cpu's leakage from efuse in the notifier_call. so the efuse
> driver should probe before cpufreq driver.
>
> Signed-off-by: Finley Xiao <finley.xiao at rock-chips.com>
Why can't this be handled with deferred probling? initcall ordering is
a can of worms.
Kevin
More information about the linux-arm-kernel
mailing list