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 E54B1C433FE for ; Fri, 30 Sep 2022 19:37:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231931AbiI3ThE (ORCPT ); Fri, 30 Sep 2022 15:37:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231817AbiI3Tgk (ORCPT ); Fri, 30 Sep 2022 15:36:40 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 771D110E032; Fri, 30 Sep 2022 12:36:18 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 28UJZZ5S009609; Fri, 30 Sep 2022 21:35:35 +0200 Date: Fri, 30 Sep 2022 21:35:35 +0200 From: Willy Tarreau To: Stephen Boyd Cc: Daniel Palmer , Michael Turquette , Romain Perier , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH RESEND v5 1/1] clk: mstar: msc313 cpupll clk driver Message-ID: <20220930193535.GB9469@1wt.eu> References: <20220603190509.45986-1-romain.perier@gmail.com> <20220603190509.45986-2-romain.perier@gmail.com> <20220930191742.9A9FEC433C1@smtp.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220930191742.9A9FEC433C1@smtp.kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi Stephen, On Fri, Sep 30, 2022 at 12:17:40PM -0700, Stephen Boyd wrote: > Quoting Romain Perier (2022-06-03 12:05:09) > > From: Daniel Palmer > > > > Add a driver for the CPU pll/ARM pll/MIPS pll that is present > > in MStar SoCs. > > > > Currently there is no documentation for this block so it's possible > > this driver isn't entirely correct. > > > > Only tested on the version of this IP in the MStar/SigmaStar > > ARMv7 SoCs. > > > > Co-authored-by: Willy Tarreau > > This is not a standard tag, maybe Co-developed-by is what you want? Yeah it's the same. We're seeing 122 co-authored-by tags in the kernel's history vs 3122 co-developed-by, so that's only 3% but at least not a fantasist one.. > A Signed-off-by tag should be here from Willy Tarreau then. Not all commits follow this, but indeed some do. Regardless I really don't care at all about my name being listed there. > > Signed-off-by: Daniel Palmer > > Your Signed-off-by needs to be here. I can't apply this otherwise. Quite frankly, we're talking about an old patch that was first submitted 9 months ago (!), let's not postpone it even further just for headers reason, please just drop this line mentioning my little contribution, I don't care a single second at all, really. Thanks, Willy