Re: [PATCH v10 4/6] drivers/power: uncore support for AMD EPYC processors

2024-11-10 Thread Thomas Monjalon
28/10/2024 20:55, Sivaprasad Tummala: > --- /dev/null > +++ b/drivers/power/amd_uncore/amd_uncore.h > +#ifdef __cplusplus > +extern "C" { > +#endif As said in previous versions, you don't need this in an internal header. [...] > + > +#ifdef __cplusplus > +} > +#endif > + > +#endif /* POWER_INTEL_

[PATCH v10 4/6] drivers/power: uncore support for AMD EPYC processors

2024-10-28 Thread Sivaprasad Tummala
This patch introduces driver support for power management of uncore components in AMD EPYC processors. v9: - documentation update v2: - fixed typo in comments section. - added fabric frequency get support for legacy platforms. Signed-off-by: Sivaprasad Tummala --- doc/guides/prog_guide/powe