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 9C46CE748F6 for ; Mon, 2 Oct 2023 16:25:33 +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=y/tI5BW0SxALaaAmYAf2eHOEYCXqDv3xWgLdS2wk+rY=; b=NNlJBosCkTowQ/ A3T5fDfssZaezENnx0Kp4DKiNmxOHHY2yOrQPilUyfGdPIih0tJ3mpnyvaEHwfSJPwSozMjTUmuj9 53Z2tN+56/wu/3c6PKpVns6hJv1Hhrya08Z8HKtmod7HQI4srcMImurLpziEw5SjaMZfJSfdXUuYx Xo8syrgnVkdbqTzpSUENxvilzVuZWcEbHYXE12UrfksXs2xAbIQl1S1E+NRAzvP1NU5kMxB1oOFNF GBtcPTGnYcsfg/usyWzAIvQRvXEJOcymQpcVXKw0RRM9Mm1O0ZFrK/P+jBgV3BQUNcmIxkYS32cG1 MRjkBmqBlkDnUEc8ctGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnLjL-00D4Lk-1i; Mon, 02 Oct 2023 16:25:11 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qnLjJ-00D4LM-1K for linux-arm-kernel@lists.infradead.org; Mon, 02 Oct 2023 16:25:11 +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 887C6C15; Mon, 2 Oct 2023 09:25:45 -0700 (PDT) Received: from bogus (unknown [10.57.93.106]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D55463F762; Mon, 2 Oct 2023 09:25:05 -0700 (PDT) Date: Mon, 2 Oct 2023 17:23:35 +0100 From: Sudeep Holla To: "Peng Fan (OSS)" , Stephen Boyd Cc: Cristian Marussi , Michael Turquette , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Peng Fan Subject: Re: [PATCH v3 2/2] clk: scmi: add set/get_parent support Message-ID: <20231002162335.er3kjee37yrsiceu@bogus> References: <20231001-scmi-clock-v2-v3-0-898bd92d8939@nxp.com> <20231001-scmi-clock-v2-v3-2-898bd92d8939@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231001-scmi-clock-v2-v3-2-898bd92d8939@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231002_092509_500311_A132175B X-CRM114-Status: UNSURE ( 9.47 ) 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 Hi Stephen, On Sun, Oct 01, 2023 at 12:38:44PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > SCMI v3.2 adds set/get parent clock commands, so update the clk driver > to support them. > The SCMI changes look good. If you are happy with this driver change, please Ack so that I can take it along with the SCMI changes. There are other patches clk driver patches that you have already acked in my branch, hence the need to route it via SCMI tree. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel