Home
last modified time | relevance | path

Searched +full:max6650 +full:- +full:max6651 (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/hwmon/
H A Dmax6650.rst1 Kernel driver max6650
6 * Maxim MAX6650
8 Prefix: 'max6650'
12 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
14 * Maxim MAX6651
16 Prefix: 'max6651'
20 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
23 - Hans J. Koch <hjk@hansjkoch.de>
24 - John Morris <john.morris@spirentcom.com>
25 - Claus Gindhart <claus.gindhart@kontron.com>
[all …]
/linux/drivers/hwmon/
H A Dmax6650.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * max6650.c - Part of lm_sensors, Linux kernel modules for hardware
12 * This module has only been tested with the MAX6650 chip. It should
13 * also work with the MAX6651. It does not distinguish max6650 and max6651
18 * http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf
27 #include <linux/hwmon-sysfs.h>
40 /* clock: The clock frequency of the chip (max6651 can be clocked externally) */
91 /* Minimum and maximum values of the FAN-RPM */
129 .compatible = "maxim,max6650",
133 .compatible = "maxim,max6651",
[all …]