From patchwork Mon Mar 30 20:13:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 6124951 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 58B519F2EC for ; Mon, 30 Mar 2015 20:19:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 90FBD202EC for ; Mon, 30 Mar 2015 20:19:29 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 94D33202AE for ; Mon, 30 Mar 2015 20:19:28 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ycg6t-00069i-Sm; Mon, 30 Mar 2015 20:16:35 +0000 Received: from mail-pd0-f181.google.com ([209.85.192.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ycg4g-0004C0-8W for linux-arm-kernel@lists.infradead.org; Mon, 30 Mar 2015 20:14:18 +0000 Received: by pdnc3 with SMTP id c3so186226590pdn.0 for ; Mon, 30 Mar 2015 13:13:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=sy24RlDWzCZLXFI8CZFSYqZRh5hnY+PEsmerNv4uQVg=; b=XgsBU2DniorTnyloBsmJBbvivDj5M7FGeN/5tPFX6/9qkWRMaQl8/81bKLXr4I2eej bWhFtbu9bzYe4QoKqEAbftxSCgCH92iWIDUQIx3CL3iioprtNE6cLrddjM/jqabib4gi KrNs75mTNFkmmsRWYOfvsQYd0GmzzBJQYRMS0RLLboM1KrIyNWjaE1NOHI4Mpt0fTG03 +8rJBtQk81+sWJjaECFkc9Ko6MGSL+3XcYO7XzVMwdiSBDtHDWmQFAPSlFmZyqfmtRUt DlP3/5z7HbAerlOv+BxvokHI2QFh1hyBJ8MC2ruG7IY0dB0Ytwq1rs98MXfjtOcO4hhn 3d0Q== X-Gm-Message-State: ALoCoQmy61iJln5gpqZEu3xpr+btlCMxQ8xmIO+ntQMC03B/BNAP4EifTM4+9vCZGwR72lCfUS+8 X-Received: by 10.68.132.134 with SMTP id ou6mr60374242pbb.121.1427746437039; Mon, 30 Mar 2015 13:13:57 -0700 (PDT) Received: from t430.cg.shawcable.net ([184.64.168.246]) by mx.google.com with ESMTPSA id jy9sm11549978pbc.31.2015.03.30.13.13.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 30 Mar 2015 13:13:56 -0700 (PDT) From: Mathieu Poirier To: gregkh@linuxfoundation.org Subject: [PATCH 4/8] coresight: Correcting documentation typographical error Date: Mon, 30 Mar 2015 14:13:37 -0600 Message-Id: <1427746421-31360-5-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1427746421-31360-1-git-send-email-mathieu.poirier@linaro.org> References: <1427746421-31360-1-git-send-email-mathieu.poirier@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150330_131418_393145_4E375D50 X-CRM114-Status: UNSURE ( 7.69 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: mathieu.poirier@linaro.org, kaixu.xia@linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, zhang.chunyan@linaro.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Mathieu Poirier --- Documentation/trace/coresight.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/coresight.txt b/Documentation/trace/coresight.txt index 02361552a3ea..77d14d51a670 100644 --- a/Documentation/trace/coresight.txt +++ b/Documentation/trace/coresight.txt @@ -14,7 +14,7 @@ document is concerned with the latter. HW assisted tracing is becoming increasingly useful when dealing with systems that have many SoCs and other components like GPU and DMA engines. ARM has developed a HW assisted tracing solution by means of different components, each -being added to a design at systhesis time to cater to specific tracing needs. +being added to a design at synthesis time to cater to specific tracing needs. Compoments are generally categorised as source, link and sinks and are (usually) discovered using the AMBA bus.