From patchwork Fri Jul 31 15:37:21 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathieu Poirier X-Patchwork-Id: 6914261 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 12C979F39D for ; Fri, 31 Jul 2015 15:40:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 56FDA203F7 for ; Fri, 31 Jul 2015 15:40:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 30531203F1 for ; Fri, 31 Jul 2015 15:40:20 +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 1ZLCO8-0000JD-OI; Fri, 31 Jul 2015 15:38:24 +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 1ZLCNx-0000DV-15 for linux-arm-kernel@lists.infradead.org; Fri, 31 Jul 2015 15:38:13 +0000 Received: by pdrg1 with SMTP id g1so44551697pdr.2 for ; Fri, 31 Jul 2015 08:37:51 -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=WlM5ivHMN6awy98xIfQT/amcBLU/10EWZ3uIcnsQJ0c=; b=PD+DZ0faJegS7OBr1ihVXyPj7vga8G6GuugwOQSqNSTjRX2tw8ufB+dg7ZZPKsQyEh l2sVrUOgXQpIYkcfwD54xBQdjkery+v3IX3ZjEknfCJXlEAAUoq+l4XttzxSAYOdVus9 LtmeQYaQR/Xy90FRfjH+X0ThX8Jjfpwgyoc81WqADp3cy/SDaAcIdRWWBq9HQ3Oaw/qj yNLLnS9ZnO68ZHZOWvwtznilPahc7q/NSA3pLOi7RWsg8nlpygWx/Y7shfNhiuQpjXKc TkgB+kpU7V3qZOzIA4cgffMiJhkbQE6RcnFP26BFms1+YjUiTlKqXICWWSSjGDFenNAq L+kg== X-Gm-Message-State: ALoCoQn5qncZkTFiYMQPL8cVWAQus7/OJwLJFFmNJxldiKuVWGFWBg9e/RCBd2ISJmeURGu8jTTu X-Received: by 10.70.103.145 with SMTP id fw17mr8274970pdb.1.1438357071534; Fri, 31 Jul 2015 08:37:51 -0700 (PDT) Received: from t430.cg.shawcable.net ([184.64.168.246]) by smtp.gmail.com with ESMTPSA id y2sm8317284pdi.80.2015.07.31.08.37.50 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 31 Jul 2015 08:37:50 -0700 (PDT) From: Mathieu Poirier To: gregkh@linuxfoundation.org Subject: [PATCH 01/10] coresight: binding for ETMv4 coresight drivers Date: Fri, 31 Jul 2015 09:37:21 -0600 Message-Id: <1438357050-22486-2-git-send-email-mathieu.poirier@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1438357050-22486-1-git-send-email-mathieu.poirier@linaro.org> References: <1438357050-22486-1-git-send-email-mathieu.poirier@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150731_083813_097177_97C91471 X-CRM114-Status: GOOD ( 11.09 ) X-Spam-Score: -2.6 (--) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: mathieu.poirier@linaro.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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=-5.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, 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 Adding compatible string for new coresight ETMv4 tracer. Signed-off-by: Mathieu Poirier --- Documentation/devicetree/bindings/arm/coresight.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/coresight.txt b/Documentation/devicetree/bindings/arm/coresight.txt index 65a6db2271a2..62938eb9697f 100644 --- a/Documentation/devicetree/bindings/arm/coresight.txt +++ b/Documentation/devicetree/bindings/arm/coresight.txt @@ -17,6 +17,7 @@ its hardware characteristcs. - "arm,coresight-tmc", "arm,primecell"; - "arm,coresight-funnel", "arm,primecell"; - "arm,coresight-etm3x", "arm,primecell"; + - "arm,coresight-etm4x", "arm,primecell"; - "qcom,coresight-replicator1x", "arm,primecell"; * reg: physical base address and length of the register