From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" 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> References: <20190424175306.25880-1-changbin.du@gmail.com> <20190425152034.u4q6wjhm3yfhbnzp@mail.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20190425152034.u4q6wjhm3yfhbnzp@mail.google.com> Sender: linux-kernel-owner@vger.kernel.org To: Changbin Du Cc: "Rafael J. Wysocki" , Jonathan Corbet , Bjorn Helgaas , "open list:DOCUMENTATION" , Linux Kernel Mailing List , Fenghua Yu , linuxppc-dev , ACPI Devel Maling List , linux-gpio@vger.kernel.org, Mauro Carvalho Chehab List-Id: linux-acpi@vger.kernel.org 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! 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=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED 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 03DD3C43219 for ; Wed, 1 May 2019 10:15:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C9A2621734 for ; Wed, 1 May 2019 10:15:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726193AbfEAKPK (ORCPT ); Wed, 1 May 2019 06:15:10 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:64696 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726101AbfEAKPK (ORCPT ); Wed, 1 May 2019 06:15:10 -0400 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 Cc: "Rafael J. Wysocki" , Jonathan Corbet , Bjorn Helgaas , "open list:DOCUMENTATION" , Linux Kernel Mailing List , Fenghua Yu , linuxppc-dev , ACPI Devel Maling List , linux-gpio@vger.kernel.org, Mauro Carvalho Chehab 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="UTF-8" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Message-ID: <20190501101507.MlFvtC5c09meLWs39nYQW3IBsospGwrF6XHJbSCKsM8@z> 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!