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 E96C6C4167D for ; Tue, 31 Oct 2023 17:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345259AbjJaRUu (ORCPT ); Tue, 31 Oct 2023 13:20:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236291AbjJaRUq (ORCPT ); Tue, 31 Oct 2023 13:20:46 -0400 Received: from mail-oi1-f177.google.com (mail-oi1-f177.google.com [209.85.167.177]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 805099F; Tue, 31 Oct 2023 10:20:44 -0700 (PDT) Received: by mail-oi1-f177.google.com with SMTP id 5614622812f47-3b566ee5f1dso485619b6e.0; Tue, 31 Oct 2023 10:20:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698772844; x=1699377644; 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=s8+3OvEfjQ1ZOh8i5uNro/eWl301+Vobeupuf3v4yaM=; b=Rn8XQx4NK7qNQ4nYKtee6IqTLGMMJSXLEJWb1Xq4qqSRft2ePJ4nOhVvyLIAPOUiV+ ne5z8dPzRxQdMTOM3nPpvIXRNOWbiZF/q+kgvZvqHGmrqDvzQplIdF8dHdl9r8NA1/kl kSF2WCeUQ8X7p8T0zYQ6M5y7Nj1+WirzwIjBgk9bWZ2bPmy1Gkmq/T04eN8XxsQhqvp+ hzOyILmSgxfDBslfHuD2nOl6AfX8KAn+cY0wMVpXGFDjXzPLpaU3frHQR6T+JF2U3Wir Fo4boRRmyhQSmsvxzbVE5/3ePUMW4PFGW18l5Wb5L6j5MmPIiLRDijWClIjRCqKdcqiH OGzw== X-Gm-Message-State: AOJu0YwuExXQ7n8HriRXESs86kOrJ3T/ptQZeJXwIqIN8g3sfRGqpX6c M4Oz1a+gpsWwML7R2dIB9A== X-Google-Smtp-Source: AGHT+IGz/RjS0dxuITvu3VVAWhlbRHi/yN8c+EsRazfPmzlB0JHyujRyURQ9PYb8VuqE36ZzsnxseQ== X-Received: by 2002:a05:6808:218b:b0:3ae:16b6:6346 with SMTP id be11-20020a056808218b00b003ae16b66346mr16940183oib.7.1698772843765; Tue, 31 Oct 2023 10:20:43 -0700 (PDT) Received: from herring.priv ([4.31.143.193]) by smtp.gmail.com with ESMTPSA id dn3-20020a056808618300b003b274008e46sm331948oib.0.2023.10.31.10.20.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 31 Oct 2023 10:20:43 -0700 (PDT) Received: (nullmailer pid 1762172 invoked by uid 1000); Tue, 31 Oct 2023 17:20:42 -0000 Date: Tue, 31 Oct 2023 12:20:42 -0500 From: Rob Herring To: Moudy Ho Cc: Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Matthias Brugger , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Maxime Ripard , Conor Dooley , Chun-Kuang Hu , linux-arm-kernel@lists.infradead.org, David Airlie , devicetree@vger.kernel.org, Philipp Zabel , Maarten Lankhorst , Hans Verkuil , linux-media@vger.kernel.org, linux-mediatek@lists.infradead.org, AngeloGioacchino Del Regno , dri-devel@lists.freedesktop.org, Thomas Zimmermann Subject: Re: [PATCH v9 16/16] dt-bindings: display: mediatek: padding: add compatible for MT8195 Message-ID: <169877278691.1760720.771717804140685552.robh@kernel.org> References: <20231031083357.13775-1-moudy.ho@mediatek.com> <20231031083357.13775-17-moudy.ho@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231031083357.13775-17-moudy.ho@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 31 Oct 2023 16:33:57 +0800, Moudy Ho wrote: > Add a compatible string for the PADDING block in MediaTek MT8195 that > is controlled by MDP3. > > Signed-off-by: Moudy Ho > --- > .../bindings/display/mediatek/mediatek,padding.yaml | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Please add Acked-by/Reviewed-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. If a tag was not added on purpose, please state why and what changed. Missing tags: Acked-by: Rob Herring