Re: [External] : [PATCH v12 8/8] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs

From: ALOK TIWARI
Date: Sat Oct 04 2025 - 07:43:38 EST




On 10/4/2025 12:25 AM, Denis Benato wrote:
+struct power_data {
+ const struct power_limits *ac_data;
+ const struct power_limits *dc_data;
+ bool requires_fan_curve;
+};
+
+/*
+ * For each avilable attribute there must be a min and a max.

typo avilable > + * _def is not required and will be assumed to be default == max if missing.
+ */

Thanks,
Alok