linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Nancy.Lin <nancy.lin@mediatek.com>
To: Enric Balletbo i Serra <enric.balletbo@collabora.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>,
	Philipp Zabel <p.zabel@pengutronix.de>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Hsin-Yi Wang <hsinyi@chromium.org>,
	"moderated list:ARM/Mediatek SoC support"
	<linux-mediatek@lists.infradead.org>,
	"Jitao Shi" <jitao.shi@mediatek.com>,
	Eizan Miyamoto <eizan@chromium.org>,
	"Nicolas Boichat" <drinkcat@chromium.org>,
	Collabora Kernel ML <kernel@collabora.com>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v3 6/7] soc: mediatek: mmsys: Add reset controller support
Date: Mon, 6 Sep 2021 09:57:38 +0800	[thread overview]
Message-ID: <161c4baecbee6cadbe5bc3e12b811a71a7bc7603.camel@mediatek.com> (raw)
In-Reply-To: <fbca20f5-9e16-c302-0111-1d57f2a496b9@collabora.com>

Hi Enric,


On Fri, 2021-09-03 at 16:10 +0200, Enric Balletbo i Serra wrote:
> Hi Nancy,
> 
> (again in plain text, sorry for the noise)
> 
> On 26/8/21 2:33, Chun-Kuang Hu wrote:
> > Philipp Zabel <p.zabel@pengutronix.de> 於 2021年8月25日 週三 下午6:46寫道:
> > > 
> > > On Wed, 2021-08-25 at 12:26 +0200, Enric Balletbo i Serra wrote:
> > > > Among other features the mmsys driver should implement a reset
> > > > controller to be able to reset different bits from their space.
> > > > 
> > > > Cc: Jitao Shi <jitao.shi@mediatek.com>
> > > > Suggested-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
> > > > Signed-off-by: Enric Balletbo i Serra <
> > > > enric.balletbo@collabora.com>
> > > > Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
> > > > ---
> > > > 
> > > > (no changes since v1)
> > > > 
> > > >  drivers/soc/mediatek/mtk-mmsys.c | 69
> > > > ++++++++++++++++++++++++++++++++
> > > >  drivers/soc/mediatek/mtk-mmsys.h |  2 +
> > > 
> > > Cc: Nancy - this patch clashes with [1], please coordinate.
> > > 
> > > [1] 
> > > https://urldefense.com/v3/__https://lore.kernel.org/linux-arm-kernel/20210825100531.5653-11-nancy.lin@mediatek.com/__;!!CTRNKA9wMg0ARbw!1ajEKWNNvmySXtZgBgVh7acZ3Tn8wGGbn0K970ydNCn0_bvaSaIDwP7ewssJNiA1$
> > >  
> > 
> > Enric's series is all reviewed or acked, so I think Nancy's series
> > should base on Enric's series.
> > 
> 
> Is it fine with you to base you patches on top of this patchset?
> 
> Thanks,
>   Enric
> 
OK, I will base on this patchset in my next revision. Thank you.

Regards,
Nancy
> 
> > Regards,
> > Chun-Kuang.
> > 
> > > 
> > > regards
> > > Philipp
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-09-06  2:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-25 10:26 [PATCH v3 0/7] Add support to the mmsys driver to be a reset controller Enric Balletbo i Serra
2021-08-25 10:26 ` [PATCH v3 1/7] arm64: dts: mediatek: Move reset controller constants into common location Enric Balletbo i Serra
2021-08-25 10:26 ` [PATCH v3 2/7] dt-bindings: mediatek: Add #reset-cells to mmsys system controller Enric Balletbo i Serra
2021-08-25 16:31   ` Rob Herring
2021-08-25 10:26 ` [PATCH v3 3/7] dt-bindings: display: mediatek: add dsi reset optional property Enric Balletbo i Serra
2021-08-26  0:31   ` Chun-Kuang Hu
2021-08-25 10:26 ` [PATCH v3 4/7] arm64: dts: mt8173: Add the mmsys reset bit to reset the dsi0 Enric Balletbo i Serra
2021-08-25 10:26 ` [PATCH v3 5/7] arm64: dts: mt8183: " Enric Balletbo i Serra
2021-08-25 10:26 ` [PATCH v3 6/7] soc: mediatek: mmsys: Add reset controller support Enric Balletbo i Serra
2021-08-25 10:46   ` Philipp Zabel
2021-08-26  0:33     ` Chun-Kuang Hu
2021-09-03 14:10       ` Enric Balletbo i Serra
2021-09-06  1:57         ` Nancy.Lin [this message]
2021-09-16  6:05   ` Hsin-Yi Wang
2021-08-25 10:26 ` [PATCH v3 7/7] drm/mediatek: mtk_dsi: Reset the dsi0 hardware Enric Balletbo i Serra

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=161c4baecbee6cadbe5bc3e12b811a71a7bc7603.camel@mediatek.com \
    --to=nancy.lin@mediatek.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=drinkcat@chromium.org \
    --cc=eizan@chromium.org \
    --cc=enric.balletbo@collabora.com \
    --cc=hsinyi@chromium.org \
    --cc=jitao.shi@mediatek.com \
    --cc=kernel@collabora.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 \
    /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).