Searched +full:max6650 +full:- +full:max6651 (Results 1 – 2 of 2) sorted by relevance
1 Kernel driver max66506 * Maxim MAX66508 Prefix: 'max6650'12 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf14 * Maxim MAX665116 Prefix: 'max6651'20 Datasheet: http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf23 - Hans J. Koch <hjk@hansjkoch.de>24 - John Morris <john.morris@spirentcom.com>25 - Claus Gindhart <claus.gindhart@kontron.com>[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * max6650.c - Part of lm_sensors, Linux kernel modules for hardware12 * This module has only been tested with the MAX6650 chip. It should13 * also work with the MAX6651. It does not distinguish max6650 and max665118 * http://pdfserv.maxim-ic.com/en/ds/MAX6650-MAX6651.pdf27 #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 …]