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_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 2EEE9C10F14 for ; Tue, 23 Apr 2019 12:36:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F0049204EC for ; Tue, 23 Apr 2019 12:36:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556022983; bh=ZeElB5MrxvyS1xAucgchjKeJIOxZf5Yjtbp+VuspcIc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=Y5L4AViejfHCifRkAXCop4uen1xX2jq/VxiI+r16OA3iPYiEax+NsB68rmLvvXY35 JKBCZY5/QT0QErzqHIQLUqz2SztJM8qdOPS/vlfbRf9KIiuhSn/mvv527KK8+536+c oVB5UGG7zdy8gZXKy9HQoPM9Nietv7cEqRl2OUZU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727808AbfDWMgV (ORCPT ); Tue, 23 Apr 2019 08:36:21 -0400 Received: from casper.infradead.org ([85.118.1.10]:46742 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727778AbfDWMgS (ORCPT ); Tue, 23 Apr 2019 08:36:18 -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=hFkON702bUd/WwTPJ6kyCwfsNPeaZfVttAo8WVlv5FQ=; b=YPcAkK6Go5opICdqhZWHfmrWOl ZHdS/UNIw5A/i3W5jpc10DLLoboupAJ2c0H0QfKSlkzNnASsOnrpUr+jdHJ9p9wdnEhbfekCvbIQP ig/cH9oKDmrX6LCIT/b+oTQC2TusMbzUJjjwBCQir0A2x/TT5U2wX8kHPWIFjaZfdYeeWkQj9qMbS 2ffaDf98/zSep9BrdRhll6+Yy+aN4a5+6CLdHGQke1FR4uI15NvVWc4V2bQEuhvaij4gWbFfDHUqD V2e81rhNIj6UAwgge9RYjbSTChoKeQdXM0MwbSbm1kawb2Ck2E4dP36ssoBPXuDAqU6TKYNmq2Wuw c95rQGGQ==; Received: from 177.17.136.231.dynamic.adsl.gvt.net.br ([177.17.136.231] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hIuek-0001D7-27; Tue, 23 Apr 2019 12:36:14 +0000 Date: Tue, 23 Apr 2019 09:36:08 -0300 From: Mauro Carvalho Chehab To: Linus Walleij Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" Subject: Re: [PATCH v2 15/79] docs: gpio: convert docs to ReST and rename to *.rst Message-ID: <20190423093608.1af5e0fb@coco.lan> In-Reply-To: References: <03cdacc3db76c5ff984c1507ea6434650d36d822.1555938376.git.mchehab+samsung@kernel.org> 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Tue, 23 Apr 2019 13:23:50 +0200 Linus Walleij escreveu: > On Mon, Apr 22, 2019 at 3:28 PM Mauro Carvalho Chehab > wrote: > > > The API described at sysfs.txt is deprecated. > > > > Still, as it is still part of the Kernel (and will likely be > > there for some time, as we don't simply remove APIs). So, > > it makes sense to keep it there. > > > > The conversion of this file is trivial: > > - add blank lines and identation in order to identify paragraphs; > > - mark a literal block as such. > > > > At its new index.rst, let's add a :orphan: while this is not linked to > > the main index.rst file, in order to avoid build warnings. > > > > Signed-off-by: Mauro Carvalho Chehab > > Acked-by: Linus Walleij > > Same question as the v1: should I apply it or will you :) I suspect that it would be better if it gets applied via the GPIO tree, in order to reduce potential merge conflicts. Regards, Mauro