Searched +full:adt7475 +full:- +full:d (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/hwmon/ |
D | adt7475.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/hwmon/adt7475.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ADT7475 hwmon sensor 10 - Jean Delvare <jdelvare@suse.com> 13 The ADT7473, ADT7475, ADT7476, and ADT7490 are thermal monitors and multiple 23 https://www.onsemi.com/pub/Collateral/ADT7473-D.PDF 24 https://www.onsemi.com/pub/Collateral/ADT7475-D.PDF 25 https://www.onsemi.com/pub/Collateral/ADT7476-D.PDF [all …]
|
/Linux-v5.10/drivers/hwmon/ |
D | adt7475.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * adt7475 - Thermal sensor driver for the ADT7475 chip and derivatives 4 * Copyright (C) 2007-2008, Advanced Micro Devices, Inc. 18 #include <linux/hwmon-sysfs.h> 19 #include <linux/hwmon-vid.h> 37 * These are unique identifiers for the sysfs functions - unlike the 123 /* ADT7475 Settings */ 158 enum chips { adt7473, adt7475, adt7476, adt7490 }; enumerator 162 { "adt7475", adt7475 }, 175 .compatible = "adi,adt7475", [all …]
|
D | Kconfig | 1 # 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. 52 will be called abx500-temp. 249 tristate "Analog Devices ADT7473, ADT7475, ADT7476 and ADT7490" 254 ADT7473, ADT7475, ADT7476 and ADT7490 hardware monitoring 258 will be called adt7475. 267 will be called as370-hwmon. 290 will be called axi-fan-control 299 lm-sensors 2.10.1 for proper userspace support. [all …]
|
/Linux-v5.10/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 See Documentation/process/coding-style.rst for guidance here. 46 See Documentation/process/submitting-patches.rst for details. 57 include a Signed-off-by: line. The current version of this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|