Re: [PATCH 0/4] some cleanup and fix in gpd-fan
From: Pei Xiao
Date: Sun Jun 07 2026 - 21:04:32 EST
在 2026/6/8 07:49, Guenter Roeck 写道:
> On 5/27/26 03:10, xiaopeitux@xxxxxxxxxxx wrote:
>> From: Pei Xiao <xiaopei01@xxxxxxxxxx>
>>
>> some cleanup and fix in gpd-fan
>>
>> Pei Xiao (4):
>> hwmon: (gpd-fan): drop global driver data and use per-device
>> allocation
>> hwmon: (gpd-fan): Initialize EC before registering hwmon device
>> hwmon: (gpd-fan): upgrade log level from warn to err for platform
>> device creation failure
>> hwmon: (gpd-fan): fix race condition between device removal and sysfs
>> access
>>
>> drivers/hwmon/gpd-fan.c | 226 ++++++++++++++++++++++------------------
>> 1 file changed, 125 insertions(+), 101 deletions(-)
>>
>
> This patch series is a mess.
>
> I received a v2 of this series before this summary, the series sent after
> v2 has a mix of "v2" and no versioning tags, and it includes four instead
> of the three patches from the original v2.
>
> If you want this series applied, please send v3 with all patches tagged
> as v3 and a complete version change log. I will not even try to figure
> out which patches to apply from which series.
>
Thank you for your reply. I will send the third version.
Pei
> Guenter