Home
last modified time | relevance | path

Searched full:adt7470 (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/hwmon/
H A Dadt7470.rst1 Kernel driver adt7470
6 * Analog Devices ADT7470
8 Prefix: 'adt7470'
19 This driver implements support for the Analog Devices ADT7470 chip. There may
22 The ADT7470 uses the 2-wire interface compatible with the SMBus 2.0
27 A sophisticated control system for the PWM outputs is designed into the ADT7470
30 programmable. Once configured, the ADT7470 will adjust the PWM outputs in
35 limit values. The ADT7470 will signal an ALARM if any measured value exceeds
38 The ADT7470 samples all inputs continuously. A kernel thread is started up for
47 The ADT7470 has a 8-bit ADC and is capable of measuring temperatures with 1
[all …]
/linux/drivers/hwmon/
H A Dadt7470.c3 * A hwmon driver for the Analog Devices ADT7470
32 /* ADT7470 registers */
197 * 16-bit registers on the ADT7470 are low-byte first. The data sheet says
1452 strscpy(info->type, "adt7470", I2C_NAME_SIZE); in adt7470_detect()
1487 /* Initialize the ADT7470 chip */ in adt7470_probe()
1549 { .name = "adt7470" },
1557 .name = "adt7470",
1569 MODULE_DESCRIPTION("ADT7470 driver");
H A DKconfig225 tristate "Analog Devices ADT7470"
231 ADT7470 temperature monitoring chips.
234 will be called adt7470.