Home
last modified time | relevance | path

Searched +full:max31827 +full:- +full:max31829 (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Dadi,max31827.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/hwmon/adi,max31827.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices MAX31827, MAX31828, MAX31829 Low-Power Temperature Switch
10 - Daniel Matyas <daniel.matyas@analog.com>
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
21 - items:
[all …]
/linux-6.12.1/drivers/hwmon/
Dmax31827.c1 // SPDX-License-Identifier: GPL-2.0
3 * max31827.c - Support for Maxim Low-Power Switch
55 enum chips { max31827 = 1, max31828, max31829 }; enumerator
130 mutex_lock(&st->lock); in shutdown_write()
132 if (!st->enable) { in shutdown_write()
134 ret = regmap_write(st->regmap, reg, val); in shutdown_write()
136 ret = regmap_update_bits(st->regmap, reg, mask, val); in shutdown_write()
140 ret = regmap_read(st->regmap, MAX31827_CONFIGURATION_REG, &cfg); in shutdown_write()
147 ret = regmap_write(st->regmap, MAX31827_CONFIGURATION_REG, cfg); in shutdown_write()
152 ret = regmap_write(st->regmap, reg, val); in shutdown_write()
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
20 sensors-detect script from the lm_sensors package. Read
21 <file:Documentation/hwmon/userspace-tools.rst> for details.
76 with SMpro co-processor.
278 will be called as370-hwmon.
311 will be called axi-fan-control
320 lm-sensors 2.10.1 for proper userspace support.
359 Only Intel-based Apple's computers are supported (MacBook Pro,
366 the laptop to act as a pinball machine-esque joystick.
381 will be called scmi-hwmon.
[all …]
/linux-6.12.1/Documentation/hwmon/
Dmax31827.rst1 .. SPDX-License-Identifier: GPL-2.0
3 Kernel driver max31827
8 * Maxim MAX31827
10 Prefix: 'max31827'
12 Addresses scanned: I2C 0x40 - 0x5f
20 Addresses scanned: I2C 0x40 - 0x5f
24 * Maxim MAX31829
26 Prefix: 'max31829'
28 Addresses scanned: I2C 0x40 - 0x5f
34 - Daniel Matyas <daniel.matyas@analog.com>
[all …]