Expand description
CPU frequency driver flags.
Constants§
- Allows post-change notifications outside of the
target()
routine. - Platform where constants like
loops_per_jiffy
are unaffected by frequency changes. - Supports multiple clock domains with per-policy governors in
cpu/cpuN/cpufreq/
. - Register driver as a thermal cooling device automatically.
- Ensure CPU starts at a valid frequency from the driver’s freq-table.
- Driver needs to update internal limits even if frequency remains unchanged.
- Disallow governors with
dynamic_switching
capability.