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 77F75E784B0 for ; Mon, 2 Oct 2023 17:11:54 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Q14crgq4nxsP+2c21vwZvAuHTQ4URbazkx8z5P5af20=; b=uvQYN9kd9ip4Ao +oK1Z3QCD6V6itFUbDYK6NIPI0xJ/6HorZ2c4LKozHSim2fAfAy4I8/xytWFb0LSx3T6e8ubvPnA3 jIHysQZbhi/U2Z2eJAizwKoLVhfH/iNpULhaBC/fQg04bfhwor0y8p8ApLUPYVlvTCMp9wnLWPlOn QPOpj8kG6NBoSQpKd7CJu9+sYKlyjqQyZB51PItUJWEo7iUaakjCrGVFVrLRgWm/mTU9xlcSYzMFS tQ3j8STWnS0mKjWJL1Vxd5qC9RlrKyF90deafNBoEjLjb6494Z+dkYFHgn5HPrhA4I5KlB0o+Fh+Q HXZKlihWdfaW7c65VQHA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnMSB-00D7kJ-27; Mon, 02 Oct 2023 17:11:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnMS6-00D7jd-38 for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 17:11:29 +0000 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 026D6C15; Mon, 2 Oct 2023 10:12:03 -0700 (PDT) Received: from pluto (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 23EAF3F59C; Mon, 2 Oct 2023 10:11:23 -0700 (PDT) Date: Mon, 2 Oct 2023 18:11:21 +0100 From: Cristian Marussi To: "Peng Fan (OSS)" Cc: Sudeep Holla , Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Peng Fan Subject: Re: [PATCH v3 0/2] firmware: arm_scmi: clock: support parents commands Message-ID: References: <20231001-scmi-clock-v2-v3-0-898bd92d8939@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231001-scmi-clock-v2-v3-0-898bd92d8939@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_101127_054327_E3EC1CCF X-CRM114-Status: UNSURE ( 7.51 ) X-CRM114-Notice: Please train this message. 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 Sun, Oct 01, 2023 at 12:38:42PM +0800, Peng Fan (OSS) wrote: > V2: > Add determine_rate hooks > > SCMI v3.2 spec adds parents commands, this patchset is to support them: > CLOCK_POSSIBLE_PARENTS_GET > CLOCK_PARENT_SET > CLOCK_PARENT_GET > Hi Peng, thanks for your update. The SCMI part looks good to me but I'll made a few notes on clk-scmi driver Thanks, Cristian _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel