요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
Thermal 문서
1-6이 문서는 Linux kernel Thermal driver API 문서 모음의 색인입니다. 문서에는 `GPL-2.0` SPDX license identifier가 적용됩니다.
.. SPDX-License-Identifier: GPL-2.0
=======
Thermal
=======
Thermal 하위 문서
7-19`toctree`는 한 단계 깊이(`:maxdepth: 1`)로 thermal 문서를 나열합니다. CPU cooling API와 CPU idle cooling, sysfs API, power allocator부터 각 platform의 thermal driver까지 연결합니다.
Platform별 문서에는 Samsung Exynos TMU와 emulation mode, Nouveau thermal 관리, x86 package temperature thermal driver, Intel Dynamic Platform and Thermal Framework(`intel_dptf`)가 포함됩니다.
.. toctree::
:maxdepth: 1
cpu-cooling-api
cpu-idle-cooling
sysfs-api
power_allocator
exynos_thermal
exynos_thermal_emulation
nouveau_thermal
x86_pkg_temperature_thermal
intel_dptf
요약·해설
index.rst:1-19이 색인은 Linux thermal subsystem의 cooling API, sysfs interface, power allocator governor와 주요 platform driver 문서를 한 단계 `toctree`로 연결합니다.