Home
last modified time | relevance | path

Searched full:max31827 (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/hwmon/
Dadi,max31827.yaml4 $id: http://devicetree.org/schemas/hwmon/adi,max31827.yaml#
7 title: Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch
13 Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch with
15 https://www.analog.com/media/en/technical-documentation/data-sheets/MAX31827-MAX31829.pdf
20 - const: adi,max31827
25 - const: adi,max31827
49 compatible = "adi,max31827";
/kernel/linux/linux-6.6/Documentation/hwmon/
Dmax31827.rst3 Kernel driver max31827
8 * Maxim MAX31827
10 Prefix: 'max31827'
41 MAX31827's fault queue is set to 1, the other two chip's fault queue is set to
46 MAX31827.
48 MAX31827 implements a temperature sensor with a 6 WLP packaging scheme. This
51 MAX31827 has low and over temperature alarms with an effective value and a
63 Putting the MAX31827 into shutdown mode also resets the OT/UT status bits. Note
Dindex.rst145 max31827
/kernel/linux/linux-6.6/drivers/hwmon/
Dmax31827.c3 * max31827.c - Support for Maxim Low-Power Switch
442 { "max31827", 0 },
448 { .compatible = "adi,max31827" },
456 .name = "max31827",
465 MODULE_DESCRIPTION("Maxim MAX31827 low-power temperature switch driver");
DMakefile154 obj-$(CONFIG_MAX31827) += max31827.o
DKconfig1113 config MAX31827 config
1114 tristate "MAX31827 low-power temperature switch and similar devices"
1118 If you say yes here you get support for MAX31827, MAX31828 and
1122 will be called max31827.
/kernel/linux/linux-6.6/
DMAINTAINERS12826 MAX31827 TEMPERATURE SWITCH DRIVER
12831 F: Documentation/devicetree/bindings/hwmon/adi,max31827.yaml
12832 F: Documentation/hwmon/max31827.rst
12833 F: drivers/hwmon/max31827.c