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

Linux 6.18.37 · Hardware Monitoring

Kernel driver mp9941

MP9941 디지털 강압 컨버터의 입출력 전압·전류·전력과 온도 감시입니다.

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

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

1. 요약·해설

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

요약·해설

mp9941.rst:1-92

입력 상한과 출력 하한·정격 범위를 구분하고 변환 전후 전력 및 온도 경보를 제공합니다.

문서 개요
항목
SourceDocumentation/hwmon/mp9941.rst
분량92 source lines
장치디지털 강압 컨버터
온도 채널1

원문 분량과 핵심 장치 구성을 정리합니다.

운영 흐름
장치 식별입력 한계 확인출력 정격 확인전력 측정온도 경보 공개

장치 등록부터 측정값과 경보 공개까지의 순서입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 .. SPDX-License-Identifier: GPL-2.0
2
3 Kernel driver mp9941
4 ====================
5
6 Supported chips:
7
8 * MPS mp9941
9
10 Prefix: 'mp9941'
11
12 * Datasheet
13 https://scnbwymvp-my.sharepoint.com/:f:/g/personal/admin_scnbwy_com/Eth4kX1_J1hMsaASHiOYL4QBHU5a75r-tRfLKbHnJFdKLQ?e=vxj3DF
14
15 Author:
16
17 Noah Wang <noahwang.wang@outlook.com>
18
19 Description
20 -----------
21
22 This driver implements support for Monolithic Power Systems, Inc. (MPS)
23 MP9941 digital step-down converter.
24
25 Device compliant with:
26
27 - PMBus rev 1.3 interface.
28
29 The driver exports the following attributes via the 'sysfs' files
30 for input voltage:
31
32 **in1_input**
33
34 **in1_label**
35
36 **in1_crit**
37
38 **in1_crit_alarm**
39
40 The driver provides the following attributes for output voltage:
41
42 **in2_input**
43
44 **in2_label**
45
46 **in2_lcrit**
47
48 **in2_lcrit_alarm**
49
50 **in2_rated_max**
51
52 **in2_rated_min**
53
54 The driver provides the following attributes for input current:
55
56 **curr1_input**
57
58 **curr1_label**
59
60 **curr1_max**
61
62 **curr1_max_alarm**
63
64 The driver provides the following attributes for output current:
65
66 **curr2_input**
67
68 **curr2_label**
69
70 The driver provides the following attributes for input power:
71
72 **power1_input**
73
74 **power1_label**
75
76 The driver provides the following attributes for output power:
77
78 **power2_input**
79
80 **power2_label**
81
82 The driver provides the following attributes for temperature:
83
84 **temp1_input**
85
86 **temp1_crit**
87
88 **temp1_crit_alarm**
89
90 **temp1_max**
91
92 **temp1_max_alarm**
93

3. 한국어 전문 번역

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

MP9941 디지털 강압 컨버터

1-28

이 GPL-2.0 문서는 Noah Wang이 작성한 `mp9941` 커널 드라이버 설명입니다. 지원 칩은 MPS MP9941이고 데이터시트 주소는 원문 SharePoint 링크로 제공됩니다.

드라이버는 MP9941 디지털 강압 컨버터를 지원하며 장치는 PMBus revision 1.3 인터페이스를 준수합니다.

MP9941 개요
항목내용
지원 칩MPS MP9941
접두사mp9941
장치 유형디지털 강압 컨버터
인터페이스PMBus rev 1.3
데이터시트원문 SharePoint 주소

강압 컨버터의 식별 정보입니다.

MP9941 등록
MP9941 식별PMBus 연결입력 채널 등록출력 채널 등록온도와 경보 공개

입력과 출력 측정 채널을 PMBus에 연결합니다.

.. SPDX-License-Identifier: GPL-2.0

Kernel driver mp9941
====================

Supported chips:

  * MPS mp9941

    Prefix: 'mp9941'

  * Datasheet
    https://scnbwymvp-my.sharepoint.com/:f:/g/personal/admin_scnbwy_com/Eth4kX1_J1hMsaASHiOYL4QBHU5a75r-tRfLKbHnJFdKLQ?e=vxj3DF

Author:

        Noah Wang <noahwang.wang@outlook.com>

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

This driver implements support for Monolithic Power Systems, Inc. (MPS)
MP9941 digital step-down converter.

Device compliant with:

- PMBus rev 1.3 interface.

입출력 전압과 전류

29-69

입력 전압 `in1`은 현재값·레이블·임계 상한·임계 상한 경보를 제공합니다. 출력 전압 `in2`는 현재값·레이블·임계 하한과 경보, 정격 최대·최소값을 제공합니다.

입력 전류 `curr1`은 현재값·레이블·최대값·최대 경보를 제공합니다. 출력 전류 `curr2`는 현재값과 레이블만 제공합니다.

MP9941 전압·전류 속성
채널의미속성
in1입력 전압input, label, crit, crit_alarm
in2출력 전압input, label, lcrit, lcrit_alarm, rated_max, rated_min
curr1입력 전류input, label, max, max_alarm
curr2출력 전류input, label

입력과 출력에 서로 다른 한계와 정격 속성이 적용됩니다.

강압 경로 감시
in1 입력 전압 읽기crit 경보 확인in2 출력 전압 읽기lcrit·정격 범위 확인curr1·curr2 전류 공개

입력 상한과 출력 하한 및 정격을 확인합니다.

The driver exports the following attributes via the 'sysfs' files
for input voltage:

**in1_input**

**in1_label**

**in1_crit**

**in1_crit_alarm**

The driver provides the following attributes for output voltage:

**in2_input**

**in2_label**

**in2_lcrit**

**in2_lcrit_alarm**

**in2_rated_max**

**in2_rated_min**

The driver provides the following attributes for input current:

**curr1_input**

**curr1_label**

**curr1_max**

**curr1_max_alarm**

The driver provides the following attributes for output current:

**curr2_input**

**curr2_label**

입출력 전력과 온도

70-92

입력 전력 `power1`과 출력 전력 `power2`는 각각 현재값과 레이블을 제공합니다. 이 문서에는 전력 한계나 경보 속성이 열거되어 있지 않습니다.

온도 `temp1`은 현재값, 임계값과 임계 경보, 최대값과 최대 경보를 제공합니다.

MP9941 전력·온도
채널의미속성
power1입력 전력input, label
power2출력 전력input, label
temp1온도input, crit, crit_alarm, max, max_alarm

전력 측정과 두 단계 온도 상한입니다.

전력·온도 확인
power1 입력 전력 읽기power2 출력 전력 읽기temp1 온도 읽기max·crit 비교온도 경보 공개

변환 전후 전력과 열 상태를 함께 봅니다.

The driver provides the following attributes for input power:

**power1_input**

**power1_label**

The driver provides the following attributes for output power:

**power2_input**

**power2_label**

The driver provides the following attributes for temperature:

**temp1_input**

**temp1_crit**

**temp1_crit_alarm**

**temp1_max**

**temp1_max_alarm**