[PATCH v3 0/5] power: refactor power management library
Stephen Hemminger
stephen at networkplumber.org
Sat Oct 12 19:44:57 CEST 2024
On Tue, 8 Oct 2024 17:43:03 +0000
Sivaprasad Tummala <sivaprasad.tummala at amd.com> wrote:
> This patchset refactors the power management library, addressing both
> core and uncore power management. The primary changes involve the
> creation of dedicated directories for each driver within
> 'drivers/power/core/*' and 'drivers/power/uncore/*'.
>
> This refactor significantly improves code organization, enhances
> clarity, and boosts maintainability. It lays the foundation for more
> focused development on individual drivers and facilitates seamless
> integration of future enhancements, particularly the AMD uncore driver.
>
> Furthermore, this effort aims to streamline code maintenance by
> consolidating common functions for cpufreq and cppc across various
> core drivers, thus reducing code duplication.
>
> Sivaprasad Tummala (5):
> power: refactor core power management library
> power: refactor uncore power management library
> test/power: removed function pointer validations
> power/amd_uncore: uncore support for AMD EPYC processors
> maintainers: update for drivers/power
Looks good but several build failures.
It looks like the new internal function to get power ops is not
in version.map.
Also while looking, if I use IWYU it shows that errno.h and rte_errno.h
are included but never used.
More information about the dev
mailing list