Home
last modified time | relevance | path

Searched full:lm25066 (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/hwmon/pmbus/
Dti,lm25066.yaml5 $id: http://devicetree.org/schemas/hwmon/pmbus/ti,lm25066.yaml#
14 The LM25066 family of power-management ICs (a.k.a. hot-swap
18 Datasheet: https://www.ti.com/lit/ds/symlink/lm25066.pdf
24 - ti,lm25066
65 compatible = "ti,lm25066";
/linux-6.12.1/Documentation/hwmon/
Dlm25066.rst1 Kernel driver lm25066
18 * National Semiconductor LM25066
20 Prefix: 'lm25066'
26 http://www.national.com/pf/LM/LM25066.html
68 LM25066, LM5064, and LM5066/LM5066I Power Management, Monitoring,
83 see Documentation/devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml for details.
Dindex.rst106 lm25066
/linux-6.12.1/drivers/hwmon/pmbus/
Dlm25066.c3 * Hardware monitoring driver for LM25056 / LM25066 / LM5064 / LM5066
20 enum chips { lm25056, lm25066, lm5064, lm5066, lm5066i }; enumerator
88 [lm25066] = {
256 case lm25066: in lm25066_read_word_data()
446 {"lm25066", lm25066},
456 { .compatible = "ti,lm25066", .data = (void *)lm25066, },
560 .name = "lm25066",
570 MODULE_DESCRIPTION("PMBus driver for LM25066 and compatible chips");
DKconfig188 tristate "National Semiconductor LM25066 and compatibles"
191 Semiconductor LM25056, LM25066, LM5064, and LM5066.
194 be called lm25066.
197 bool "Regulator support for LM25066 and compatibles"
201 Semiconductor LM25066, LM5064, and LM5066.
DMakefile24 obj-$(CONFIG_SENSORS_LM25066) += lm25066.o
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Daspeed-bmc-asrock-romed8hm3.dts103 lm25066@40 {
104 compatible = "ti,lm25066";
110 lm25066@41 {
111 compatible = "ti,lm25066";
Daspeed-bmc-delta-ahe50dc.dts17 compatible = "ti,lm25066"; \
165 /* lm25066 efuses @ 10-17, 40-47, 50-57 */
258 /* lm25066 efuses @ 10-17, 40-47, 50-57, 59, 5a */
/linux-6.12.1/drivers/platform/mellanox/
Dmlxreg-lc.c223 I2C_BOARD_INFO("lm25066", 0x15),