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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 ECBB7C3F2D9 for ; Tue, 3 Mar 2020 15:50:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA55220866 for ; Tue, 3 Mar 2020 15:50:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583250651; bh=PyKCDooU4KzQOkbDDZXq892AnX71lclOSwV9wlmYVO0=; h=From:Cc:Subject:Date:In-Reply-To:References:To:List-ID:From; b=AOYg3DdIelXis6tT9cMlpJ3uUleEzQMdRxw5/C2jWldR8UXeCvn6VeD3jWGRMpHt7 QoZBkxPaT6HHx5v1/hO/rEUX7dnDGrjoX0k9sZIMaKoNOyDUebG2piV1PUkPklelKj LFyKUIFmQgn5mqS6QJ44ObgpOC0EIsAqPTBt5HkU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730242AbgCCPuv (ORCPT ); Tue, 3 Mar 2020 10:50:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:60066 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730245AbgCCPuu (ORCPT ); Tue, 3 Mar 2020 10:50:50 -0500 Received: from mail.kernel.org (tmo-101-56.customers.d1-online.com [80.187.101.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BC7521741; Tue, 3 Mar 2020 15:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583250650; bh=PyKCDooU4KzQOkbDDZXq892AnX71lclOSwV9wlmYVO0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mY2zVi/2UJK8rPzJbpBPpMZUN48qXP3MFxbHZpeInZ1W52behvVDlAAQDY6SpvpGY l1Mc7YQhchvIzchQAMf6IFu8bHgggSiNzFwWBTHG5pIdM3OJawzM5/y0THK+FK38TY 9dT7tNnwnmFHqrYThmLPGjZ4gTeTGt/mky/K0YOE= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1j99og-001ZPA-KL; Tue, 03 Mar 2020 16:50:42 +0100 From: Mauro Carvalho Chehab Cc: Mauro Carvalho Chehab , Frank Li , Jonathan Corbet , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org Subject: [PATCH 8/9] docs: perf: imx-ddr.rst: get rid of a warning Date: Tue, 3 Mar 2020 16:50:38 +0100 Message-Id: X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Documentation/admin-guide/perf/imx-ddr.rst:47: WARNING: Unexpected indentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/perf/imx-ddr.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/perf/imx-ddr.rst b/Documentation/admin-guide/perf/imx-ddr.rst index 3726a10a03ba..f05f56c73b7d 100644 --- a/Documentation/admin-guide/perf/imx-ddr.rst +++ b/Documentation/admin-guide/perf/imx-ddr.rst @@ -43,7 +43,8 @@ value 1 for supported. AXI_ID and AXI_MASKING are mapped on DPCR1 register in performance counter. When non-masked bits are matching corresponding AXI_ID bits then counter is - incremented. Perf counter is incremented if + incremented. Perf counter is incremented if:: + AxID && AXI_MASKING == AXI_ID && AXI_MASKING This filter doesn't support filter different AXI ID for axid-read and axid-write -- 2.24.1 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=-10.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT 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 84880C3F2C6 for ; Tue, 3 Mar 2020 15:50:54 +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 5A0DD206E2 for ; Tue, 3 Mar 2020 15:50:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iZds3ijB"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="mY2zVi/2" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5A0DD206E2 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:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gSW5VDGneyKDS8o5wSVD6fxcEoFOa+0N/ZO/IRasizg=; b=iZds3ijBQYGwn5 RYCcEFUZvrC6RkkNayAXW7yGzeKY6MeoIBCFu3GwAxvdtHkBva1TuS1+q0/7cdW/P8mTzsTs5X7Jd nHskFiiqWrUZwdMnGFv6yG9oyR15R9xi223bZcow9mVh+8PHqdiAy1VIOJBCSBMUxQnPshft21H4T yit7jluhTBFUfSVPJwSGh2xddo9NyT0hKS4KGY0kvF6LBMVI2gAl87nk/07f4q0tm8l7eTzNHkp4i lJY3jWnC1OePdMIt31Z1HkjSC/7H6TZ7f7+dpkYzld0D9C9TCnzr9HddANcxOrKQPK+7ckMbUtonz iytv/Thg/KSJ0RK44b4g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j99or-0008LW-T2; Tue, 03 Mar 2020 15:50:53 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j99op-0008KX-2y for linux-arm-kernel@lists.infradead.org; Tue, 03 Mar 2020 15:50:52 +0000 Received: from mail.kernel.org (tmo-101-56.customers.d1-online.com [80.187.101.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BC7521741; Tue, 3 Mar 2020 15:50:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583250650; bh=PyKCDooU4KzQOkbDDZXq892AnX71lclOSwV9wlmYVO0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mY2zVi/2UJK8rPzJbpBPpMZUN48qXP3MFxbHZpeInZ1W52behvVDlAAQDY6SpvpGY l1Mc7YQhchvIzchQAMf6IFu8bHgggSiNzFwWBTHG5pIdM3OJawzM5/y0THK+FK38TY 9dT7tNnwnmFHqrYThmLPGjZ4gTeTGt/mky/K0YOE= Received: from mchehab by mail.kernel.org with local (Exim 4.92.3) (envelope-from ) id 1j99og-001ZPA-KL; Tue, 03 Mar 2020 16:50:42 +0100 From: Mauro Carvalho Chehab To: Subject: [PATCH 8/9] docs: perf: imx-ddr.rst: get rid of a warning Date: Tue, 3 Mar 2020 16:50:38 +0100 Message-Id: X-Mailer: git-send-email 2.24.1 In-Reply-To: References: MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200303_075051_154215_796999DF X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jonathan Corbet , Mauro Carvalho Chehab , Fabio Estevam , Sascha Hauer , linux-doc@vger.kernel.org, Frank Li , NXP Linux Team , Pengutronix Kernel Team , Shawn Guo , 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 Documentation/admin-guide/perf/imx-ddr.rst:47: WARNING: Unexpected indentation. Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/perf/imx-ddr.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/perf/imx-ddr.rst b/Documentation/admin-guide/perf/imx-ddr.rst index 3726a10a03ba..f05f56c73b7d 100644 --- a/Documentation/admin-guide/perf/imx-ddr.rst +++ b/Documentation/admin-guide/perf/imx-ddr.rst @@ -43,7 +43,8 @@ value 1 for supported. AXI_ID and AXI_MASKING are mapped on DPCR1 register in performance counter. When non-masked bits are matching corresponding AXI_ID bits then counter is - incremented. Perf counter is incremented if + incremented. Perf counter is incremented if:: + AxID && AXI_MASKING == AXI_ID && AXI_MASKING This filter doesn't support filter different AXI ID for axid-read and axid-write -- 2.24.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel