From patchwork Mon May 25 08:15:17 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Ivan T. Ivanov" X-Patchwork-Id: 6472881 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 7B7E9C0020 for ; Mon, 25 May 2015 08:19:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D6DE920426 for ; Mon, 25 May 2015 08:19:19 +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 2A81D2041B for ; Mon, 25 May 2015 08:19:16 +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 1YwnYB-0006M1-6l; Mon, 25 May 2015 08:15:55 +0000 Received: from mail-wi0-f174.google.com ([209.85.212.174]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YwnY1-0005Bo-Sx for linux-arm-kernel@lists.infradead.org; Mon, 25 May 2015 08:15:49 +0000 Received: by wicmx19 with SMTP id mx19so34295966wic.0 for ; Mon, 25 May 2015 01:15:21 -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; bh=Yx+MXoS8ZjLM0Ipo+Mv0TU+PL9T4Nv0SU8yQcpzwUDY=; b=JZZ/jIb0zMnr4UpnkyJn8513ETkqhXo6XDaXJMAk2f0jwJXZrWGCE/HMyNnMeFg9Iy EQpVWkFnQVJZFt3npviJHHsYG75YpcdANeEaq53TY96LlPXgRD0am8tWqxUj9tQSzAva CRO6a7G0acJIQ94sK06iOjUQn8oJeoNajdp6KmODpBwi/st3jR7gZ1t4ypSWY6lSB+OM 1CMmdwHCCcNVi3G4j6VxEXL8HnEHA6ROs3wxC4TsBa7xFO5bYskqCenhgwAjshp3T53A iMeqa00ZgZlmxCEaQr4Szf3B5R/t9db9X8uNAxbNjnKU6UQ5ry/IgQAe06el2UruBe8C W1pw== X-Gm-Message-State: ALoCoQlBJwqvhUcdGTZO/oM2xzc83Q8THT0gP5u+n6SfUBkwWPB8jWEN9WtUEU5a2ZLLGl8Mb3+f X-Received: by 10.194.205.101 with SMTP id lf5mr38175843wjc.42.1432541721716; Mon, 25 May 2015 01:15:21 -0700 (PDT) Received: from localhost.localdomain ([37.157.136.206]) by mx.google.com with ESMTPSA id ck16sm15525732wjb.37.2015.05.25.01.15.20 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 25 May 2015 01:15:21 -0700 (PDT) From: "Ivan T. Ivanov" To: Mathieu Poirier Subject: [PATCH v2] coresight-etm3x: Add Qualcomm PTM v1.1 peripheral ID Date: Mon, 25 May 2015 11:15:17 +0300 Message-Id: <1432541717-32211-1-git-send-email-ivan.ivanov@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150525_011546_081982_DC983B0A X-CRM114-Status: UNSURE ( 9.65 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.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 Add Qualcomm's PTM v1.1 peripheral ID to supported devices. This device could be found at least in MSM8974 and APQ8064 chipsets. Signed-off-by: Ivan T. Ivanov --- Changes since v1: - s/PFT/PTM/ to describe device and not protocol implementation drivers/hwtracing/coresight/coresight-etm3x.c | 5 +++++ 1 file changed, 5 insertions(+) -- 1.9.1 diff --git a/drivers/hwtracing/coresight/coresight-etm3x.c b/drivers/hwtracing/coresight/coresight-etm3x.c index 018a00f..cca98a8 100644 --- a/drivers/hwtracing/coresight/coresight-etm3x.c +++ b/drivers/hwtracing/coresight/coresight-etm3x.c @@ -1912,6 +1912,11 @@ static struct amba_id etm_ids[] = { .mask = 0x0003ffff, .data = "PTM 1.1", }, + { /* PTM 1.1 Qualcomm */ + .id = 0x0003006f, + .mask = 0x0003ffff, + .data = "PTM 1.1", + }, { 0, 0}, };