[PATCH 0/4] some cleanup and fix in gpd-fan

xiaopeitux@foxmail.com posted 4 patches 1 week, 5 days ago
Only 0 patches received!
There is a newer version of this series
drivers/hwmon/gpd-fan.c | 226 ++++++++++++++++++++++------------------
1 file changed, 125 insertions(+), 101 deletions(-)
[PATCH 0/4] some cleanup and fix in gpd-fan
Posted by xiaopeitux@foxmail.com 1 week, 5 days ago
From: Pei Xiao <xiaopei01@kylinos.cn>

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(-)

-- 
2.25.1
Re: [PATCH 0/4] some cleanup and fix in gpd-fan
Posted by Guenter Roeck 17 hours ago
On 5/27/26 03:10, xiaopeitux@foxmail.com wrote:
> From: Pei Xiao <xiaopei01@kylinos.cn>
> 
> 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.

Guenter
Re: [PATCH 0/4] some cleanup and fix in gpd-fan
Posted by Pei Xiao 16 hours ago

在 2026/6/8 07:49, Guenter Roeck 写道:
> On 5/27/26 03:10, xiaopeitux@foxmail.com wrote:
>> From: Pei Xiao <xiaopei01@kylinos.cn>
>>
>> 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