From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B8EA2C43219 for ; Wed, 1 May 2019 10:16:32 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3502D21734 for ; Wed, 1 May 2019 10:16:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3502D21734 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=rjwysocki.net Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 44vDnp0qXjzDqVB for ; Wed, 1 May 2019 20:16:30 +1000 (AEST) Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=rjwysocki.net (client-ip=79.96.170.134; helo=cloudserver094114.home.pl; envelope-from=rjw@rjwysocki.net; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=rjwysocki.net Received: from cloudserver094114.home.pl (cloudserver094114.home.pl [79.96.170.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 44vDmL53yBzDqNn for ; Wed, 1 May 2019 20:15:13 +1000 (AEST) Received: from 79.184.254.69.ipv4.supernova.orange.pl (79.184.254.69) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 16ecf9d589608daa; Wed, 1 May 2019 12:15:07 +0200 From: "Rafael J. Wysocki" To: Changbin Du Subject: Re: [PATCH v5 00/23] Include linux ACPI docs into Sphinx TOC tree Date: Wed, 01 May 2019 12:15:07 +0200 Message-ID: <3825811.MXkekUSqSZ@kreacher> In-Reply-To: <20190425152034.u4q6wjhm3yfhbnzp@mail.google.com> References: <20190424175306.25880-1-changbin.du@gmail.com> <20190425152034.u4q6wjhm3yfhbnzp@mail.google.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Fenghua Yu , Mauro Carvalho Chehab , Jonathan Corbet , linux-gpio@vger.kernel.org, "open list:DOCUMENTATION" , Linux Kernel Mailing List , ACPI Devel Maling List , Bjorn Helgaas , linuxppc-dev , "Rafael J. Wysocki" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thursday, April 25, 2019 5:20:35 PM CEST Changbin Du wrote: > On Thu, Apr 25, 2019 at 10:44:14AM +0200, Rafael J. Wysocki wrote: > > .On Wed, Apr 24, 2019 at 7:54 PM Changbin Du wrote: > > > > > > Hi All, > > > The kernel now uses Sphinx to generate intelligent and beautiful documentation > > > from reStructuredText files. I converted all of the Linux ACPI/PCI/X86 docs to > > > reST format in this serias. > > > > > > The hieararchy of ACPI docs are based on Corbet's suggestion: > > > https://lkml.org/lkml/2019/4/3/1047 > > > I did some adjustment according to the content and finally they are placed as: > > > Documentation/firmware-guide/acpi/ > > > > I'd like to queue up this series, but it is missing a patch to create > > Documentation/firmware-guide/acpi/index.rst. > > > > Care to provide one? > oops, the first patch is missed. Let me add it next. I've picked up the first patch from the v6 and applied this series on top of it. Thanks!