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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F060C0015E for ; Wed, 2 Aug 2023 01:08:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230024AbjHBBH6 (ORCPT ); Tue, 1 Aug 2023 21:07:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58250 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229680AbjHBBHz (ORCPT ); Tue, 1 Aug 2023 21:07:55 -0400 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9F308273B for ; Tue, 1 Aug 2023 18:07:50 -0700 (PDT) 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> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.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.