All of lore.kernel.org
 help / color / mirror / Atom feed
From: AngeloGioacchino Del Regno  <angelogioacchino.delregno@collabora.com>
To: Yongqiang Niu <yongqiang.niu@mediatek.com>,
	CK Hu <ck.hu@mediatek.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Jassi Brar <jassisinghbrar@gmail.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	Hsin-Yi Wang <hsinyi@chromium.org>
Subject: Re: [PATCH v9, 4/4] mailbox: mtk-cmdq: add MT8186 support
Date: Thu, 6 Oct 2022 11:31:18 +0200	[thread overview]
Message-ID: <97f78c42-d699-8b01-4db8-8887d519c8f8@collabora.com> (raw)
In-Reply-To: <20221006043456.8754-5-yongqiang.niu@mediatek.com>

Il 06/10/22 06:34, Yongqiang Niu ha scritto:
> add MT8186 cmdq support
> 
> Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>



WARNING: multiple messages have this Message-ID (diff)
From: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
To: Yongqiang Niu <yongqiang.niu@mediatek.com>,
	CK Hu <ck.hu@mediatek.com>,
	Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: Jassi Brar <jassisinghbrar@gmail.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	Hsin-Yi Wang <hsinyi@chromium.org>
Subject: Re: [PATCH v9, 4/4] mailbox: mtk-cmdq: add MT8186 support
Date: Thu, 6 Oct 2022 11:31:18 +0200	[thread overview]
Message-ID: <97f78c42-d699-8b01-4db8-8887d519c8f8@collabora.com> (raw)
In-Reply-To: <20221006043456.8754-5-yongqiang.niu@mediatek.com>

Il 06/10/22 06:34, Yongqiang Niu ha scritto:
> add MT8186 cmdq support
> 
> Signed-off-by: Yongqiang Niu <yongqiang.niu@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>



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

  reply	other threads:[~2022-10-06  9:31 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-06  4:34 [PATCH v9, 0/4] mailbox: mtk-cmdq: add MT8186 support Yongqiang Niu
2022-10-06  4:34 ` Yongqiang Niu
2022-10-06  4:34 ` [PATCH v9, 1/4] mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of number Yongqiang Niu
2022-10-06  4:34   ` Yongqiang Niu
2022-10-06  9:25   ` AngeloGioacchino Del Regno
2022-10-06  9:25     ` AngeloGioacchino Del Regno
2022-10-06  4:34 ` [PATCH v9, 2/4] mailbox: mtk-cmdq: add gce software ddr enable private data Yongqiang Niu
2022-10-06  4:34   ` Yongqiang Niu
2022-10-06  9:29   ` AngeloGioacchino Del Regno
2022-10-06  9:29     ` AngeloGioacchino Del Regno
2022-10-07  1:51     ` yongqiang.niu
2022-10-07  1:51       ` yongqiang.niu
2022-10-07  8:57       ` AngeloGioacchino Del Regno
2022-10-07  8:57         ` AngeloGioacchino Del Regno
2022-10-06  4:34 ` [PATCH v9, 3/4] mailbox: mtk-cmdq: add gce ddr enable support flow Yongqiang Niu
2022-10-06  4:34   ` Yongqiang Niu
2022-10-06  9:30   ` AngeloGioacchino Del Regno
2022-10-06  9:30     ` AngeloGioacchino Del Regno
2022-10-06  4:34 ` [PATCH v9, 4/4] mailbox: mtk-cmdq: add MT8186 support Yongqiang Niu
2022-10-06  4:34   ` Yongqiang Niu
2022-10-06  9:31   ` AngeloGioacchino Del Regno [this message]
2022-10-06  9:31     ` AngeloGioacchino Del Regno

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=97f78c42-d699-8b01-4db8-8887d519c8f8@collabora.com \
    --to=angelogioacchino.delregno@collabora.com \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=chunkuang.hu@kernel.org \
    --cc=ck.hu@mediatek.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=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.