Home
last modified time | relevance | path

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

/linux-6.12.1/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
84 const: adi,max31827
111 compatible = "adi,max31827";
/linux-6.12.1/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
71 Putting the MAX31827 into shutdown mode also resets the OT/UT status bits. Note
Dindex.rst153 max31827
/linux-6.12.1/drivers/hwmon/
Dmax31827.c3 * max31827.c - Support for Maxim Low-Power Switch
55 enum chips { max31827 = 1, max31828, max31829 }; enumerator
493 ATTRIBUTE_GROUPS(max31827);
496 { "max31827", max31827 },
539 case max31827: in max31827_init_client()
575 case max31827: in max31827_init_client()
650 .compatible = "adi,max31827",
651 .data = (void *)max31827
667 .name = "max31827",
676 MODULE_DESCRIPTION("Maxim MAX31827 low-power temperature switch driver");
DMakefile160 obj-$(CONFIG_MAX31827) += max31827.o
DKconfig1201 config MAX31827 config
1202 tristate "MAX31827 low-power temperature switch and similar devices"
1206 If you say yes here you get support for MAX31827, MAX31828 and
1210 will be called max31827.