linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Jason-JH Lin <jason-jh.lin@mediatek.com>
To: AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: CK Hu <ck.hu@mediatek.com>, Nancy Lin <nancy.lin@mediatek.com>,
	"Singo Chang" <singo.chang@mediatek.com>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<dri-devel@lists.freedesktop.org>,
	<linux-mediatek@lists.infradead.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<Project_Global_Chrome_Upstream_Group@mediatek.com>,
	jason-jhlin <jason-jh.lin@mediatek.corp-partner.google.com>
Subject: Re: [PATCH v20 0/8] Add Mediatek Soc DRM (vdosys0) support for mt8195
Date: Wed, 25 May 2022 21:18:42 +0800	[thread overview]
Message-ID: <478ed2945cdf90f465a7828ab9b235254caab311.camel@mediatek.com> (raw)
In-Reply-To: <43a102cf-6971-8083-d24f-629d6d39810f@collabora.com>

Hello Angelo,

OK, I'll rebase on next-20220525 and resend soon.

Regards,
Jason-JH.Lin

On Wed, 2022-05-25 at 11:50 +0200, AngeloGioacchino Del Regno wrote:
> Il 19/04/22 11:41, jason-jh.lin ha scritto:
> > From: jason-jhlin <jason-jh.lin@mediatek.corp-partner.google.com>
> > 
> 
> Hello Jason,
> 
> this series does not apply cleanly anymore on next-20220525, can you
> please
> rebase and resend?
> 
> I hope that with a bit of coordination, we can get the entire display
> stack
> finally upstreamed in v5.19... it's been quite a while... :-)
> 
> Cheers,
> Angelo
> 
> > Change in v20:
> > - split binding patch to another series 'MediaTek MT8195 display
> > binding':
> >    
> > https://patchwork.ozlabs.org/project/devicetree-bindings/list/?series=295669
> > - fix io_start type from u32 to resource_size_t
> > - fix some commit message for DITHER enum
snip...


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      reply	other threads:[~2022-05-25 13:20 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  9:41 [PATCH v20 0/8] Add Mediatek Soc DRM (vdosys0) support for mt8195 jason-jh.lin
2022-04-19  9:41 ` [PATCH v20 1/8] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0 jason-jh.lin
2022-04-21  6:06   ` Rex-BC Chen
2022-04-21  6:32   ` CK Hu
2022-04-22 12:28   ` Matthias Brugger
2022-04-24  8:47     ` Jason-JH Lin
2022-04-19  9:41 ` [PATCH v20 2/8] soc: mediatek: add mtk-mutex " jason-jh.lin
2022-04-21  6:07   ` Rex-BC Chen
2022-04-21  6:50   ` CK Hu
2022-04-22  2:32     ` Jason-JH Lin
2022-04-22 12:31       ` Matthias Brugger
2022-04-24  8:48         ` Jason-JH Lin
2022-04-22 12:29   ` Matthias Brugger
2022-04-19  9:41 ` [PATCH v20 3/8] drm/mediatek: add DSC support for mediatek-drm jason-jh.lin
2022-04-19  9:41 ` [PATCH v20 4/8] drm/mediatek: add MERGE " jason-jh.lin
2022-04-19  9:41 ` [PATCH v20 5/8] drm/mediatek: add mediatek-drm of vdosys0 support for mt8195 jason-jh.lin
2022-04-21  6:08   ` Rex-BC Chen
2022-04-22 10:05   ` CK Hu
2022-04-19  9:41 ` [PATCH v20 6/8] soc: mediatek: add DDP_DOMPONENT_DITHER0 enum for mt8195 vdosys0 jason-jh.lin
2022-04-21  6:10   ` Rex-BC Chen
2022-04-22 12:32   ` Matthias Brugger
2022-04-19  9:41 ` [PATCH v20 7/8] drm/mediatek: add suffix 0 to DDP_COMPONENT_DITHER " jason-jh.lin
2022-04-21  6:11   ` Rex-BC Chen
2022-04-19  9:41 ` [PATCH v20 8/8] soc: mediatek: remove DDP_DOMPONENT_DITHER from enum jason-jh.lin
2022-04-21  6:13   ` Rex-BC Chen
2022-04-22 12:42   ` Matthias Brugger
2022-05-01 22:54     ` Chun-Kuang Hu
2022-05-13  7:42       ` Matthias Brugger
2022-05-14 22:45         ` Chun-Kuang Hu
2022-05-17 10:29           ` Matthias Brugger
2022-05-25  9:50 ` [PATCH v20 0/8] Add Mediatek Soc DRM (vdosys0) support for mt8195 AngeloGioacchino Del Regno
2022-05-25 13:18   ` Jason-JH Lin [this message]

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=478ed2945cdf90f465a7828ab9b235254caab311.camel@mediatek.com \
    --to=jason-jh.lin@mediatek.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jason-jh.lin@mediatek.corp-partner.google.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=nancy.lin@mediatek.com \
    --cc=singo.chang@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).