← Documents Documentation/i2c/busses/i2c-ali1563.rst GitHub 원문 ↗

Linux 6.18.37 · I2C Buses

Kernel driver i2c-ali1563

ALI M1563의 Intel 801과 유사한 SMBus 2.0 호스트 컨트롤러를 설명합니다.

Source pathDocumentation/i2c/busses/i2c-ali1563.rst
Source versionLinux v6.18.37
TranslationDUJINLABS 전문 번역 + 해설

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

1. 요약·해설

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

요약·해설

i2c-ali1563.rst:1-30

ALI1563은 M1533과 비슷하지만 SMBus 2.0 코어를 사용하며 Intel 801 사우스브리지 컨트롤러와 거의 같은 호스트 기능을 제공합니다.

문서 개요
항목
SourceDocumentation/i2c/busses/i2c-ali1563.rst
분량30 source lines
규격SMBus 2.0
인터럽트미사용

원문 분량과 핵심 기능을 요약합니다.

동작 흐름
M1563 식별SMBus 2.0 코어 확인호스트 자원 등록상태 폴링전송 결과 반환

장치 탐지부터 기능 제공까지의 순서입니다.

2. 영어 원문 전체

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

원문 전체 펼치기
1 =========================
2 Kernel driver i2c-ali1563
3 =========================
4
5 Supported adapters:
6 * Acer Labs, Inc. ALI 1563 (south bridge)
7
8 Datasheet: Now under NDA
9 http://www.ali.com.tw/
10
11 Author: Patrick Mochel <mochel@digitalimplant.org>
12
13 Description
14 -----------
15
16 This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
17 M1563 South Bridge.
18
19 For an overview of these chips see http://www.acerlabs.com
20
21 The M1563 southbridge is deceptively similar to the M1533, with a few
22 notable exceptions. One of those happens to be the fact they upgraded the
23 i2c core to be SMBus 2.0 compliant, and happens to be almost identical to
24 the i2c controller found in the Intel 801 south bridges.
25
26 Features
27 --------
28
29 This driver controls the SMB Host only. This driver does not use
30 interrupts.
31

3. 한국어 전문 번역

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

지원 어댑터와 작성자

1-13

이 드라이버는 Acer Labs, Inc. ALI 1563 사우스브리지 어댑터를 지원합니다. 데이터시트는 NDA 대상이며 원문은 ALI 웹사이트를 제시합니다.

작성자는 Patrick Mochel입니다.

ALI1563 지원 정보
항목
어댑터Acer Labs ALI 1563
종류사우스브리지
데이터시트NDA
작성자Patrick Mochel

지원 하드웨어와 공개 자료 상태를 정리합니다.

ALI1563 탐지
PCI에서 ALI M1563 식별SMB Host 기능 확인I/O 자원 확보SMBus 2.0 기능 등록폴링 전송 준비

M1563 내부의 SMB Host를 찾아 I2C 코어에 등록합니다.

=========================
Kernel driver i2c-ali1563
=========================

Supported adapters:
  * Acer Labs, Inc. ALI 1563 (south bridge)

    Datasheet: Now under NDA
        http://www.ali.com.tw/

Author: Patrick Mochel <mochel@digitalimplant.org>

Description

M1563의 SMBus 2.0 컨트롤러

14-25

이 드라이버는 Acer Labs Inc. ALI M1563 사우스브리지의 SMB Host 컨트롤러를 지원합니다.

M1563은 겉보기에는 M1533과 매우 비슷하지만 몇 가지 중요한 차이가 있습니다. 그중 하나는 I2C 코어가 SMBus 2.0 호환으로 업그레이드되었다는 점이며 Intel 801 사우스브리지의 I2C 컨트롤러와 거의 같습니다.

M1563 특징
항목설명
유사 대상ALI M1533
핵심 차이I2C 코어를 SMBus 2.0으로 업그레이드
컨트롤러 유사성Intel 801 사우스브리지와 거의 동일
드라이버 대상SMB Host controller

이전 M1533과 Intel 801 계열 대비 특징을 정리합니다.

M1563 SMBus 처리
M1563 장치 식별SMBus 2.0 코어 확인Intel 801과 유사한 레지스터 접근트랜잭션 상태 폴링SMBus 호스트 결과 반환

SMBus 2.0 호환 코어를 호스트 어댑터로 제공합니다.

-----------

This is the driver for the SMB Host controller on Acer Labs Inc. (ALI)
M1563 South Bridge.

For an overview of these chips see http://www.acerlabs.com

The M1563 southbridge is deceptively similar to the M1533, with a few
notable exceptions. One of those happens to be the fact they upgraded the
i2c core to be SMBus 2.0 compliant, and happens to be almost identical to
the i2c controller found in the Intel 801 south bridges.

드라이버 기능 범위

26-30

이 드라이버는 SMB Host만 제어하며 인터럽트는 사용하지 않습니다.

ALI1563 기능
기능지원
SMB Host지원
인터럽트사용하지 않음
처리 방식폴링

지원 범위를 간단히 정리합니다.

ALI1563 전송
SMBus 요청 시작호스트 레지스터 기록상태 폴링완료 또는 오류 확인결과 반환

인터럽트 없이 SMB Host 완료 상태를 확인합니다.

Features
--------

This driver controls the SMB Host only. This driver does not use
interrupts.