From patchwork Fri Apr 17 08:58:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 6229511 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 ED4FBBF4A7 for ; Fri, 17 Apr 2015 09:02:28 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 320F32025A for ; Fri, 17 Apr 2015 09:02:28 +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 14CD42028D for ; Fri, 17 Apr 2015 09:02:27 +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 1Yj28M-0005yL-Aq; Fri, 17 Apr 2015 09:00:22 +0000 Received: from mail-lb0-f181.google.com ([209.85.217.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Yj27o-0004ca-Cd for linux-arm-kernel@lists.infradead.org; Fri, 17 Apr 2015 08:59:49 +0000 Received: by lbbzk7 with SMTP id zk7so77732775lbb.0 for ; Fri, 17 Apr 2015 01:59:26 -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=/h+fGy132EOexMFqS4UCFmyNGJcUw+HH9tKyDbW5xj4=; b=drQ8db+C6MmsWb226x1C5/r9DPqinpQUZ5iUsAZiXQUP4UMHJSFt+8m/TK3Ul2R1qv rTpWNIfdZyDDIACJ9pH+bBRd7aI2h47iWZysZsWqguKRUeiLqU6a6Qh8YzB/FUxwCVk3 sGo6Ti1LBkM7FS0kfUdJxMoQxhX+8Z4mB0Sd3II+PwquhI+fppc94FCl4t9UWttB92Lx mroONGzGDS9nYxjfoOuvoLbGV2kPuHa+rUz80BXLmV7MSaXJ52nvCtXzwJbygV9j2Qs5 ZNnSDoZZnXPB/iuxMp1pI0cMb7Fq8lB/8+WKgLzx5IITLm/tjPN+jj4S710PJPWOebtd tMbQ== X-Gm-Message-State: ALoCoQlDRchYezX+dlsecKJS7KvbrP/NJcKtcIwm+buqOpw/OisUDYXbujbxdtblA7fygT8yopDW X-Received: by 10.152.238.7 with SMTP id vg7mr1674217lac.3.1429261166176; Fri, 17 Apr 2015 01:59:26 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id f7sm2271119lam.17.2015.04.17.01.59.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 17 Apr 2015 01:59:25 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Mathieu Poirier Subject: [PATCH 02/13] coresight: support the TPIU version found in Ux500 Date: Fri, 17 Apr 2015 10:58:49 +0200 Message-Id: <1429261140-13910-3-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1429261140-13910-1-git-send-email-linus.walleij@linaro.org> References: <1429261140-13910-1-git-send-email-linus.walleij@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150417_015948_679257_9A790D86 X-CRM114-Status: GOOD ( 10.37 ) X-Spam-Score: -0.7 (/) Cc: Ulf Hansson , "Rafael J. Wysocki" , Russell King , Linus Walleij , Trollkarlen Marklund 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 The Ux500 has a PrimeCell version 4B instead of the 3B as supported by the driver, extend the match table to cover this version. Signed-off-by: Linus Walleij --- drivers/coresight/coresight-tpiu.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/drivers/coresight/coresight-tpiu.c b/drivers/coresight/coresight-tpiu.c index 3b33af2416bb..88b6b0c32538 100644 --- a/drivers/coresight/coresight-tpiu.c +++ b/drivers/coresight/coresight-tpiu.c @@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = { .id = 0x0003b912, .mask = 0x0003ffff, }, + { + .id = 0x0004b912, + .mask = 0x0007ffff, + }, { 0, 0}, };