On Fri, Jul 9, 2021 at 12:56 PM Richael Zhuang <richael.zhu...@arm.com> wrote: > > v8: > fix build issue with clang
This cover letter is empty and we only have a partial changelog. I'll trust David Hunt reviews and go ahead with the series. Please put some effort in the cover letter and tracking changes for future contributions. > > Richael Zhuang (2): > power: add support for cppc cpufreq > test/power: round cpuinfo cur freq only in CPPC cpufreq > > app/test/test_power.c | 3 +- > app/test/test_power_cpufreq.c | 26 +- > doc/guides/rel_notes/release_21_08.rst | 4 + > lib/power/meson.build | 1 + > lib/power/power_cppc_cpufreq.c | 680 +++++++++++++++++++++++++ > lib/power/power_cppc_cpufreq.h | 230 +++++++++ > lib/power/rte_power.c | 26 + > lib/power/rte_power.h | 2 +- > 8 files changed, 960 insertions(+), 12 deletions(-) > create mode 100644 lib/power/power_cppc_cpufreq.c > create mode 100644 lib/power/power_cppc_cpufreq.h Series applied, thanks. -- David Marchand