All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] some cleanup and fix in gpd-fan
@ 2026-06-10  1:49 Pei Xiao
  2026-06-10  1:49 ` [PATCH v4 1/4] hwmon: (gpd-fan): drop global driver data and use per-device allocation Pei Xiao
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pei Xiao @ 2026-06-10  1:49 UTC (permalink / raw)
  To: linux, linux-hwmon, linux-kernel; +Cc: cryolitia, Pei Xiao

changes in v4:
1. Add a missing sob in  
hwmon: (gpd-fan): drop global driver data and use per-device
    allocation

changes in v3:
1.All patches add v3 version tags

changes in v2:
1.Add a new patch for fix race condition between device removal and sysfs
access.
2.Platform_create_bundle pass a driver_data pointer 
3.gpd_init_ec needed before hwmon registration as a separate patch

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-06-10  2:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-10  1:49 [PATCH v4 0/4] some cleanup and fix in gpd-fan Pei Xiao
2026-06-10  1:49 ` [PATCH v4 1/4] hwmon: (gpd-fan): drop global driver data and use per-device allocation Pei Xiao
2026-06-10  2:02   ` sashiko-bot
2026-06-10  1:49 ` [PATCH v4 2/4] hwmon: (gpd-fan): Initialize EC before registering hwmon device Pei Xiao
2026-06-10  2:02   ` sashiko-bot
2026-06-10  1:49 ` [PATCH v4 3/4] hwmon: (gpd-fan): upgrade log level from warn to err for platform device creation failure Pei Xiao
2026-06-10  1:54   ` sashiko-bot
2026-06-10  1:49 ` [PATCH v4 4/4] hwmon: (gpd-fan): fix race condition between device removal and sysfs access Pei Xiao
2026-06-10  1:59   ` sashiko-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.