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 X-Spam-Level: X-Spam-Status: No, score=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6C3FC433E0 for ; Thu, 18 Feb 2021 08:54:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D97864E92 for ; Thu, 18 Feb 2021 08:54:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230510AbhBRIyA convert rfc822-to-8bit (ORCPT ); Thu, 18 Feb 2021 03:54:00 -0500 Received: from mslow2.mail.gandi.net ([217.70.178.242]:38097 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230334AbhBRIu4 (ORCPT ); Thu, 18 Feb 2021 03:50:56 -0500 Received: from relay2-d.mail.gandi.net (unknown [217.70.183.194]) by mslow2.mail.gandi.net (Postfix) with ESMTP id AF5D83AC661; Thu, 18 Feb 2021 08:38:19 +0000 (UTC) X-Originating-IP: 86.210.203.113 Received: from xps13 (lfbn-tou-1-972-113.w86-210.abo.wanadoo.fr [86.210.203.113]) (Authenticated sender: miquel.raynal@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 6DADB4000F; Thu, 18 Feb 2021 08:35:11 +0000 (UTC) Date: Thu, 18 Feb 2021 09:35:10 +0100 From: Miquel Raynal To: Shubhrajyoti Datta Cc: , , , , , , Chirag Parekh Subject: Re: [PATCH v9 4/7] clk: clock-wizard: Add support for dynamic reconfiguration Message-ID: <20210218093510.1ea35ac3@xps13> In-Reply-To: <1613623791-4598-5-git-send-email-shubhrajyoti.datta@xilinx.com> References: <1613623791-4598-1-git-send-email-shubhrajyoti.datta@xilinx.com> <1613623791-4598-5-git-send-email-shubhrajyoti.datta@xilinx.com> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Shubhrajyoti, Shubhrajyoti Datta wrote on Thu, 18 Feb 2021 10:19:48 +0530: > The patch adds support for dynamic reconfiguration of clock output rate. > Output clocks are registered as dividers and set rate callback function > is used for dynamic reconfiguration. > > Based on the initial work from Chirag. > > Signed-off-by: Chirag Parekh The first SoB should match the author. Either your just did minor changes and keep Chirag's Authorship + SoB and add your SoB as you already did below, or either use the Codevelopped tag or if you really change a lot of things you can keep the authorship and give Chirag credit with a Suggested-by or something like this. > Signed-off-by: Shubhrajyoti Datta > --- Thanks, Miquèl