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 C34AEE74911 for ; Mon, 2 Oct 2023 18:54:43 +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=qDUeibZigWUqIsrJ/xX6oHlXGGANUH0Ha2G/IhJ8zKc=; b=aS6bcdDJnwCgaV TP4KNFTu8KCJFGiEwzZGeffU9PDeKO88vJQluU/WDS07uiMCc5TLQwfp2z0LcUGc6GD5xGLORetqn eeyNDF27XlwmS/Ri7/s/7AWputYw5xAzmKWIuo3NGMbb2T0mNkO6j9rCvmjrIn+AABBS7WEUFCYzc DLvfn8RMQm4WFhgObt/ENCJNNH2Lce5QH9+nWBNtIXse7l02Q12DqBoD9BexztAjgeI02N8Gxgpbv MuFb8ICWpMyBmBfikr2oqe0tMVdPqyLtakCS4PlHHzvekyh7u5RDiTR4/yVMj7zqxKO542iWWp1k4 ntrrJ49Upd8iviwqjHlA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnO3g-00DFAq-2Y; Mon, 02 Oct 2023 18:54:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnO3d-00DFAH-28 for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 18:54:19 +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 CE25BC15; Mon, 2 Oct 2023 11:54:49 -0700 (PDT) Received: from bogus (unknown [10.57.93.106]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 026533F59C; Mon, 2 Oct 2023 11:54:08 -0700 (PDT) Date: Mon, 2 Oct 2023 19:52:37 +0100 From: Sudeep Holla To: "Peng Fan (OSS)" Cc: Cristian Marussi , 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 1/2] firmware: arm_scmi: clock: support clock parents Message-ID: <20231002185237.alkcszs5ymtylypt@bogus> References: <20231001-scmi-clock-v2-v3-0-898bd92d8939@nxp.com> <20231001-scmi-clock-v2-v3-1-898bd92d8939@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231001-scmi-clock-v2-v3-1-898bd92d8939@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_115417_748582_DCA42F0C X-CRM114-Status: UNSURE ( 8.16 ) 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:43PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > SCMI v3.2 spec introduces CLOCK_POSSIBLE_PARENTS_GET, CLOCK_PARENT_SET > and CLOCK_PARENT_GET. This patch is to add the upper three new > commands. > Looks good to me as well. Please rebase this on [1] when you address Cristian's comment and post v4. I will queue once Stephen is fine with clk driver changes. -- Regards, Sudeep [1] https://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git/log/?h=for-next/scmi/updates _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel