]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/cpufreq.h
cpufreq: Introduce ->ready() callback for cpufreq drivers
[karo-tx-linux.git] / include / linux / cpufreq.h
index db3c1308567126cbd0fbd070b9d3091765b7f630..4d078cebafd2dd5f059c65bd75a683a81b80e15f 100644 (file)
@@ -267,6 +267,10 @@ struct cpufreq_driver {
        void            (*stop_cpu)(struct cpufreq_policy *policy);
        int             (*suspend)(struct cpufreq_policy *policy);
        int             (*resume)(struct cpufreq_policy *policy);
+
+       /* Will be called after the driver is fully initialized */
+       void            (*ready)(struct cpufreq_policy *policy);
+
        struct freq_attr **attr;
 
        /* platform specific boost support code */