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 2EB8CC4332F for ; Wed, 23 Nov 2022 15:16:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238587AbiKWPQl (ORCPT ); Wed, 23 Nov 2022 10:16:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238570AbiKWPQe (ORCPT ); Wed, 23 Nov 2022 10:16:34 -0500 Received: from mail-io1-xd2f.google.com (mail-io1-xd2f.google.com [IPv6:2607:f8b0:4864:20::d2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8A59E8C7AE for ; Wed, 23 Nov 2022 07:16:33 -0800 (PST) Received: by mail-io1-xd2f.google.com with SMTP id d123so13354360iof.7 for ; Wed, 23 Nov 2022 07:16:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=lGE6BKuj326AJ82T83DvVxZ0DYwNuIX7ccv1+9PqUqE=; b=WZGLoOztnyNm6C39o3//8Zo4itUR9eutcgsd+b04YMLSwhE1dh0oDlo2/fTIYVYSE+ Ah7v66HYuXG5YuDNzQULF+r9op+hD0PrMQDpKTGDLBgbdZZQaBV1QdhOQC8jTJcFOPdy QkIVMl/glef61r/US/tqg2HWQ2rk1747Jvz0w= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=lGE6BKuj326AJ82T83DvVxZ0DYwNuIX7ccv1+9PqUqE=; b=hrYyGrZgAZQVo/7biMpL/77zo1TTYQxxuMKY7xnuP5OnjNvF2k26t5bBOMj696Jgzp QdQw0BPO5Rhmqj8Jrcpvw74o7ToT5dCtsP9pc0nQiS22oIhIN3hmTzoUNI51oy0MTYg8 06pLya6Q8N95NyEMC0DGsYubMfq9b585uc3rnMGXsI0YB//ymwJzB/YE1nBdNxKSVSe3 MAKzD23nPal86kj1vHN7xSXgnfqBtLPOvvgUJMSacawRX6TZ39fmAZSpP2viY/eTWR1y 5M8XBFwNHWA4XfFyXHZilJVrxyuoML9/3sOJY9DKi/7GaZwYItwjmUNfrU7wuk0vWECC 9CTQ== X-Gm-Message-State: ANoB5pn7+ytrcxHXDnh6bo0Y/3eNwFULDeMs9RpO+sabh0QGOC7jW5+d 5aTM/cNkM2IzWL3oQ3U0kIY3VQ== X-Google-Smtp-Source: AA0mqf4Lsureu2AtI9If7DngYBHjgZNdseAN09jEFxw3G0tFNpcnh/I/PPnfD5dd1xLf1dpoQGB4CA== X-Received: by 2002:a02:710d:0:b0:374:646a:f97c with SMTP id n13-20020a02710d000000b00374646af97cmr12127605jac.55.1669216592901; Wed, 23 Nov 2022 07:16:32 -0800 (PST) Received: from localhost (30.23.70.34.bc.googleusercontent.com. [34.70.23.30]) by smtp.gmail.com with UTF8SMTPSA id 13-20020a056e0211ad00b003024928a9afsm5814197ilj.83.2022.11.23.07.16.32 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 23 Nov 2022 07:16:32 -0800 (PST) Date: Wed, 23 Nov 2022 15:16:32 +0000 From: Matthias Kaehlcke To: Krzysztof Kozlowski Cc: Owen Yang , LKML , Stephen Boyd , Harvey , Bob Moragues , Douglas Anderson , Andy Gross , Bjorn Andersson , Konrad Dybcio , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Subject: Re: [PATCH 2/2] arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie Message-ID: References: <20221123181043.1.Idfcba5344b7995b44b7fa2e20f1aa4351defeca6@changeid> <20221123181043.2.Ie435b31225d2dc284a34ac8e52fb84fffb39488c@changeid> <2495157e-c827-cbe4-2d88-1cd1f45d6d11@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <2495157e-c827-cbe4-2d88-1cd1f45d6d11@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 23, 2022 at 03:58:06PM +0100, Krzysztof Kozlowski wrote: > On 23/11/2022 15:39, Matthias Kaehlcke wrote: > > On Wed, Nov 23, 2022 at 06:11:13PM +0800, Owen Yang wrote: > > > >> Subject: [2/2] arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie > > > > Please in include a version number for versions >1. If my accounting is correct > > this is v3, so the next iteration should be v4. > > > > You mentioned earlier that you are using patman. Add the following tag to > > one of the patches in the series to get the version included in the subject: > > > > Series-version: 4 > > It is a bit surprise that this patch is a v4... because I do not > remember v1 and v2... and v3. And no wonder since I was not CC-ed :/ > > It still surprised me how many people just cannot use > scripts/get_maintainers.pl. Everywhere, in each company. There is a tool > which they claim to use but they don't... or they base their patches on > one year old kernel which is another surprise... I suspect in this case the patches were based on a downstream tree. Owen is probably newer to upstream kernel development, let's celebrate that more people/companies get involved and guide them towards the upstream way of doing things, which might not always be obvious to folks who are newer to this :)