Searched full:max6639 (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/hwmon/ |
D | maxim,max6639.yaml | 5 $id: http://devicetree.org/schemas/hwmon/maxim,max6639.yaml# 8 title: Maxim max6639 14 The MAX6639 is a 2-channel temperature monitor with dual, automatic, PWM 20 https://datasheets.maximintegrated.com/en/ds/MAX6639-MAX6639F.pdf 25 - maxim,max6639 70 compatible = "maxim,max6639";
|
/linux-6.14.4/Documentation/hwmon/ |
D | max6639.rst | 1 Kernel driver max6639 6 * Maxim MAX6639 8 Prefix: 'max6639' 12 Datasheet: https://datasheets.maximintegrated.com/en/ds/MAX6639-MAX6639F.pdf 21 This driver implements support for the Maxim MAX6639. This chip is a 2-channel
|
D | index.rst | 158 max6639
|
/linux-6.14.4/drivers/hwmon/ |
D | max6639.c | 3 * max6639.c - Support for Maxim MAX6639 9 * based on the initial MAX6639 support from semptian.net 28 /* The MAX6639 registers, valid channel numbers: 0, 1 */ 670 strscpy(info->type, "max6639", I2C_NAME_SIZE); in max6639_detect() 746 /* Initialize the max6639 chip */ in max6639_probe() 787 {"max6639"}, 796 { .compatible = "maxim,max6639", }, 803 .name = "max6639", 816 MODULE_DESCRIPTION("max6639 driver");
|
D | Makefile | 157 obj-$(CONFIG_SENSORS_MAX6639) += max6639.o
|
D | Kconfig | 1248 tristate "Maxim MAX6639 sensor chip" 1252 If you say yes here you get support for the MAX6639 1256 will be called max6639.
|