Message ID | 20241129193359.8392-1-W_Armin@gmx.de (mailing list archive) |
---|---|
Headers | show |
Series | platform/x86: acer-wmi: Various improvements | expand |
Am 29.11.24 um 20:33 schrieb Armin Wolf: > This patch series contains various improvements to the acer-wmi > driver based on user reports: > > - adds support for the Acer PH14-51 > - improves hwmon support > - ignores function 8 events > > The changes are compile-tested only, so i would like to have them > tested on a real machine. The whole patch series was tested by a user, so for all patches: Tested-by: Rayan Margham <rayanmargham4@gmail.com> > Changes since v2: > - fix compilation error after patch 3 > - replace GENMASK() with GENMASK_ULL() and adjust bit numbers > > Changes since v1: > - fix spelling issue in patch 2 > - rework patch 3 and 4 > - add Reviewed-by tag to patch 5 > > Armin Wolf (5): > platform/x86: acer-wmi: Add support for Acer PH14-51 > platform/x86: acer-wmi: Rename ACER_CAP_FAN_SPEED_READ > platform/x86: acer-wmi: Improve error handling when reading gaming > system information > platform/x86: acer-wmi: Implement proper hwmon support > platform/x86: acer-wmi: Ignore AC events > > drivers/platform/x86/acer-wmi.c | 167 ++++++++++++++++++++++++-------- > 1 file changed, 125 insertions(+), 42 deletions(-) > > -- > 2.39.5 > >