Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5954839yba; Wed, 1 May 2019 03:17:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqz/+q7HMLJy/obk9dzV/GTEANxa6xxwDfpziKDiCrxgljuRRNyJyDR+MUMedZSJNpIIb3mn X-Received: by 2002:a63:f64f:: with SMTP id u15mr64997273pgj.192.1556705846588; Wed, 01 May 2019 03:17:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1556705846; cv=none; d=google.com; s=arc-20160816; b=Ey0LI7ngI8gJ8oUxmq5TukyjzuhNyUuAaK2e+YA1MmacRjGjk/pvHj/TB0aKt0ryle 8sJ0ZGqAZU/Ew1Jkkh2vIzXcxKT/DH0gRm4MNiOu0nIBVb0RW1fa708ifKGoa1OYYAT1 aqIgZFfEGIWzqzJhg/dcpJCXKGzLfJwWe07A7xhHkMH0WseysJrkYdorHP1tZthJwrNL 8dcqeFkqsmIGYtRufsbP2jRNZBzj+JcjsukuPyo50Ogy50utfGUo1JvQbD0UBavy2RhT ayRzFMy2ZgRhr9BdaLWnVr/fFTshkhgQK8sfjcav98H6imGRQRIQ4ZYwWjwzUFGfB/0B nw4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=lf3NvUvmWxiuhp0sizPLcsxAsOHZ4gZ8u/dGL/ETkyQ=; b=Ifh+Y/d+dwvKQGKU2iHg7unf+AzqbojKfkRLq8JhpGPeKz+IBe2IYzP5G0RNzvYhZZ XmYdckdLhOrEso9ITKBiSoOoCA7cwEKZUkr1x9JwXunHxnTViADgYHS5hc5KRZbYE4jQ oWCQeBf2Zygs0mZgN2yOU2pG4dP3SRk7I/U+FH5Hpi4aCu7/HNNhriP5X0icuEIBkjf/ BOkdhiWbRfgn6pE/mmRomc4pYOLNLzNyfuxAzm7vYuVIID8zUf0DBlcQM6tPGeNLdcDW K2tWLaEioehE0i8z4J0ehNZcnaNpV1Mq/sz3gq376YLgfA+FYoIu+TvxzvT7ogYpJ+Kr FoQA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j19si40876395pfh.147.2019.05.01.03.17.10; Wed, 01 May 2019 03:17:26 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726376AbfEAKPK (ORCPT + 99 others); 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="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@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!