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 F3991151992; Wed, 5 Mar 2025 17:29:59 +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=1741195801; cv=none; b=HVZtCNfplZjkpnuXyMDe3FioaVZxZSu/JcPnxxMN6GPhxbQu3hVZjS2SoCPOJuoWcbWebiDAKcEuzlFoyBs/eary3ulqDG4/6Y1jVrhepzDlQE1tMrfUh0o1rUfQIb9H5tzUlqj0sEMowehDyLGnxyLLdWu5o2yOtcd1Q3Ow1qA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741195801; c=relaxed/simple; bh=QT1Q/bmG89S72y6eL6ERN7cq/WwbniJG65e3HFm1/I0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=MBXO6YEWzS/t/fO/2R88/GpllHBN0lKc0HovCDM0EgQlFSQNXKAReIJe5qAVl1KCtXSeKgbxRjyQXPihrcA9rzIvYfmcRisq9bXW3pw4VzbpR6VOd1/4weKwg7jivlqd1c2oa0R+ugEPWog/gZdEEvzdJghCZm4z74v4VXAalOQ= 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 81087FEC; Wed, 5 Mar 2025 09:30:12 -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 8D0FF3F66E; Wed, 5 Mar 2025 09:29:56 -0800 (PST) Date: Wed, 5 Mar 2025 17:29:54 +0000 From: Cristian Marussi To: Peng Fan Cc: Cristian Marussi , Michael Turquette , Stephen Boyd , Russell King , Sudeep Holla , Abel Vesa , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Krzysztof Kozlowski , Dario Binacchi , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , imx@lists.linux.dev, Peng Fan Subject: Re: [PATCH NOT APPLY v2 4/4] clk: scmi: Support spread spectrum Message-ID: References: <20250205-clk-ssc-v2-0-fa73083caa92@nxp.com> <20250205-clk-ssc-v2-4-fa73083caa92@nxp.com> <20250303041125.GC13236@nxa18884-linux> Precedence: bulk X-Mailing-List: linux-kernel@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: <20250303041125.GC13236@nxa18884-linux> On Mon, Mar 03, 2025 at 12:11:25PM +0800, Peng Fan wrote: > Hi Cristian, > > On Thu, Feb 06, 2025 at 12:26:32PM +0000, Cristian Marussi wrote: > >On Wed, Feb 05, 2025 at 05:49:54PM +0800, Peng Fan (OSS) wrote: > >> From: Peng Fan > >> > >> Support Spread Spectrum with adding scmi_clk_set_spread_spectrum > >> > > > >Hi, > > > >I forwarded ATG with our latest exchange on the possibility of using a > >standard OEM type instead of Vendor one if it is general enough.... > > Do you have any update? > Yes I think you can go on with your original plan of using vendor OEM types: as of now we are not gonna standardize a new commmon SCMI type for Clock-SS, given there is really just one SCMI user of such clock features...maybe in the future if more users shows up... Thanks, Cristian