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