Re: [PATCH v3 2/2] platform/x86: hp-wmi: add platform profile support

2021-03-04 Thread Hans de Goede
Hi, On 2/21/21 11:13 PM, Elia Devito wrote: > Implement support for cool, balanced and performance thermal profile > > Signed-off-by: Elia Devito > --- > the "quiet" profile will be implemented with a further patch > > v2: added platform_profile_remove() missing call > v3: apply Barnabás sugges

Re: [PATCH v3 2/2] platform/x86: hp-wmi: add platform profile support

2021-02-22 Thread Hans de Goede
Hi, On 2/21/21 11:13 PM, Elia Devito wrote: > Implement support for cool, balanced and performance thermal profile > > Signed-off-by: Elia Devito Thanks, patch looks good to me: Reviewed-by: Hans de Goede I will merge this once we are out of the merge-window / once 5.12-rc1 is out. Regards,

[PATCH v3 2/2] platform/x86: hp-wmi: add platform profile support

2021-02-21 Thread Elia Devito
Implement support for cool, balanced and performance thermal profile Signed-off-by: Elia Devito --- the "quiet" profile will be implemented with a further patch v2: added platform_profile_remove() missing call v3: apply Barnabás suggestions drivers/platform/x86/hp-wmi.c | 97 ++