diff options
author | Xu Yilun <yilun.xu@intel.com> | 2020-09-21 08:17:51 +0200 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2020-10-04 17:40:10 +0200 |
commit | 865e4fc013ba58cc3245fc1180033ee52e9c426e (patch) | |
tree | c99b69d99f7c3b110f6fbf10a5172851fe681eb4 /Documentation/hwmon/index.rst | |
parent | dt-bindings: Add MP2975 voltage regulator device (diff) | |
download | linux-865e4fc013ba58cc3245fc1180033ee52e9c426e.tar.xz linux-865e4fc013ba58cc3245fc1180033ee52e9c426e.zip |
hwmon: Add hwmon driver for Intel MAX 10 BMC
This patch adds hwmon functionality for Intel MAX 10 BMC chip. This BMC
chip connects to a set of sensor chips to monitor current, voltage,
thermal and power of different components on board. The BMC firmware is
responsible for sensor data sampling and recording in shared registers.
Host driver reads the sensor data from these shared registers and
exposes them to users as hwmon interfaces.
Signed-off-by: Xu Yilun <yilun.xu@intel.com>
Signed-off-by: Wu Hao <hao.wu@intel.com>
Signed-off-by: Matthew Gerlach <matthew.gerlach@linux.intel.com>
Signed-off-by: Tom Rix <trix@redhat.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/1600669071-26235-3-git-send-email-yilun.xu@intel.com
[groeck: Adjusted subject]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/index.rst')
-rw-r--r-- | Documentation/hwmon/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst index af064a9ad42f..0a3383f6a2d4 100644 --- a/Documentation/hwmon/index.rst +++ b/Documentation/hwmon/index.rst @@ -74,6 +74,7 @@ Hardware Monitoring Kernel Drivers ina209 ina2xx ina3221 + intel-m10-bmc-hwmon ir35221 ir38064 isl68137 |