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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4AA7BC48297 for ; Mon, 12 Feb 2024 10:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=doBnjnITtxUUr08z7qGZ9CS7ItUWqtsUCemIfq7s0P4=; b=XHG27XMtMpHVbS T3GReiaczb+sxoXPcjvwSAIcscuPKGgVWWr5TUsKyZtqF372dP+e2QxOn0h6N/YJLE7S7Yqq1SNkt ef6jaDX94/+LzpX+BkrZPQOFAO4MdzkFnyj43v+KTKg0FyvPoZLBkCWjTX7J8E86qHfcaQJJ9MleF V16/DbEQ7uFS0huF7eL5wxkF8bby3QsyH+Q12t+z/RoxKDAYTFmTKxxfqM0SPsD7sEiBYydFiDfBn Q3tP2ipdMNtNeyr1Oe2kQpy6gFixsThpPCVbM+IORGMRgrf9gdqgtX6hngBpYwKyuu3T5inngYys+ 1v9vcdIpSKravmmVZDUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTqg-00000004yCM-0M8F; Mon, 12 Feb 2024 10:47:42 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rZTqd-00000004yAs-15lb for linux-arm-kernel@lists.infradead.org; Mon, 12 Feb 2024 10:47:40 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 599C660EF0; Mon, 12 Feb 2024 10:47:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EC055C433C7; Mon, 12 Feb 2024 10:47:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1707734858; bh=t/ZTePsKdIVKC4gWLazaU/Eiquk8TE+7jyT9VDJ6mgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=IrMEgCCrpHvdMCfGdToN4BxinirdDqARNMPWtQr6H0NW0Ziy4uCKXTzVJNZzRMj58 8i3nL8Wt1M8k7yHb5AwI1vfq5kMm4QUDOe/nCQYd/0eR4+tz/6YJUJ2z1i4TK6c3xS 9KBE4sTFK1ZsfJ10qNJPzY/D3qLP7PxFqZYSUvRrEfYa+aTx50rO/VNZxKAe4z8Kkl mfdASZ/EL62Ke6TFpTVpNJkv+8jpbDdpRusebAwh4RhibDdD9sGrprQi63knxoFMY1 uGmrIQ7LhSV7aHwT8OOWme+PuuvJSJBdE7FeIwnrJrjcSTzsdfq232wBvqEBPVpTsb bqE9m+5ee5GAg== Date: Mon, 12 Feb 2024 18:34:36 +0800 From: Jisheng Zhang To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Andre Przywara , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/2] dt-bindings: arm: sunxi: Add Sipeed Longan Module 3H and Longan Pi 3H Message-ID: References: <20240211081739.395-1-jszhang@kernel.org> <20240211081739.395-2-jszhang@kernel.org> <7ee6df91-76fa-44e8-ab81-fd4b63b58ce9@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7ee6df91-76fa-44e8-ab81-fd4b63b58ce9@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240212_024739_363525_1FC69A4B X-CRM114-Status: GOOD ( 18.48 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, Feb 11, 2024 at 05:29:32PM +0100, Krzysztof Kozlowski wrote: > On 11/02/2024 09:17, Jisheng Zhang wrote: > > Add name & compatible for the Sipeed Longan Module 3H and Longan PI 3H > > board. > > > > Signed-off-by: Jisheng Zhang > > Reviewed-by: Andre Przywara > > --- > > This is a friendly reminder during the review process. Oops, I forgot to add Conor's ack... > > It looks like you received a tag and forgot to add it. > > If you do not know the process, here is a short explanation: > Please add Acked-by/Reviewed-by/Tested-by tags when posting new > versions, under or above your Signed-off-by tag. Tag is "received", when > provided in a message replied to you on the mailing list. Tools like b4 > can help here. However, there's no need to repost patches *only* to add > the tags. The upstream maintainer will do that for tags received on the > version they apply. IIRC, the b4 can only help on the latest version. If I missed the ack in v3, the ack tag will be lost. So how to handle this case? repost or Conor gave an ack to v3 again? Thanks for your information. > > https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 > > If a tag was not added on purpose, please state why and what changed. > Best regards, > Krzysztof > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel