From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 77E94C001E0 for ; Tue, 1 Aug 2023 14:51:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RfX657Pwdsvfrr5ieQP2LPU//Xde5rIZLOYEoNxED9Q=; b=g86VY/5kHfa1hp EXBKnn1cZEZH1MoMme5beS8z/GT2FCwY4gcIRL9QOzt72e32IRjB8atlEmEj4+UNuOZI5WGZHSixm NalBb/40kQzyR8Zj8N3hCxNbPdCgLW/sqqL1QwYGEtr8n/5mlZ6DZpaHHyRFOzvkKcQxLHINr/4WY O0c5pm7Q41NKO4z6sabW/T/zaoDz65vfM+Gtf29+WLMX5+VZ4Ek97RjdgGxsiLyJOWM7WNEeoqysf 17miEyruf7BGPb/tqIa+xGbq18E6/YhImAdXNKwvxLkuAMW5Zpsjzwz0ZDJFsA0I1FWabVE488Clz M0PV/aGYJ2K9jluye7Ng==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qQqia-002eIG-1R; Tue, 01 Aug 2023 14:51:24 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qQqiY-002eGw-01 for linux-arm-kernel@lists.infradead.org; Tue, 01 Aug 2023 14:51:23 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1846A615DA; Tue, 1 Aug 2023 14:51:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B544C433C9; Tue, 1 Aug 2023 14:51:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690901477; bh=7uGQKwVmgrp2Epfn507StufnLwuxNRzOT2TUGmio1nY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IOdkNYBYAU9AX/fY99FY4zIPHOKZFc4/+CgrxENCucJE8LqcYvXCMXO+ZBikeSLUC zWthPY4bx+35gdRgEZyninDGgW6FTJ3//b04kr1P3mXVz+2IiRQWoSB8JNu+wShaQf k+8m/r7SlZCXi4QbMxc1RImacnVChJMDPEodjTQOJJQ/wmuo0Si3qS86wtG25AYvDL V+KAan+bAR5N/iTCgNT7UwI0bsFxYwqpKN7XiN5/G+kUhc/C7Uv/v9Vd4n10iK9T3m Rrhj6NDxWgUbgupJXQT0zyuBTmm/dq9AgXnLoqcqNJ1JwLj/HxgAGm2k+VbMdw0DTr qZfgKSkM9obRg== Date: Tue, 1 Aug 2023 15:51:12 +0100 From: Will Deacon To: Anshuman Khandual Cc: linux-arm-kernel@lists.infradead.org, suzuki.poulose@arm.com, Catalin Marinas , Mark Rutland , linux-kernel@vger.kernel.org Subject: Re: [PATCH V2 2/4] arm_pmu: acpi: Add a representative platform device for TRBE Message-ID: <20230801145111.GF26253@willie-the-truck> References: <20230801094052.750416-1-anshuman.khandual@arm.com> <20230801094052.750416-3-anshuman.khandual@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230801094052.750416-3-anshuman.khandual@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230801_075122_091034_DB37C1AD X-CRM114-Status: GOOD ( 11.93 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 01, 2023 at 03:10:50PM +0530, Anshuman Khandual wrote: > diff --git a/include/linux/perf/arm_pmu.h b/include/linux/perf/arm_pmu.h > index a0801f68762b..7ec26d21303d 100644 > --- a/include/linux/perf/arm_pmu.h > +++ b/include/linux/perf/arm_pmu.h > @@ -187,5 +187,6 @@ void armpmu_free_irq(int irq, int cpu); > #endif /* CONFIG_ARM_PMU */ > > #define ARMV8_SPE_PDEV_NAME "arm,spe-v1" > +#define ARMV8_TRBE_PDEV_NAME "arm-trbe-acpi" Why is the TRBE name formatted differently to the SPE one? Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel