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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 C0CF4C31E49 for ; Wed, 19 Jun 2019 10:44:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8B1EF2064A for ; Wed, 19 Jun 2019 10:44:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560941042; bh=uqCTXHrCel4Y6/6/wUj2WViVXt+GgvlSaCIe0fO/Cp8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=H+aKL/iV8DTc7ruqviDwzw1UzdvywvBaopvcqyHMLmiNIh+73EbA9YA7Y8AlLAk9p LP/JsC3x45jtzn3wnQaJQcvNvoRgI6xgOlMHzlMFbyYyodILq+HBeZTn4tSM0jaMYE LI2o+NHuzNqIl7ewrJDbsGrM2uoEBB6i+goTlTC8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726958AbfFSKoC (ORCPT ); Wed, 19 Jun 2019 06:44:02 -0400 Received: from casper.infradead.org ([85.118.1.10]:45556 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726751AbfFSKoC (ORCPT ); Wed, 19 Jun 2019 06:44:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=WKW/0TRPIb29ZUwqdiEIWuQ61spuUdkZV5X/uIQH8S0=; b=t84WOhRQC7YxmEGug4+IeE6ZG2 f+hoPyDbMpZ1t1RdL04ORAisWEtnBm7TBzZCei4viOpDDvy0Bz37Dzse0a6sB91zznwDqLFIavFPZ L2+aMBp0o3rBIpixd9Gbfy2CXTASqIiKw/0YX1jH4qmI2yIxEVvhclGLgH9oz2oQfnMjq5r3Ma7FH VPBesNLK0jlZm/X+Azr5T27AVvWUO6/aNwXoUAVTdV9RvkWs8SrgtucdWogeS+Xl0RSaxeOX7X+4Y bTSgdODUhdMY6pcuFbSLEtjyuA2CUsklO6h4/EoWuCbjvgnNaiwS5whTX9PyKRUDIjnU/OmVMIVdt t6pOk19w==; Received: from 177.133.86.196.dynamic.adsl.gvt.net.br ([177.133.86.196] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hdY4M-0003f9-Vr; Wed, 19 Jun 2019 10:43:59 +0000 Date: Wed, 19 Jun 2019 07:43:52 -0300 From: Mauro Carvalho Chehab To: "Rafael J. Wysocki" Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , MyungJoo Ham , Chanwoo Choi , Len Brown , linux-acpi@vger.kernel.org Subject: Re: [PATCH v1 20/22] docs: extcon: move it to acpi dir and convert it to ReST Message-ID: <20190619074352.79993138@coco.lan> In-Reply-To: <4701210.Ilfu9VLqBR@kreacher> References: <4701210.Ilfu9VLqBR@kreacher> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Em Wed, 19 Jun 2019 11:59:18 +0200 "Rafael J. Wysocki" escreveu: > On Tuesday, June 18, 2019 11:05:44 PM CEST Mauro Carvalho Chehab wrote: > > The intel-int3496.txt file is a documentation for an ACPI driver. > > > > There's no reason to keep it on a separate directory. > > > > So, instead of keeping it on some random location, move it > > to a sub-directory inside the ACPI documentation dir. > > > > For now, keep it with .txt extension, in order to avoid > > Sphinx build noise. A later patch should change it to .rst > > and movin it to be together with other acpi docs. > > > > Signed-off-by: Mauro Carvalho Chehab > > Acked-by: Rafael J. Wysocki > > Or please let me know if you want me to pick up this one. Feel free to pick it. Thanks, Mauro