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 578EBC4332F for ; Thu, 17 Nov 2022 17:51:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239809AbiKQRva (ORCPT ); Thu, 17 Nov 2022 12:51:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234053AbiKQRva (ORCPT ); Thu, 17 Nov 2022 12:51:30 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD6E17C47F; Thu, 17 Nov 2022 09:51:28 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2C50DB82135; Thu, 17 Nov 2022 17:51:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CCA7C433C1; Thu, 17 Nov 2022 17:51:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668707485; bh=38koVR43mTOL8jxW346ThSx1pydJmdL3Nwey53jlaPg=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=STfxwhRMAZLvUBcGczUXyNf3kUia2dEAGMqx7cdu4bb2aNzRuP18hsHbZppmcGBs/ PC8p3121SiKxneBiBS9FAYVyl2+9z4vXcdpOP8ZOtXuQYOr3KGXSQ5a3cwUwwBlJBl wjsbFwjYMfFjRWAUdOfEqTdMTbdVDn41Zj7tLRWjQRUQYSh6/rII1s2zG2xdCrMRyN sQDznbGOU1qX65Amqk7qPKAmPtcw7RelvYzLHZPKdXfnOlY6MHEIf/Dj9Mo0eR33VO Np0TNhXuSPV8DvKMkzUz15sBjH61ePmZPqRIdA7nh/yYgFbNiCIOg9CkVFfLi0JCrn aCj1B3aQJOmhg== Message-ID: <4c59027a-7eb1-0e07-e4cc-ecc3541d6c9c@kernel.org> Date: Thu, 17 Nov 2022 18:51:20 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v11 2/2] dt-bindings: thermal: Add Sunplus schema Content-Language: en-US To: Li-hao Kuo , rafael@kernel.org, daniel.lezcano@linaro.org, amitk@kernel.org, rui.zhang@intel.com, robh+dt@kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: lh.kuo@sunplus.com References: <038211f33e4d5dd5129712aef2738a83577c7745.1665990345.git.lhjeff911@gmail.com> From: Krzysztof Kozlowski In-Reply-To: <038211f33e4d5dd5129712aef2738a83577c7745.1665990345.git.lhjeff911@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 17/11/2022 10:04, Li-hao Kuo wrote: > Add bindings for Sunplus thermal driver > > Signed-off-by: Li-hao Kuo > --- > Changes in v12: > - no change. > - Reviewed by Mr. Rob Herring > This is a friendly reminder during the review process. 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. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. https://elixir.bootlin.com/linux/v5.17/source/Documentation/process/submitting-patches.rst#L540 If a tag was not added on purpose, please state why and what changed. Best regards, Krzysztof