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 05183EE57DF for ; Mon, 11 Sep 2023 06:48:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234547AbjIKGtA (ORCPT ); Mon, 11 Sep 2023 02:49:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50042 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234518AbjIKGs6 (ORCPT ); Mon, 11 Sep 2023 02:48:58 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D0F5612E for ; Sun, 10 Sep 2023 23:48:54 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6AFECC433C8; Mon, 11 Sep 2023 06:48:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1694414934; bh=hPkw5GuTE8bPGfOu0uc05CKGeaAlGIBq7eXbCERyugc=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=ldhH/t0eiRtV+iZqz18Dv1szdI3r/3d5j6n9FFbDsWFdFE82vSeKbXvo+TBa57BKv 6Z4Kbb8pfOH4sPXuzEXBbsW0ZEMS47IT5HfsK1sKXFqYVrh1ZF5EJ3XzBDmXDxRXIi rfwwWluSwQNnQzoeAznGl9WbBfa8C9zRqSZ6FSndf4T/B6VJA22jqSCmAXMX1XXIQ9 SxYb/5wLKkuE8hcSlMovNHP736w2vNTbT8p8BBx+dOqX+qMlUaNRSluFXu4TjBvTO/ 5c1lxGkXI13A8E27RaTHYdpzJ//L0LdG6gvsillgR/Wf9zcCzLTu1+YpOdzia3te5v oYjFxdiJYO0+A== Message-ID: Date: Mon, 11 Sep 2023 08:48:47 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Subject: Re: [PATCH v6 01/20] dt-bindings: display: mediatek: ethdr: Add compatible for MT8188 To: Hsiao Chien Sung , AngeloGioacchino Del Regno , Chun-Kuang Hu , Krzysztof Kozlowski , Matthias Brugger , Philipp Zabel Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, Project_Global_Chrome_Upstream_Group@mediatek.com, Singo Chang , Nancy Lin , Jason-JH Lin References: <20230911031630.12613-1-shawn.sung@mediatek.com> <20230911031630.12613-2-shawn.sung@mediatek.com> Content-Language: en-US From: Krzysztof Kozlowski In-Reply-To: <20230911031630.12613-2-shawn.sung@mediatek.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/09/2023 05:16, Hsiao Chien Sung wrote: > Add compatible name for MediaTek MT8188 ETHDR. > > Reviewed-by: AngeloGioacchino Del Regno > Acked-by: Krzysztof Kozlowski > Signed-off-by: Hsiao Chien Sung > --- Please use scripts/get_maintainers.pl to get a list of necessary people and lists to CC. It might happen, that command when run on an older kernel, gives you outdated entries. Therefore please be sure you base your patches on recent Linux kernel. You missed at least devicetree list (maybe more), so this won't be tested by automated tooling. Performing review on untested code might be a waste of time. Please kindly resend and include all necessary To/Cc entries. Best regards, Krzysztof