All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Shi <seakeel@gmail.com>
To: Yanteng Si <siyanteng@loongson.cn>
Cc: Alex Shi <alexs@kernel.org>, "Wu X.C." <bobwxc@email.cn>,
	Jonathan Corbet <corbet@lwn.net>,
	Huacai Chen <chenhuacai@kernel.org>,
	Jiaxun Yang <jiaxun.yang@flygoat.com>,
	Linux Doc Mailing List <linux-doc@vger.kernel.org>,
	yanteng si <siyanteng01@gmail.com>
Subject: Re: [PATCH v1 5/5] docs/zh_CN: add dt kernel-api translation
Date: Fri, 2 Sep 2022 16:29:08 +0800	[thread overview]
Message-ID: <CAJy-Amktdy99ix7h_AQkTJLwLK1em6eM=84SrVTyynko0fnGNA@mail.gmail.com> (raw)
In-Reply-To: <0f2bfe28c1bdbc84b0085ba184675ea04f5e60b1.1662022757.git.siyanteng@loongson.cn>

On Thu, Sep 1, 2022 at 7:16 PM Yanteng Si <siyanteng@loongson.cn> wrote:
>
> Translte .../devicetree/kernel-api.rst into Chinese.
>
> Signed-off-by: Yanteng Si <siyanteng@loongson.cn>

Uh, no much useful info.

Reviewed-by: Alex Shi <alexs@kernel.org>

> ---
>  .../translations/zh_CN/devicetree/index.rst   |  5 +-
>  .../zh_CN/devicetree/kernel-api.rst           | 58 +++++++++++++++++++
>  2 files changed, 59 insertions(+), 4 deletions(-)
>  create mode 100644 Documentation/translations/zh_CN/devicetree/kernel-api.rst
>
> diff --git a/Documentation/translations/zh_CN/devicetree/index.rst b/Documentation/translations/zh_CN/devicetree/index.rst
> index 9d95d2629b38..7451dbfdd3e5 100644
> --- a/Documentation/translations/zh_CN/devicetree/index.rst
> +++ b/Documentation/translations/zh_CN/devicetree/index.rst
> @@ -24,10 +24,7 @@ Open Firmware 和 Devicetree
>
>     usage-model
>     of_unittest
> -
> -Todolist:
> -
> -*   kernel-api
> +   kernel-api
>
>  Devicetree Overlays
>  ===================
> diff --git a/Documentation/translations/zh_CN/devicetree/kernel-api.rst b/Documentation/translations/zh_CN/devicetree/kernel-api.rst
> new file mode 100644
> index 000000000000..6aa3b685494e
> --- /dev/null
> +++ b/Documentation/translations/zh_CN/devicetree/kernel-api.rst
> @@ -0,0 +1,58 @@
> +.. 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
> --
> 2.31.1
>

      reply	other threads:[~2022-09-02  8:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-01 11:15 [PATCH v1 0/5] docs/zh_CN: Add some dt and PCI Chinese translation Yanteng Si
2022-09-01 11:15 ` [PATCH v1 1/5] docs/zh_CN: add PCI acpi-info translation Yanteng Si
2022-09-02 12:56   ` Wu XiangCheng
2022-09-05 12:27     ` YanTeng Si
2022-09-05 16:41       ` Wu XiangCheng
2022-09-06  2:19         ` Alex Shi
2022-09-01 11:15 ` [PATCH v1 2/5] docs/zh_CN: add dt changesets translation Yanteng Si
2022-09-02  6:56   ` Alex Shi
2022-09-05 11:58     ` YanTeng Si
2022-09-01 11:15 ` [PATCH v1 3/5] docs/zh_CN: add dt dynamic-resolution-notes translation Yanteng Si
2022-09-02  8:13   ` Alex Shi
2022-09-01 11:15 ` [PATCH v1 4/5] docs/zh_CN: add dt overlay-notes translation Yanteng Si
2022-09-02  8:23   ` Alex Shi
2022-09-05 12:05     ` YanTeng Si
2022-09-01 11:15 ` [PATCH v1 5/5] docs/zh_CN: add dt kernel-api translation Yanteng Si
2022-09-02  8:29   ` Alex Shi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJy-Amktdy99ix7h_AQkTJLwLK1em6eM=84SrVTyynko0fnGNA@mail.gmail.com' \
    --to=seakeel@gmail.com \
    --cc=alexs@kernel.org \
    --cc=bobwxc@email.cn \
    --cc=chenhuacai@kernel.org \
    --cc=corbet@lwn.net \
    --cc=jiaxun.yang@flygoat.com \
    --cc=linux-doc@vger.kernel.org \
    --cc=siyanteng01@gmail.com \
    --cc=siyanteng@loongson.cn \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.