Re: [PATCH v3 1/4] hwmon: (gpd-fan): drop global driver data and use per-device allocation

From: Guenter Roeck

Date: Tue Jun 09 2026 - 09:12:20 EST


On 6/7/26 18:40, xiaopeitux@xxxxxxxxxxx wrote:
From: Pei Xiao <xiaopei01@xxxxxxxxxx>

replace the global state gpd_driver_priv with per-device private data
(struct gpd_fan_data) allocated in probe. This allows the driver to
support multiple instances in the future and aligns with kernel best
practices.

No functional change intended.
---

I got:

Commit

beb0e2d1add1e2 ("hwmon: (gpd-fan): drop global driver data and use per-device allocation")

is missing a Signed-off-by from its author

Since it is the first patch of the series I had to drop the entire series.
Please resend with proper tags.

Guenter