Linux Hardware Monitor development
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: add GPD devices sensor driver
@ 2024-07-16 11:49 Cryolitia PukNgae via B4 Relay
  2024-07-16 11:49 ` [PATCH 1/2] " Cryolitia PukNgae via B4 Relay
  2024-07-16 11:49 ` [PATCH 2/2] hwmon: document: add gpd-fan Cryolitia PukNgae via B4 Relay
  0 siblings, 2 replies; 5+ messages in thread
From: Cryolitia PukNgae via B4 Relay @ 2024-07-16 11:49 UTC (permalink / raw)
  To: Jean Delvare, Guenter Roeck, Cryolitia PukNgae, Jonathan Corbet
  Cc: linux-kernel, linux-hwmon, linux-doc, Celeste Liu,
	Marcin Strągowski

Sensors driver for GPD Handhelds that expose fan reading and control via
hwmon sysfs.

Shenzhen GPD Technology Co., Ltd. manufactures a series of handheld
devices. This driver implements these functions through x86 port-mapped IO.
I have tested it on my device.

Tested-by: Marcin Strągowski <marcin@stragowski.com>
Signed-off-by: Cryolitia PukNgae <Cryolitia@gmail.com>

---
Cryolitia PukNgae (2):
      hwmon: add GPD devices sensor driver
      hwmon: document: add gpd-fan

 Documentation/hwmon/gpd-fan.rst |  68 ++++
 Documentation/hwmon/index.rst   |   1 +
 MAINTAINERS                     |   7 +
 drivers/hwmon/Kconfig           |  10 +
 drivers/hwmon/Makefile          |   1 +
 drivers/hwmon/gpd-fan.c         | 759 ++++++++++++++++++++++++++++++++++++++++
 6 files changed, 846 insertions(+)
---
base-commit: d67978318827d06f1c0fa4c31343a279e9df6fde
change-id: 20240716-gpd_fan-57f30923c884

Best regards,
-- 
Cryolitia PukNgae <Cryolitia@gmail.com>



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

end of thread, other threads:[~2024-07-16 17:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 11:49 [PATCH 0/2] hwmon: add GPD devices sensor driver Cryolitia PukNgae via B4 Relay
2024-07-16 11:49 ` [PATCH 1/2] " Cryolitia PukNgae via B4 Relay
2024-07-16 11:49 ` [PATCH 2/2] hwmon: document: add gpd-fan Cryolitia PukNgae via B4 Relay
2024-07-16 14:36   ` Randy Dunlap
2024-07-16 17:27     ` Cryolitia PukNgae

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