-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hwmon: Add driver for FTS BMC chip "Teutates"
This driver implements hardware monitoring and watchdog support for the FTS BMC Chip "Teutates". Signed-off-by: Thilo Cestonaro <thilo@cestona.ro> [groeck: Updated subject and description; fixed dependencies] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
- Loading branch information
Thilo Cestonaro
authored and
Guenter Roeck
committed
Jul 20, 2016
1 parent
50c22cd
commit 08426ed
Showing
4 changed files
with
856 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Kernel driver ftsteutates | ||
===================== | ||
|
||
Supported chips: | ||
* FTS Teutates | ||
Prefix: 'ftsteutates' | ||
Addresses scanned: I2C 0x73 (7-Bit) | ||
|
||
Author: Thilo Cestonaro <thilo.cestonaro@ts.fujitsu.com> | ||
|
||
|
||
Description | ||
----------- | ||
The BMC Teutates is the Eleventh generation of Superior System | ||
monitoring and thermal management solution. It is builds on the basic | ||
functionality of the BMC Theseus and contains several new features and | ||
enhancements. It can monitor up to 4 voltages, 16 temperatures and | ||
8 fans. It also contains an integrated watchdog which is currently | ||
implemented in this driver. | ||
|
||
Specification of the chip can be found here: | ||
ftp:///pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&Watchdog&GPIO/BMC-Teutates_Specification_V1.21.pdf | ||
ftp:///pub/Mainboard-OEM-Sales/Services/Software&Tools/Linux_SystemMonitoring&Watchdog&GPIO/Fujitsu_mainboards-1-Sensors_HowTo-en-US.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.