blob: 187682e99114fb772b92dd04307d4abc5bc308c2 [file] [log] [blame]
Hans de Goedea98d5062011-03-21 17:59:36 +01001Kernel driver sch5627
2=====================
3
4Supported chips:
Mauro Carvalho Chehab42c027a2019-04-17 06:46:12 -03005
Hans de Goedea98d5062011-03-21 17:59:36 +01006 * SMSC SCH5627
Mauro Carvalho Chehab42c027a2019-04-17 06:46:12 -03007
Hans de Goedea98d5062011-03-21 17:59:36 +01008 Prefix: 'sch5627'
Mauro Carvalho Chehab42c027a2019-04-17 06:46:12 -03009
Hans de Goedea98d5062011-03-21 17:59:36 +010010 Addresses scanned: none, address read from Super I/O config space
Mauro Carvalho Chehab42c027a2019-04-17 06:46:12 -030011
Hans de Goedea98d5062011-03-21 17:59:36 +010012 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
Hans de Goede312869e2012-03-18 13:05:08 +010023The SMSC SCH5627 hardware monitoring part also contains an integrated
24watchdog. In order for this watchdog to function some motherboard specific
25initialization most be done by the BIOS, so if the watchdog is not enabled
26by the BIOS the sch5627 driver will not register a watchdog device.
27
Hans de Goedea98d5062011-03-21 17:59:36 +010028The hardware monitoring part of the SMSC SCH5627 is accessed by talking
29through an embedded microcontroller. An application note describing the
30protocol for communicating with the microcontroller is available upon
31request. Please mail me if you want a copy.