Home
last modified time | relevance | path

Searched +full:max6650 +full:- +full:max6651 (Results 1 – 4 of 4) 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/Documentation/devicetree/bindings/hwmon/
H A Dmaxim,max6650.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/hwmon/maxim,max6650.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Maxim MAX6650 and MAX6651 I2C Fan Controllers
11 - Javier Carrasco <javier.carrasco.cruz@gmail.com>
14 The MAX6650 and MAX6651 regulate and monitor the speed
15 of 5VDC/12VDC burshless fans with built-in tachometers.
18 https://datasheets.maximintegrated.com/en/ds/MAX6650-MAX6651.pdf
23 - maxim,max6650
[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 …]
H A DKconfig1 # 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.
76 with SMpro co-processor.
278 will be called as370-hwmon.
311 will be called axi-fan-control
320 lm-sensors 2.10.1 for proper userspace support.
359 Only Intel-based Apple's computers are supported (MacBook Pro,
366 the laptop to act as a pinball machine-esque joystick.
381 will be called scmi-hwmon.
[all …]