Merge tag 'edac_updates_for_v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / Documentation / hwmon / sch5627.rst
CommitLineData
a98d506c
HG
1Kernel driver sch5627
2=====================
3
4Supported chips:
42c027a5 5
a98d506c 6 * SMSC SCH5627
42c027a5 7
a98d506c 8 Prefix: 'sch5627'
42c027a5 9
a98d506c 10 Addresses scanned: none, address read from Super I/O config space
42c027a5 11
a98d506c
HG
12 Datasheet: Application Note available upon request
13
14Author: Hans de Goede <hdegoede@redhat.com>
15
16
17Description
18-----------
19
20SMSC SCH5627 Super I/O chips include complete hardware monitoring
21capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures.
22
aa9f833d
AW
23In addition, the SCH5627 exports data describing which temperature sensors
24affect the speed of each fan. Setting pwmX_auto_channels_temp to 0 forces
25the corresponding fan to full speed until another value is written.
26
312869ec
HG
27The SMSC SCH5627 hardware monitoring part also contains an integrated
28watchdog. In order for this watchdog to function some motherboard specific
29initialization most be done by the BIOS, so if the watchdog is not enabled
30by the BIOS the sch5627 driver will not register a watchdog device.
31
a98d506c
HG
32The hardware monitoring part of the SMSC SCH5627 is accessed by talking
33through an embedded microcontroller. An application note describing the
34protocol for communicating with the microcontroller is available upon
35request. Please mail me if you want a copy.