← Documents Documentation/hwmon/max6620.rst GitHub 원문 ↗

Linux 6.18.37 · Hardware Monitoring

Kernel driver max6620

MAX6620 4채널 RPM 팬 컨트롤러의 분주값, 목표 속도와 팬 경보 인터페이스입니다.

Source pathDocumentation/hwmon/max6620.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.

1. 요약·해설

원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.

요약·해설

max6620.rst:1-46

팬 속도 범위에 맞춰 1-32 분주값을 고르고 네 팬의 목표·현재 RPM과 경보를 관리합니다.

문서 개요
항목
SourceDocumentation/hwmon/max6620.rst
분량46 source lines
4개
분주값1,2,4,8,16,32

원문 분량과 핵심 인터페이스입니다.

운영 흐름
장치 생성분주값 선택목표 RPM 설정현재 RPM 확인경보 처리

장치 등록부터 측정·경보 처리까지의 순서입니다.

2. 영어 원문 전체

번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0-or-later
2
3 Kernel driver max6620
4 =====================
5
6 Supported chips:
7
8 Maxim MAX6620
9
10 Prefix: 'max6620'
11
12 Addresses scanned: none
13
14 Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6620.pdf
15
16 Authors:
17 - L\. Grunenberg <[email protected]>
18 - Cumulus Networks <[email protected]>
19 - Shuotian Cheng <[email protected]>
20 - Arun Saravanan Balachandran <[email protected]>
21
22 Description
23 -----------
24
25 This driver implements support for Maxim MAX6620 fan controller.
26
27 The driver configures the fan controller in RPM mode. To give the readings more
28 range or accuracy, the desired value can be set by a programmable register
29 (1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.
30
31 The driver provides the following sensor access in sysfs:
32
33 ================ ======= =====================================================
34 fan[1-4]_alarm ro Fan alarm.
35 fan[1-4]_div rw Sets the nominal RPM range of the fan. Valid values
36 are 1, 2, 4, 8, 16 and 32.
37 fan[1-4]_input ro Fan speed in RPM.
38 fan[1-4]_target rw Desired fan speed in RPM.
39 ================ ======= =====================================================
40
41 Usage notes
42 -----------
43
44 This driver does not auto-detect devices. You will have to instantiate the
45 devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
46 details.
47

3. 한국어 전문 번역

영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.

MAX6620 4채널 RPM 팬 컨트롤러

1-28

GPL-2.0-or-later 문서의 이 드라이버는 Maxim MAX6620 팬 컨트롤러를 `max6620` 접두사로 지원하며 주소 검색은 하지 않습니다. 저자는 L. Grunenberg, Cumulus Networks, Shuotian Cheng, Arun Saravanan Balachandran입니다.

드라이버는 팬 컨트롤러를 RPM 모드로 구성합니다. 측정 범위나 정확도를 조절하기 위한 프로그램 가능 분주값은 1, 2, 4, 8, 16, 32이며 더 높은 팬 속도에는 더 큰 값을 설정합니다.

MAX6620 RPM 범위
항목
팬 채널4개
제어 모드RPM
유효 분주값1, 2, 4, 8, 16, 32
큰 분주값더 큰 속도 범위

fan_div 값으로 명목 RPM 범위를 맞춥니다.

MAX6620 범위 설정
팬 예상 RPM 확인fan_div 선택목표 RPM 설정실제 RPM 읽기범위·정확도 재조정

대상 팬 속도에 맞는 분주값을 선택합니다.

.. SPDX-License-Identifier: GPL-2.0-or-later

Kernel driver max6620
=====================

Supported chips:

    Maxim MAX6620

    Prefix: 'max6620'

    Addresses scanned: none

    Datasheet: https://www.analog.com/media/en/technical-documentation/data-sheets/max6620.pdf

Authors:
    - L\. Grunenberg <[email protected]>
    - Cumulus Networks <[email protected]>
    - Shuotian Cheng <[email protected]>
    - Arun Saravanan Balachandran <[email protected]>

Description
-----------

This driver implements support for Maxim MAX6620 fan controller.

The driver configures the fan controller in RPM mode. To give the readings more
range or accuracy, the desired value can be set by a programmable register

팬 경보·분주값·현재·목표 RPM

29-46

`fan[1-4]_alarm`은 읽기 전용 팬 경보, `fan[1-4]_div`는 읽고 쓸 수 있는 명목 RPM 범위 분주값입니다. 유효값은 1, 2, 4, 8, 16, 32입니다.

`fan[1-4]_input`은 RPM 단위 현재 팬 속도이고 `fan[1-4]_target`은 쓰기 가능한 목표 RPM입니다. 드라이버는 자동 검출하지 않으므로 `Documentation/i2c/instantiating-devices.rst`에 따라 장치를 명시적으로 생성해야 합니다.

MAX6620 sysfs
속성권한의미
fan1-4_alarmRO팬 경보
fan1-4_divRW명목 RPM 범위
fan1-4_inputRO현재 RPM
fan1-4_targetRW목표 RPM

네 팬에 동일한 속성 집합을 제공합니다.

팬 속도 운영
장치 명시적 생성fan_div 설정fan_target 기록fan_input 비교fan_alarm 확인

목표값과 실제값·경보를 함께 확인합니다.

(1, 2, 4, 8, 16 or 32). Set higher values for larger speeds.

The driver provides the following sensor access in sysfs:

================ ======= =====================================================
fan[1-4]_alarm   ro      Fan alarm.
fan[1-4]_div     rw      Sets the nominal RPM range of the fan. Valid values
                         are 1, 2, 4, 8, 16 and 32.
fan[1-4]_input   ro      Fan speed in RPM.
fan[1-4]_target  rw      Desired fan speed in RPM.
================ ======= =====================================================

Usage notes
-----------

This driver does not auto-detect devices. You will have to instantiate the
devices explicitly. Please see Documentation/i2c/instantiating-devices.rst for
details.