devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rex-BC Chen <rex-bc.chen@mediatek.com>
To: <chunkuang.hu@kernel.org>, <matthias.bgg@gmail.com>,
	<robh+dt@kernel.org>
Cc: <p.zabel@pengutronix.de>, <airlied@linux.ie>, <daniel@ffwll.ch>,
	<jassisinghbrar@gmail.com>, <fparent@baylibre.com>,
	<yongqiang.niu@mediatek.com>, <hsinyi@chromium.org>,
	<devicetree@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <dri-devel@lists.freedesktop.org>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>
Subject: Re: [RESEND V6 0/5] add display support for MediaTek SoC MT8186
Date: Mon, 14 Mar 2022 14:30:28 +0800	[thread overview]
Message-ID: <bf6c9d9270f54fe7baff62998498c1a75a69f723.camel@mediatek.com> (raw)
In-Reply-To: <20220303065725.23384-1-rex-bc.chen@mediatek.com>

Hello Chun-Kuang,

Do I need to rebase this series to your branch mediatek-drm-fixes and
send next version?

BRs,
Rex

On Thu, 2022-03-03 at 14:57 +0800, Rex-BC Chen wrote:
> v6:
> 1. Remove mmsys patches which are accepted.
> 2. Fix error of dt-binding.
> 
> v5:
> 1. Add binding patch of aal for MT8183.
> 2. Revise enum to const.
> 3. Change to use enum for mutex.
> 4. Remove patches which are accepted by maintainers. (mmsys and
> mutex)
> 
> v4:
> 1. Remove binding of dsi and dpi.
> 2. Revise aal binding.
> 3. Fix indention in [4/5].
> 
> v3:
> 1. Modify display binding based on mtk display binding patch. ([1])
> 2. Remove patch: drm/mediatek: separate postmask component from
> mtk_disp_drv.c
> 3. Remove compatible of 8186 ovl because we can re-use compatible of
> 8192 for 8186.
> 4. Fix issue of space before tab on mutex patch.
> 
> [1]: 
> https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux.git/commit/?h=mediatek-drm-next&id=4ed545e7d10049b5492afc184e61a67e478a2cfd
> 
> v2:
> 1. Add binding documentation for mmsys, mutex and mtk_display.
> 2. Remove duplicated definition of postmask registers on mtk_drm_drv.
> 3. Add disp_ovl support for MT8186.
> 4. Add detailed commit messages.
> 
> Rex-BC Chen (4):
>   dt-bindings: display: mediatek: add aal binding for MT8183
>   dt-bindings: display: mediatek: revise enum to const
>   dt-bindings: display: mediatek: change to use enum for mutex
>   dt-bindings: display: mediatek: add MT8186 SoC binding
> 
> Yongqiang Niu (1):
>   drm/mediatek: add display support for MT8186
> 
>  .../display/mediatek/mediatek,aal.yaml        |  7 +++-
>  .../display/mediatek/mediatek,ccorr.yaml      |  5 ++-
>  .../display/mediatek/mediatek,color.yaml      |  7 ++--
>  .../display/mediatek/mediatek,dither.yaml     |  4 +--
>  .../display/mediatek/mediatek,gamma.yaml      |  4 +--
>  .../display/mediatek/mediatek,mutex.yaml      | 25 ++++++--------
>  .../display/mediatek/mediatek,ovl-2l.yaml     |  4 +++
>  .../display/mediatek/mediatek,ovl.yaml        |  8 +++--
>  .../display/mediatek/mediatek,postmask.yaml   |  4 +++
>  .../display/mediatek/mediatek,rdma.yaml       |  7 ++--
>  drivers/gpu/drm/mediatek/mtk_drm_drv.c        | 33
> +++++++++++++++++++
>  11 files changed, 76 insertions(+), 32 deletions(-)
> 


  parent reply	other threads:[~2022-03-14  6:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-03  6:57 [RESEND V6 0/5] add display support for MediaTek SoC MT8186 Rex-BC Chen
2022-03-03  6:57 ` [RESEND V6 1/5] dt-bindings: display: mediatek: add aal binding for MT8183 Rex-BC Chen
2022-03-07 23:04   ` Rob Herring
2022-03-03  6:57 ` [RESEND V6 2/5] dt-bindings: display: mediatek: revise enum to const Rex-BC Chen
2022-03-07 23:08   ` Rob Herring
2022-03-03  6:57 ` [RESEND V6 3/5] dt-bindings: display: mediatek: change to use enum for mutex Rex-BC Chen
2022-03-07 23:09   ` Rob Herring
2022-03-03  6:57 ` [RESEND V6 4/5] dt-bindings: display: mediatek: add MT8186 SoC binding Rex-BC Chen
2022-03-07 23:09   ` Rob Herring
2022-03-03  6:57 ` [RESEND V6 5/5] drm/mediatek: add display support for MT8186 Rex-BC Chen
2022-03-14  6:30 ` Rex-BC Chen [this message]
2022-03-14  8:16   ` [RESEND V6 0/5] add display support for MediaTek SoC MT8186 CK Hu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bf6c9d9270f54fe7baff62998498c1a75a69f723.camel@mediatek.com \
    --to=rex-bc.chen@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=airlied@linux.ie \
    --cc=chunkuang.hu@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fparent@baylibre.com \
    --cc=hsinyi@chromium.org \
    --cc=jassisinghbrar@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh+dt@kernel.org \
    --cc=yongqiang.niu@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).