From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 54B62254AE7; Wed, 26 Feb 2025 10:57:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740567446; cv=none; b=Qt7B1mHEEWVyf/RBT8B5rdR52kSYme4J/4zA2RwNvAeFBis7aW49xzEQOQiMjqU1xmeRkv6ZbDDGR9s0qGH2lJ1xC43QTg6Tmj8STeqtD+U87CeJ7Mjm2aLasNBqio1PrC/Loxt0tIkkgY2jOD4PBgY5upt/LjSJ5ZX2IfYC85c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740567446; c=relaxed/simple; bh=SF5oCgI6KbDNfZw+WYDdTvd4xGNIwfBxc8VwyRqIRu8=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Qmo6p59RpzFuo4YUqtNdoXuTO3XHOpzj8Fkk7ZMCDjobSyVcUwczB1uuGDRaBYVvgQZLk2YG9cjqp7k69lfL10lvc4qnS8eOB0c41kgJfIbrSZl0WGXLNABOpgeQ8ZAhLYf9c2aEdpAzjUk0DCsvwogEd8whVdbVyRIMZMDA2CU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 9EBE21BA8; Wed, 26 Feb 2025 02:57:39 -0800 (PST) Received: from [192.168.7.252] (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id EB9093F673; Wed, 26 Feb 2025 02:57:21 -0800 (PST) Message-ID: Date: Wed, 26 Feb 2025 10:57:20 +0000 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v6 06/10] perf: arm_pmuv3: Add support for ARM Rainier PMU To: Sudeep Holla , Will Deacon Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Lorenzo Pieralisi , Russell King , Mark Rutland , Jessica Clarke References: <20250220180427.3382482-1-vincenzo.frascino@arm.com> <20250220180427.3382482-7-vincenzo.frascino@arm.com> Content-Language: en-GB From: Vincenzo Frascino In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hello Will, On 26/02/2025 10:29, Sudeep Holla wrote: > On Thu, Feb 20, 2025 at 06:04:24PM +0000, Vincenzo Frascino wrote: >> Add support for the ARM Rainier CPU core PMU. >> > > I can't take this through Arm SoC unless there is a strong dependency > and/or urgency. I can take 05/10. The other option is you can take > 05 and 06/10 via Will's perf changes as usual as I they seem quite > independent to me. > > I can take the rest of the patches through Arm SoC tree for next merge > window. > Based on Sudeep comment, are you happy to take patch 05/10 and 06/10 as is? -- Regards, Vincenzo