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 CA2D0C433F5 for ; Wed, 5 Oct 2022 07:35:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229710AbiJEHfr (ORCPT ); Wed, 5 Oct 2022 03:35:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229786AbiJEHfp (ORCPT ); Wed, 5 Oct 2022 03:35:45 -0400 Received: from 1wt.eu (wtarreau.pck.nerim.net [62.212.114.60]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 89DAC543F2; Wed, 5 Oct 2022 00:35:33 -0700 (PDT) Received: (from willy@localhost) by pcw.home.local (8.15.2/8.15.2/Submit) id 2957YtGi004237; Wed, 5 Oct 2022 09:34:55 +0200 Date: Wed, 5 Oct 2022 09:34:54 +0200 From: Willy Tarreau To: Romain Perier Cc: Stephen Boyd , Daniel Palmer , Michael Turquette , 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: <20221005073454.GA3728@1wt.eu> References: <20220603190509.45986-1-romain.perier@gmail.com> <20220603190509.45986-2-romain.perier@gmail.com> <20220930191742.9A9FEC433C1@smtp.kernel.org> <20220930193535.GB9469@1wt.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Wed, Oct 05, 2022 at 09:33:40AM +0200, Romain Perier wrote: > Hi, > > Quiet frankly I don't want to debate about this , as is it seems to be > basically "the rule" (see > https://www.kernel.org/doc/html/v6.0/process/submitting-patches.html). > It is okay for you Willy, if I transform your tag to > "Co-developed-by:" plus a "Signed-off-by" ? So Stephen can apply it , > and everyone is happy :) Yes absolutely! I just wanted to avoid yet another round trip. Many thanks Romain! Willy