blob: 0551d266c51c90bffc7f01c02a8b3cbf32530d18 [file] [log] [blame]
Hans de Goedea98d5062011-03-21 17:59:36 +01001Kernel driver sch5627
2=====================
3
4Supported chips:
5 * SMSC SCH5627
6 Prefix: 'sch5627'
7 Addresses scanned: none, address read from Super I/O config space
8 Datasheet: Application Note available upon request
9
10Author: Hans de Goede <hdegoede@redhat.com>
11
12
13Description
14-----------
15
16SMSC SCH5627 Super I/O chips include complete hardware monitoring
17capabilities. They can monitor up to 5 voltages, 4 fans and 8 temperatures.
18
Hans de Goede312869e2012-03-18 13:05:08 +010019The SMSC SCH5627 hardware monitoring part also contains an integrated
20watchdog. In order for this watchdog to function some motherboard specific
21initialization most be done by the BIOS, so if the watchdog is not enabled
22by the BIOS the sch5627 driver will not register a watchdog device.
23
Hans de Goedea98d5062011-03-21 17:59:36 +010024The hardware monitoring part of the SMSC SCH5627 is accessed by talking
25through an embedded microcontroller. An application note describing the
26protocol for communicating with the microcontroller is available upon
27request. Please mail me if you want a copy.