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 89E02C77B61 for ; Mon, 27 Mar 2023 15:03:00 +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:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PNJt0hyVRaUo156Kv2LllwvGz5LJ3OpRPeGkHhY6htg=; b=XJNbpWAcr0oGE+ X4GuLZimbA19fhimC3w48mSUNS1mvgh6XAkdw9q//fRbyAKIvzQ1gELtd45jOGKSZQq9NW1pSHpwB RbKk9YOzHtXOlPtKsmk2bVKOQQ/OAC6Bfxmrw2mXmFXqCxx3p5yLNR7l740CwOm+YugixY8S8Givm CthfZwoc0NkCudfihOoIiyCGZQ2TEae6Y2cT1PEG8zK+6QjzwkYBhuBUIRdm0Plc/EQGAo81bTSw8 Na+Sn3q4J1D3CAIay7STFEPLQX9ouXs8VdOLUmEs/892idzURd0pn7SMwFFk8KFZtfubGP6TWFqDh oheYtLZCkOEC+XeMHxvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pgoMA-00BQ74-2s; Mon, 27 Mar 2023 15:01:58 +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 1pgoLi-00BPxa-0W for linux-arm-kernel@lists.infradead.org; Mon, 27 Mar 2023 15:01:33 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BBF4661303; Mon, 27 Mar 2023 15:01:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 46A6EC433D2; Mon, 27 Mar 2023 15:01:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679929289; bh=yDuzPp/Y8i3wczmI9BSnUwzDQ290RdGPC9bThn+97ek=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UTs7O88VfU3zhiuy3PLNuS7OX06Rx5bMfMxS5f/NR7RMa2p0MV06tT1IWZMxduMdJ xAbWXHXGfvUWHxZ95oneOHex7FKflZfRsGZE/e6fwL6F+keOXHV2f8kNrGKa2hWBrL 0CjHsPSycliu1EfRdgXtlmt89UleSXSMHUKLPrpT1kStBM/uGmJL4ZY8OTJkZWnk7R r2DM8Zo21V/Gv1RhHPg5o+iOuistJbmKZJ+zZz5Lg2RYvdJ2Yn6cHsW3RJ7t2Crs6W cgbhohKkN06v4s9YHslWr7sDxQyfxiCcUPTqSuN+ucQ95D7wolnDMw1YsIjpIdZl2L /2qsfjrsIh1eQ== From: Will Deacon To: Mark Rutland , Rob Herring , Janne Grunau , Krzysztof Kozlowski Cc: catalin.marinas@arm.com, kernel-team@android.com, Will Deacon , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/2] Apple M2 PMU support Date: Mon, 27 Mar 2023 16:01:13 +0100 Message-Id: <167992651494.3835994.856905717068311161.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20230214-apple_m2_pmu-v1-0-9c9213ab9b63@jannau.net> References: <20230214-apple_m2_pmu-v1-0-9c9213ab9b63@jannau.net> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230327_080130_236091_9F25CB6D X-CRM114-Status: GOOD ( 12.53 ) 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, 14 Feb 2023 11:38:00 +0100, Janne Grunau wrote: > This small series adds support for the PMU in Apple M2 cores. The PMU > itself appears to work in the same way as om M1. We still want to add > CPU type specific compatible strings so that we can distinguish counters > in the case they count (slightly) different things on different CPU > uarchs. > > > [...] Applied to will (for-next/perf), thanks! [1/2] dt-bindings: arm-pmu: Add PMU compatible strings for Apple M2 cores https://git.kernel.org/will/c/640a3b7a3d13 [2/2] drivers/perf: apple_m1: Add Apple M2 support https://git.kernel.org/will/c/7d0bfb7c9977 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel