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 5D3F821B9EE; Thu, 27 Feb 2025 10:10:36 +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=1740651038; cv=none; b=qizZJOMmwTRQQwBhWu6eU/L+J15cR8nf9GFuBQ3FYI38MZvjCCIn96mQQCQkwSQ+BjotJ6AYLypsaOSS4vjjZUyTy6yxEGK0+GK3UgKiPUuNNShGZLCmcCVwT+qINueu7mQeGvKx6dQDlHFRMNvO5rl0KI0x+HodWrwD6zukV4U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740651038; c=relaxed/simple; bh=Y9gKbMls8JcPodgTXFcP0NunrUCm3EdPae1E65HDWVI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gyfdE52ZCB4Pq8MaTaQUjZPuXVIAs803MhMNtc1/LD8sL0P1eakZUk67c0oiRPR16CslI7C9pgDR415aqTZoPgvs84EaVUxpmDN4cITWKloZEbn35NvQ/RUpnxQt0cJ6EALkZGKqUtpUncYMIhnNLXoFG2nRoc5c2q4zuDKdv6w= 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 ED78E2BCC; Thu, 27 Feb 2025 02:10:50 -0800 (PST) Received: from bogus (e133711.arm.com [10.1.196.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 07D6A3F673; Thu, 27 Feb 2025 02:10:32 -0800 (PST) Date: Thu, 27 Feb 2025 10:10:30 +0000 From: Sudeep Holla To: Vincenzo Frascino , Will Deacon Cc: , , , Linus Walleij , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Liviu Dudau , Lorenzo Pieralisi , Russell King , Mark Rutland , Jessica Clarke Subject: Re: [PATCH v7 06/10] perf: arm_pmuv3: Add support for ARM Rainier PMU Message-ID: References: <20250221180349.1413089-1-vincenzo.frascino@arm.com> <20250221180349.1413089-7-vincenzo.frascino@arm.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250221180349.1413089-7-vincenzo.frascino@arm.com> On Fri, Feb 21, 2025 at 06:03:45PM +0000, Vincenzo Frascino wrote: > Add support for the ARM Rainier CPU core PMU. > I can't take this through Arm SoC as the DTS and dt-bindings changes are kept separate from the driver changes in their pull request to Linus. I need to keep the bindings(05/10) and the DTS(07/10) together to avoid DTC warnings. So the 2 options I see are: Defer this driver change until the bindings last upstream. OR Just take the perf driver change without the binding via perf tree For now, I will take all other patches except this. -- Regards, Sudeep