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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4319AC4332F for ; Wed, 23 Nov 2022 11:23:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236123AbiKWLW7 (ORCPT ); Wed, 23 Nov 2022 06:22:59 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56834 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235951AbiKWLW6 (ORCPT ); Wed, 23 Nov 2022 06:22:58 -0500 Received: from mail-sh.amlogic.com (mail-sh.amlogic.com [58.32.228.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8A1E6316E; Wed, 23 Nov 2022 03:22:07 -0800 (PST) Received: from [10.18.29.47] (10.18.29.47) by mail-sh.amlogic.com (10.18.11.5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.13; Wed, 23 Nov 2022 19:22:05 +0800 Message-ID: Date: Wed, 23 Nov 2022 19:22:05 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.1 Subject: Re: [PATCH V5 3/4] clk: meson: s4: add s4 SoC peripheral clock controller driver and bindings Content-Language: en-US To: Krzysztof Kozlowski , , , , , , Rob Herring , Neil Armstrong , Jerome Brunet , Kevin Hilman , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski , Martin Blumenstingl CC: References: <20221123021346.18136-1-yu.tu@amlogic.com> <20221123021346.18136-4-yu.tu@amlogic.com> <09a443b3-4e27-a751-ba2c-057d69363a13@linaro.org> From: Yu Tu In-Reply-To: <09a443b3-4e27-a751-ba2c-057d69363a13@linaro.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.18.29.47] X-ClientProxiedBy: mail-sh.amlogic.com (10.18.11.5) To mail-sh.amlogic.com (10.18.11.5) Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 2022/11/23 18:09, Krzysztof Kozlowski wrote: > [ EXTERNAL EMAIL ] > > On 23/11/2022 03:13, Yu Tu wrote: >> Add the peripherals clock controller found and bindings in the s4 SoC family. >> >> Signed-off-by: Yu Tu >> --- >> .../clock/amlogic,s4-peripherals-clkc.yaml | 105 + > > No, this is total mess now. > > Additionally, you received a lot of feedback but your changelog says only: > "V3 -> V4: change format and clock flags." > so you ignored entire feedback? > > That's not the way to work with patches. Hi Krzysztof, You can check the previous email reply. Now I don't know who to follow your advice or Jerome's. I'm confused. Maybe you need to come to a conclusion. So I can change it in the next patch. > > Best regards, > Krzysztof > > .