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 C2B21C0015E for ; Wed, 2 Aug 2023 01:08:25 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6r3CKfppT2dCFcuqYmO+rVwaUn+RPy8f6FL9Auva3i8=; b=QkSwGCti+Ba4Nk 5+CzZHLP1RGD+ArgR4tq6rgkmrTP1deSO5lz3ZftsT2uDnLKXP7NCq/m4BKcfYSTdThveoSD6tY2+ UKS6AVGG3RnfFGjSTAv2qFiR3H9+JGEx/prWHq4EwxCn8CPWT00IHrEOhQSa5sLhKvZZdOeNAKfKA /VvSM27i55gt5Oh/pyHByWBq4MwfmaoYs+9mZSC31v+mveGCbTBsuI9SoUVjWW6gCynkXYc8VajQ2 F0Z/1/qU5PFWIo2dr2OOXr+fZWWdgkEWHeFtFoBvfKdiLUjPWEeENsQlh/YbPiiv2eUbH+Ygptmzx g29rI3qM4X0PdjBl32lw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qR0LD-003enu-1t; Wed, 02 Aug 2023 01:07:55 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qR0LB-003en8-0P for linux-arm-kernel@lists.infradead.org; Wed, 02 Aug 2023 01:07:54 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id AA5A9D75; Tue, 1 Aug 2023 18:08:33 -0700 (PDT) Received: from [10.163.53.180] (unknown [10.163.53.180]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 439563F5A1; Tue, 1 Aug 2023 18:07:48 -0700 (PDT) Message-ID: <505c6b25-d9e8-d7b3-1a0d-2b51e45fb66a@arm.com> Date: Wed, 2 Aug 2023 06:37:47 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Subject: Re: [PATCH V2 2/4] arm_pmu: acpi: Add a representative platform device for TRBE Content-Language: en-US To: Will Deacon Cc: linux-arm-kernel@lists.infradead.org, suzuki.poulose@arm.com, Catalin Marinas , Mark Rutland , linux-kernel@vger.kernel.org References: <20230801094052.750416-1-anshuman.khandual@arm.com> <20230801094052.750416-3-anshuman.khandual@arm.com> <20230801145111.GF26253@willie-the-truck> From: Anshuman Khandual In-Reply-To: <20230801145111.GF26253@willie-the-truck> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230801_180753_210123_2BFF1178 X-CRM114-Status: GOOD ( 10.82 ) 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 8/1/23 20:21, Will Deacon wrote: > 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? Nothing specific, although "arm,spe-v1" seemed more like a DT naming scheme. But could change the name as "arm,trbe-v1" to be in sync with SPE here. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel