mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-01 06:39:05 +00:00

Since a patch set in my translation devicetree introduce some build warnings: Warning: Documentation/translations/zh_CN/devicetree/changesets.rst references a file that doesn't exist: Documentation/Devicetree/changesets.rst ... Change the first letter of Devicetree to lowercase. Fixes:9485acfded
("docs/zh_CN: add dt kernel-api translation") Fixes:f773455ce5
("docs/zh_CN: add dt overlay-notes translation") Fixes:5e38432db8
("docs/zh_CN: add dt dynamic-resolution-notes translation") Fixes:330f5a3005
("docs/zh_CN: add dt changesets translation") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Yanteng Si <siyanteng@loongson.cn> Reviewed-by: Wu XiangCheng <bobwxc@email.cn> Link: https://lore.kernel.org/r/20221008094139.314151-1-siyanteng@loongson.cn Signed-off-by: Jonathan Corbet <corbet@lwn.net>
59 lines
765 B
ReStructuredText
59 lines
765 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
.. include:: ../disclaimer-zh_CN.rst
|
|
|
|
:Original: Documentation/devicetree/kernel-api.rst
|
|
|
|
:翻译:
|
|
|
|
司延腾 Yanteng Si <siyanteng@loongson.cn>
|
|
|
|
:校译:
|
|
|
|
|
|
=================
|
|
内核中的设备树API
|
|
=================
|
|
|
|
核心函数
|
|
--------
|
|
|
|
该API在以下内核代码中:
|
|
|
|
drivers/of/base.c
|
|
|
|
include/linux/of.h
|
|
|
|
drivers/of/property.c
|
|
|
|
include/linux/of_graph.h
|
|
|
|
drivers/of/address.c
|
|
|
|
drivers/of/irq.c
|
|
|
|
drivers/of/fdt.c
|
|
|
|
驱动模型函数
|
|
------------
|
|
|
|
该API在以下内核代码中:
|
|
|
|
include/linux/of_device.h
|
|
|
|
drivers/of/device.c
|
|
|
|
include/linux/of_platform.h
|
|
|
|
drivers/of/platform.c
|
|
|
|
覆盖和动态DT函数
|
|
----------------
|
|
|
|
该API在以下内核代码中:
|
|
|
|
drivers/of/resolver.c
|
|
|
|
drivers/of/dynamic.c
|
|
|
|
drivers/of/overlay.c
|