public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/1] hwmon: (hp-wmi-sensors) Support autoloading
@ 2024-03-18 21:57 Armin Wolf
  2024-03-18 21:57 ` [RFC PATCH 1/1] hwmon: (hp-wmi-sensors) Add missing MODULE_DEVICE_TABLE() Armin Wolf
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Armin Wolf @ 2024-03-18 21:57 UTC (permalink / raw)
  To: james; +Cc: jdelvare, linux, linux-hwmon, linux-kernel

Currently, the hp-wmi-sensors driver needs to be loaded manually
on supported machines. This however is unnecessary since the WMI
id table can be used to support autoloading.

However the driver might conflict with the hp-wmi driver since both
seem to use the same WMI GUID for registering notify handler.

I am thus submitting this patch as an RFC for now.

Armin Wolf (1):
  hwmon: (hp-wmi-sensors) Add missing MODULE_DEVICE_TABLE()

 drivers/hwmon/hp-wmi-sensors.c | 2 ++
 1 file changed, 2 insertions(+)

--
2.39.2


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

end of thread, other threads:[~2024-03-21  6:33 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-18 21:57 [RFC 0/1] hwmon: (hp-wmi-sensors) Support autoloading Armin Wolf
2024-03-18 21:57 ` [RFC PATCH 1/1] hwmon: (hp-wmi-sensors) Add missing MODULE_DEVICE_TABLE() Armin Wolf
2024-03-18 23:04 ` [RFC 0/1] hwmon: (hp-wmi-sensors) Support autoloading Guenter Roeck
2024-03-19  5:47 ` James Seo
2024-03-19 13:00   ` Armin Wolf
2024-03-20  0:40     ` James Seo
2024-03-20 15:13       ` Armin Wolf
2024-03-20 20:11         ` James Seo
2024-03-20 22:09           ` Armin Wolf
2024-03-21  6:33             ` James Seo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox