From patchwork Wed May 20 15:02:25 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: 6447251 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 2E6ABC0432 for ; Wed, 20 May 2015 15:05:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5B93A2034B for ; Wed, 20 May 2015 15:05:42 +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 82C0620328 for ; Wed, 20 May 2015 15:05:41 +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 1Yv5WT-0004SM-LS; Wed, 20 May 2015 15:03:05 +0000 Received: from mail-wi0-f180.google.com ([209.85.212.180]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yv5WJ-0004F0-Nv for linux-arm-kernel@lists.infradead.org; Wed, 20 May 2015 15:02:56 +0000 Received: by wizk4 with SMTP id k4so158614330wiz.1 for ; Wed, 20 May 2015 08:02:32 -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=rKCwZrXCTQr/5aFlmRER0OGOHB47IxpFKk2qzLBdTPQ=; b=aFtBAiVv5vCz9gAQfQ/7UNTKJWJzBjWYY6f1kJ4xh14VOxPBzWwlfi9hdQVGh9K1ZP sPqSJuynSe9zr2d8hibeSiXrwLvG1Ho+lUMGa0urv+PvUpU8LlGJwFjHWD7iyW54Tr/r jvkryZ/BtX3meDj6DdVZruabGnJDtsLLYDmHwjzYqmak5KVZYsqugyNAe4YZttdU/zWp CREDbq83VoTfu3vgwA7xjCh+uXKu/iZvNO1NIaovh17aobWCR1JGhgJXmToaEJpTG7Sk I3PENm6nwHS5TgMR29NYI5a0+YLSzRPvOELejT8icl6hpTZDyez3Z8dyIq9Hy4FGblUI upfQ== X-Gm-Message-State: ALoCoQnW8uCFxE2gf5kOIhbEK1aroWbnZ06rxvflcWY7rboAzEEjx0qtSRKTYmOmbbPR2eouhkNa X-Received: by 10.194.104.71 with SMTP id gc7mr62953556wjb.114.1432134152271; Wed, 20 May 2015 08:02:32 -0700 (PDT) Received: from mms-0439.wifi.mm-sol.com ([37.157.136.206]) by mx.google.com with ESMTPSA id z12sm27275743wjw.39.2015.05.20.08.02.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 20 May 2015 08:02:31 -0700 (PDT) From: "Ivan T. Ivanov" To: Mathieu Poirier Subject: [PATCH] coresight-etm3x: Add Qualcomm PFT v1.1 peripheral ID Date: Wed, 20 May 2015 18:02:25 +0300 Message-Id: <1432134145-28298-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-20150520_080255_970043_E677ECE3 X-CRM114-Status: UNSURE ( 8.68 ) 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 PFT 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 --- 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..e13520f 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", }, + { /* PFT 1.1 Qualcomm */ + .id = 0x0003006f, + .mask = 0x0003ffff, + .data = "PFT 1.1", + }, { 0, 0}, };