From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 845B37D08A for ; Wed, 17 Apr 2019 10:31:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731632AbfDQKb2 (ORCPT ); Wed, 17 Apr 2019 06:31:28 -0400 Received: from casper.infradead.org ([85.118.1.10]:34152 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728575AbfDQKb1 (ORCPT ); Wed, 17 Apr 2019 06:31:27 -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=hRc5GT91Tnnpy8NVtnlbZePFNQeVKHOM/AItPJn934U=; b=pBWDvG/eWFaH2M7tinqaQO1MzX W8myUlxTYowA++qiQ8lsN2BdWIqk7QE2rBHtwvjqQWZZUjF5NwYbmlTQM4yOZ6x//mNqozLkSKp2K S9v8pmCi6CGONozYFFQNHunCk1XKrNaJX8EGTOOTdLpk+X59BzDevF48an2ZpnVutxkZExlBOsjzR ua9mlWnueES6rC6q/nyEHfP3olaDtjOFgdJ8+7eEmafyoNpZlJj1k5oUwLrz4ES8Is9G9dCaIFHOG AeDixRJ1nelLB/fcUVI8jxod+KDIn/Kt1dS7P6An8X1o69IDbin1D/z56d1ua+5i9Oq7htYFq95B8 kF+o/raA==; Received: from 177.132.233.55.dynamic.adsl.gvt.net.br ([177.132.233.55] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGhqc-0001Hh-H3; Wed, 17 Apr 2019 10:31:23 +0000 Date: Wed, 17 Apr 2019 07:31:17 -0300 From: Mauro Carvalho Chehab To: Liviu Dudau Cc: Linux Doc Mailing List , linux-hwmon@vger.kernel.org, Jean Delvare , Jonathan Corbet , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org, Sudeep Holla , Guenter Roeck Subject: Re: [PATCH v3 02/21] docs: hwmon: vexpress: convert to ReST format Message-ID: <20190417073117.27436037@coco.lan> In-Reply-To: <20190417102415.GU15144@e110455-lin.cambridge.arm.com> References: <7f3e72d30c341b48d344110925a4f5fb3c92fe3c.1555494108.git.mchehab+samsung@kernel.org> <20190417102415.GU15144@e110455-lin.cambridge.arm.com> 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-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Em Wed, 17 Apr 2019 11:24:15 +0100 Liviu Dudau escreveu: > On Wed, Apr 17, 2019 at 06:46:10AM -0300, Mauro Carvalho Chehab wrote: > > Convert vexpress to ReST format, in order to allow it to > > be parsed by Sphinx. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > Documentation/hwmon/vexpress | 13 ++++++++++--- > > 1 file changed, 10 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress > > index 557d6d5ad90d..8c861c8151ac 100644 > > --- a/Documentation/hwmon/vexpress > > +++ b/Documentation/hwmon/vexpress > > @@ -2,14 +2,21 @@ Kernel driver vexpress > > ====================== > > > > Supported systems: > > + > > * ARM Ltd. Versatile Express platform > > + > > Prefix: 'vexpress' > > + > > Datasheets: > > + > > * "Hardware Description" sections of the Technical Reference Manuals > > - for the Versatile Express boards: > > - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + for the Versatile Express boards: > > + > > + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + > > * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: > > - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > + > > + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > > > Author: Pawel Moll > > I've acked this at v2 and I can't see any differences. Sorry, I forgot to include the acks. It shouldn't have any difference here (except for context lines, if any). The main goal of this was to rebase, per Guenter request, in order to apply over the top of linux-next. The only non-context changes were on patches 11, 16 and 20. The past version was based on docs-next. > Do you now want > my Acks and prefer to get Pawel's? Yeah, please send your acks. > > Best regards, > Liviu > > > > > -- > > 2.20.1 > > > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > Thanks, Mauro 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=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 60EA8C10F12 for ; Wed, 17 Apr 2019 10:31:36 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 3182D2173C for ; Wed, 17 Apr 2019 10:31:36 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="DVoB1bqq"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="pBWDvG/e" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3182D2173C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OGpcXbOsPNKyHAnJmHXCmtVLAMa8xFN4VZ+WGe5Z8bA=; b=DVoB1bqquylV/y dh3/oPKGjGPzkNcUTAzR3OMh5dh9O8u8/oDRUB3hQKrB3iOg63gj9AX1o6AP2sASC+o1E70fQRP8Y PwYSmvB7sZD2Q94ry79ecQd5cI0cnU9ConiZ6qg8csWOm2bzrjYvHDM1kEasjRmahtlsP5AjNbOvo o3qpzE0j2wEuPAjmQoR+ZjlEWV/nX4tL1rwWn/ECPBg8AFArmnInYLxttYbWKqBwOi6xZBSuPkI9S fhf1PvDddamRaonQYcegVM4o3Swli4cbB/1PYklFTYnnnOLgPbACiQfAk9pR6OC4hjPRtrb7nIbm9 x065X2CMQ62XDOaBjeRA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGhqj-0006B5-DW; Wed, 17 Apr 2019 10:31:29 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGhqg-00068j-Nz; Wed, 17 Apr 2019 10:31:26 +0000 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=hRc5GT91Tnnpy8NVtnlbZePFNQeVKHOM/AItPJn934U=; b=pBWDvG/eWFaH2M7tinqaQO1MzX W8myUlxTYowA++qiQ8lsN2BdWIqk7QE2rBHtwvjqQWZZUjF5NwYbmlTQM4yOZ6x//mNqozLkSKp2K S9v8pmCi6CGONozYFFQNHunCk1XKrNaJX8EGTOOTdLpk+X59BzDevF48an2ZpnVutxkZExlBOsjzR ua9mlWnueES6rC6q/nyEHfP3olaDtjOFgdJ8+7eEmafyoNpZlJj1k5oUwLrz4ES8Is9G9dCaIFHOG AeDixRJ1nelLB/fcUVI8jxod+KDIn/Kt1dS7P6An8X1o69IDbin1D/z56d1ua+5i9Oq7htYFq95B8 kF+o/raA==; Received: from 177.132.233.55.dynamic.adsl.gvt.net.br ([177.132.233.55] helo=coco.lan) by casper.infradead.org with esmtpsa (Exim 4.90_1 #2 (Red Hat Linux)) id 1hGhqc-0001Hh-H3; Wed, 17 Apr 2019 10:31:23 +0000 Date: Wed, 17 Apr 2019 07:31:17 -0300 From: Mauro Carvalho Chehab To: Liviu Dudau Subject: Re: [PATCH v3 02/21] docs: hwmon: vexpress: convert to ReST format Message-ID: <20190417073117.27436037@coco.lan> In-Reply-To: <20190417102415.GU15144@e110455-lin.cambridge.arm.com> References: <7f3e72d30c341b48d344110925a4f5fb3c92fe3c.1555494108.git.mchehab+samsung@kernel.org> <20190417102415.GU15144@e110455-lin.cambridge.arm.com> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-hwmon@vger.kernel.org, Jean Delvare , Jonathan Corbet , Linux Doc Mailing List , linux-kernel@vger.kernel.org, Mauro Carvalho Chehab , Lorenzo Pieralisi , Guenter Roeck , Sudeep Holla , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Em Wed, 17 Apr 2019 11:24:15 +0100 Liviu Dudau escreveu: > On Wed, Apr 17, 2019 at 06:46:10AM -0300, Mauro Carvalho Chehab wrote: > > Convert vexpress to ReST format, in order to allow it to > > be parsed by Sphinx. > > > > Signed-off-by: Mauro Carvalho Chehab > > --- > > Documentation/hwmon/vexpress | 13 ++++++++++--- > > 1 file changed, 10 insertions(+), 3 deletions(-) > > > > diff --git a/Documentation/hwmon/vexpress b/Documentation/hwmon/vexpress > > index 557d6d5ad90d..8c861c8151ac 100644 > > --- a/Documentation/hwmon/vexpress > > +++ b/Documentation/hwmon/vexpress > > @@ -2,14 +2,21 @@ Kernel driver vexpress > > ====================== > > > > Supported systems: > > + > > * ARM Ltd. Versatile Express platform > > + > > Prefix: 'vexpress' > > + > > Datasheets: > > + > > * "Hardware Description" sections of the Technical Reference Manuals > > - for the Versatile Express boards: > > - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + for the Versatile Express boards: > > + > > + - http://infocenter.arm.com/help/topic/com.arm.doc.subset.boards.express/index.html > > + > > * Section "4.4.14. System Configuration registers" of the V2M-P1 TRM: > > - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > + > > + - http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0447-/index.html > > > > Author: Pawel Moll > > I've acked this at v2 and I can't see any differences. Sorry, I forgot to include the acks. It shouldn't have any difference here (except for context lines, if any). The main goal of this was to rebase, per Guenter request, in order to apply over the top of linux-next. The only non-context changes were on patches 11, 16 and 20. The past version was based on docs-next. > Do you now want > my Acks and prefer to get Pawel's? Yeah, please send your acks. > > Best regards, > Liviu > > > > > -- > > 2.20.1 > > > > > > _______________________________________________ > > linux-arm-kernel mailing list > > linux-arm-kernel@lists.infradead.org > > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > Thanks, Mauro _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel