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 8102D2749C1; Sat, 28 Feb 2026 09:09:45 +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=1772269788; cv=none; b=fgvb4ZRLDzJJOOGM+3Orr8JPIF8adXM6XcRT2Kbr6rEhLh/nOOUt3B6F9bul6H+797+sYJDfMzjR+JTJ9TXpNW150Nb+DfDxUULxNnyh2NeRGJLlzG8apHohtU6YMV11ODLun98Qi+CTGHfBDWFqYvc1YW+JWnlbGChtEpzwwHU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772269788; c=relaxed/simple; bh=7ZFpYep6aV/YCf44FSP53Ao9kuQMPkzoPVsuqTfi6pI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=jEPqilRPEwn+ptushTmDpjvbOtaLJNmfjR8F0dT9HQnho8FvOX4Au4jmw5D8lLQnp1gcuzsjOncgY0OqI2zm0kiKEKEyxH0qYhwqNrbg5uw9+2nEtzs5hLFL71ca0TZ+lSjO7LV5N4IR1YPIO0Bsdf6hfzf6qzoUhK+Qb9WcRvY= 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 0BAC91516; Sat, 28 Feb 2026 01:09:33 -0800 (PST) Received: from pluto (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 49CA33F73B; Sat, 28 Feb 2026 01:09:36 -0800 (PST) Date: Sat, 28 Feb 2026 09:09:28 +0000 From: Cristian Marussi To: "Peng Fan (OSS)" Cc: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sudeep Holla , Cristian Marussi , Sebin Francis , Brian Masney , linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Peng Fan Subject: Re: [PATCH v7 5/6] clk: scmi: Introduce common header for SCMI clock interface Message-ID: References: <20251231-clk-ssc-v7-1-v7-0-380e8b58f9e3@nxp.com> <20251231-clk-ssc-v7-1-v7-5-380e8b58f9e3@nxp.com> Precedence: bulk X-Mailing-List: linux-clk@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: <20251231-clk-ssc-v7-1-v7-5-380e8b58f9e3@nxp.com> On Wed, Dec 31, 2025 at 06:12:52PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Added a new header file 'clk-scmi.h' to define common structures and > interfaces for the SCMI clock driver. This header will also be used by > OEM-specific extensions to ensure consistency and reusability. Hi, > > Moved relevant structure definitions from the driver implementation to > 'clk-scmi.h' to facilitate shared usage. > > Reviewed-by: Sebin Francis > Signed-off-by: Peng Fan LGTM. Reviewed-by: Cristian Marussi Thanks, Cristian