Searched full:adt7475 (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/hwmon/ |
H A D | adt7475.yaml | 4 $id: http://devicetree.org/schemas/hwmon/adt7475.yaml# 7 title: ADT7475 hwmon sensor 13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple 24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF 35 - adi,adt7475 85 Configures the function for pin 5 on the adi,adt7473 and adi,adt7475. Or 94 Configures the function for pin 9 on the adi,adt7473 and adi,adt7475. Or
|
/linux/Documentation/hwmon/ |
H A D | adt7475.rst | 1 Kernel driver adt7475 14 * Analog Devices ADT7475 16 Prefix: 'adt7475' 48 This driver implements support for the Analog Devices ADT7473, ADT7475, 49 ADT7476 and ADT7490 chip family. The ADT7473 and ADT7475 differ only in 84 ADT7475: 102 in ADT7490 ADT7476 ADT7475 ADT7473
|
/linux/drivers/hwmon/ |
H A D | adt7475.c | 3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives 130 /* ADT7475 Settings */ 165 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator 169 { "adt7475", adt7475 }, 182 .compatible = "adi,adt7475", 183 .data = (void *)adt7475 1357 name = "adt7475"; in adt7475_detect() 1565 case adt7475: in load_config() 1626 case adt7475: in load_attenuators() 1795 [adt7475] = "ADT7475", in adt7475_probe() [all …]
|
/linux/ |
H A D | MAINTAINERS | 576 ADT7475 HARDWARE MONITOR DRIVER 580 F: Documentation/hwmon/adt7475.rst 581 F: drivers/hwmon/adt7475.c
|