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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B789C61DA4 for ; Wed, 15 Mar 2023 03:44:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229596AbjCODoQ (ORCPT ); Tue, 14 Mar 2023 23:44:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229946AbjCODoL (ORCPT ); Tue, 14 Mar 2023 23:44:11 -0400 Received: from ex01.ufhost.com (ex01.ufhost.com [61.152.239.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1CE0319F2E; Tue, 14 Mar 2023 20:44:06 -0700 (PDT) Received: from EXMBX165.cuchost.com (unknown [175.102.18.54]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "EXMBX165", Issuer "EXMBX165" (not verified)) by ex01.ufhost.com (Postfix) with ESMTP id 2F8E924E1A6; Wed, 15 Mar 2023 11:44:04 +0800 (CST) Received: from EXMBX061.cuchost.com (172.16.6.61) by EXMBX165.cuchost.com (172.16.6.75) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 15 Mar 2023 11:44:04 +0800 Received: from [192.168.125.128] (113.72.145.194) by EXMBX061.cuchost.com (172.16.6.61) with Microsoft SMTP Server (TLS) id 15.0.1497.42; Wed, 15 Mar 2023 11:44:03 +0800 Message-ID: <729b1b69-aba6-4623-cf78-b08562d30d76@starfivetech.com> Date: Wed, 15 Mar 2023 11:44:00 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v3 00/11] Add new partial clock and reset drivers for StarFive JH7110 Content-Language: en-US To: Stephen Boyd , Emil Renner Berthing , Krzysztof Kozlowski , Michael Turquette , Philipp Zabel , , CC: Rob Herring , Conor Dooley , "Paul Walmsley" , Palmer Dabbelt , Albert Ou , Hal Feng , , References: <20230314124404.117592-1-xingyu.wu@starfivetech.com> From: Xingyu Wu In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [113.72.145.194] X-ClientProxiedBy: EXCAS064.cuchost.com (172.16.6.24) To EXMBX061.cuchost.com (172.16.6.61) X-YovoleRuleAgent: yovoleflag Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/3/15 8:30, Stephen Boyd wrote: > Quoting Xingyu Wu (2023-03-14 05:43:53) >> This patch serises are to add new partial clock drivers and reset >> supports about System-Top-Group(STG), Image-Signal-Process(ISP) >> and Video-Output(VOUT) for the StarFive JH7110 RISC-V SoC. > > What is your merge plan for this series? Did you intend for clk tree to > take the majority of patches? We won't take the dts changes through the > clk tree. > > I think Philipp Zabel reviewed some earlier version of the patches and > provided reviewed-by tags. Can you check if they can be added here? If > so, please resend again, or get those merged through the reset tree. These patches add new clock & reset providers based on the basic clock & reset of the minimal system which Hal.feng had submitted[1], which are used in USB, DMA, VIN and Display modules that are merging. [1]: https://lore.kernel.org/all/20230311090733.56918-1-hal.feng@starfivetech.com/ Oh I checked and had not received any comments from Philipp Zabel in earlier version of these patches. Maybe it was confused with the patches of the minimal system. Best regards, Xingyu Wu