From patchwork Fri Jun 28 14:56:10 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andre Przywara X-Patchwork-Id: 13716287 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 C1693C2BD09 for ; Fri, 28 Jun 2024 14:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=FqdR56hPipl3PvCXwkK85fd7SHEkUe3VJZlUrBNahDc=; b=JcVR/UsqQASK2DMGcsnfDq/77J 1/eV6y+eRlrtkIViJd+rHtVClG3ps5mGc+oJxtsBsEBfS6dzeSGATcvy0poSFrMRTXu0q31C3gKq+ pdXJUR4h7lMyBfhckqNV6YDRX0dke9qdepFA6Hidn+x+jAxVvDZQRDQX0mQv7/6ddIV+GJy7gzNgE SJjF3Blwi26R5KAO6Q0cWQN/p/bRFPGx5/Cj39CP8ZbLRqSMxE4iTmZT9mEMofjC+5/QpcIvZBJYN 2DwYBlxFbfP1nZbxlOum7h+xxoHHS+IpbKtN7uqwWoU/7udW8DyhoCOqZ4mEpTy8KjO+C3WQYLj7+ CaYwpSOA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sND1h-0000000E6sy-3NHT; Fri, 28 Jun 2024 14:56:37 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sND1R-0000000E6om-0vKv for linux-arm-kernel@lists.infradead.org; Fri, 28 Jun 2024 14:56:23 +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 4DF9D106F; Fri, 28 Jun 2024 07:56:44 -0700 (PDT) Received: from donnerap.arm.com (donnerap.manchester.arm.com [10.32.101.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 151373F73B; Fri, 28 Jun 2024 07:56:17 -0700 (PDT) From: Andre Przywara To: Will Deacon , Mark Rutland , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Jun Wu Subject: [PATCH 0/2] arm64: perf: add new CPU core names Date: Fri, 28 Jun 2024 15:56:10 +0100 Message-Id: <20240628145612.1291329-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240628_075621_327190_5CEC846D X-CRM114-Status: UNSURE ( 7.54 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This adds the names for new Arm Ltd. CPU cores to the list of supported CPU PMUs. Patch 1 adds the names to the DT schema bindings documents, patch 2 adds the name and compatible string pair to the PMUv3 driver, mostly to provide the right PMU name to userland. Cheers, Andre Andre Przywara (2): dt-bindings: arm: pmu: Add new Cortex and Neoverse cores perf: pmuv3: Add new Cortex and Neoverse PMUs Documentation/devicetree/bindings/arm/pmu.yaml | 6 ++++++ drivers/perf/arm_pmuv3.c | 12 ++++++++++++ 2 files changed, 18 insertions(+)