linux-hwmon.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] hwmon: Add driver for Delta AHE-50DC fan control module
@ 2021-12-06 22:44 Zev Weiss
  2021-12-06 22:44 ` [PATCH 1/2] hwmon: add Delta AHE-50DC fan control module driver Zev Weiss
  2021-12-06 22:44 ` [PATCH 2/2] dt-bindings: add Delta AHE-50DC fan control module Zev Weiss
  0 siblings, 2 replies; 5+ messages in thread
From: Zev Weiss @ 2021-12-06 22:44 UTC (permalink / raw)
  To: linux-hwmon; +Cc: Guenter Roeck, Jean Delvare, openbmc, linux-kernel, Zev Weiss

Hello,

These patches add a hwmon driver for the integrated fan control module
in the Delta AHE-50DC Open19 power shelf.  I don't know of a datasheet
any proper documentation for it; the register layout information came
from an existing GPL driver [0] in a code release from LinkedIn.


Thanks,
Zev Weiss

[0] https://github.com/linkedin/o19-bmc-firmware/blob/master/meta-openbmc/meta-linkedin/meta-deltapower/recipes-kernel/fancontrol-mod/files/fancontrol.c

Zev Weiss (2):
  hwmon: add Delta AHE-50DC fan control module driver
  dt-bindings: add Delta AHE-50DC fan control module

 .../devicetree/bindings/trivial-devices.yaml  |   2 +
 MAINTAINERS                                   |   6 +
 drivers/hwmon/Kconfig                         |  11 +
 drivers/hwmon/Makefile                        |   1 +
 drivers/hwmon/delta-ahe50dc-fan.c             | 265 ++++++++++++++++++
 5 files changed, 285 insertions(+)
 create mode 100644 drivers/hwmon/delta-ahe50dc-fan.c

-- 
2.34.1


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

end of thread, other threads:[~2021-12-06 23:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 22:44 [PATCH 0/2] hwmon: Add driver for Delta AHE-50DC fan control module Zev Weiss
2021-12-06 22:44 ` [PATCH 1/2] hwmon: add Delta AHE-50DC fan control module driver Zev Weiss
2021-12-06 23:02   ` Guenter Roeck
2021-12-06 23:05     ` Zev Weiss
2021-12-06 22:44 ` [PATCH 2/2] dt-bindings: add Delta AHE-50DC fan control module Zev Weiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).