From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Tinghan Shen <tinghan.shen@mediatek.com>,
Project_Global_Chrome_Upstream_Group@mediatek.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH 0/2] Add SCP support for mt8186
Date: Tue, 4 Jan 2022 09:53:33 -0700 [thread overview]
Message-ID: <20220104165333.GA539868@p14s> (raw)
In-Reply-To: <20220104114706.27461-1-allen-kh.cheng@mediatek.com>
Hi Allen,
On Tue, Jan 04, 2022 at 07:47:04PM +0800, allen-kh.cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> changes since v1:
> - use mt8192_power_on_sram() helper
> - add MT8186_SCP_L1_SRAM_PD_P1 in mtk_common.h
> - add MT8186_SCP_L1_SRAM_PD_P2 in mtk_common.h
It is quite hard to follow the evolution of this patchset. The second revision
had a "v2" tag but this one doesn't, which can be confused with the patchset
sent on January 3rd. Please send another one (v4) with:
1) A cover letter.
2) The right SoB.
3) The right version tag.
>
> Based on v5.16-rc8
This should be based on rproc-next[1].
Thanks,
Mathieu
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git/log/?h=rproc-next
>
> allen-kh.cheng (2):
> dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
> remoteproc: mediatek: Support mt8186 scp
>
> .../bindings/remoteproc/mtk,scp.yaml | 1 +
> drivers/remoteproc/mtk_common.h | 3 ++
> drivers/remoteproc/mtk_scp.c | 35 +++++++++++++++++++
> 3 files changed, 39 insertions(+)
>
> --
> 2.18.0
>
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Tinghan Shen <tinghan.shen@mediatek.com>,
Project_Global_Chrome_Upstream_Group@mediatek.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH 0/2] Add SCP support for mt8186
Date: Tue, 4 Jan 2022 09:53:33 -0700 [thread overview]
Message-ID: <20220104165333.GA539868@p14s> (raw)
In-Reply-To: <20220104114706.27461-1-allen-kh.cheng@mediatek.com>
Hi Allen,
On Tue, Jan 04, 2022 at 07:47:04PM +0800, allen-kh.cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> changes since v1:
> - use mt8192_power_on_sram() helper
> - add MT8186_SCP_L1_SRAM_PD_P1 in mtk_common.h
> - add MT8186_SCP_L1_SRAM_PD_P2 in mtk_common.h
It is quite hard to follow the evolution of this patchset. The second revision
had a "v2" tag but this one doesn't, which can be confused with the patchset
sent on January 3rd. Please send another one (v4) with:
1) A cover letter.
2) The right SoB.
3) The right version tag.
>
> Based on v5.16-rc8
This should be based on rproc-next[1].
Thanks,
Mathieu
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git/log/?h=rproc-next
>
> allen-kh.cheng (2):
> dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
> remoteproc: mediatek: Support mt8186 scp
>
> .../bindings/remoteproc/mtk,scp.yaml | 1 +
> drivers/remoteproc/mtk_common.h | 3 ++
> drivers/remoteproc/mtk_scp.c | 35 +++++++++++++++++++
> 3 files changed, 39 insertions(+)
>
> --
> 2.18.0
>
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: "allen-kh.cheng" <allen-kh.cheng@mediatek.com>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Matthias Brugger <matthias.bgg@gmail.com>,
Tinghan Shen <tinghan.shen@mediatek.com>,
Project_Global_Chrome_Upstream_Group@mediatek.com,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-remoteproc@vger.kernel.org
Subject: Re: [PATCH 0/2] Add SCP support for mt8186
Date: Tue, 4 Jan 2022 09:53:33 -0700 [thread overview]
Message-ID: <20220104165333.GA539868@p14s> (raw)
In-Reply-To: <20220104114706.27461-1-allen-kh.cheng@mediatek.com>
Hi Allen,
On Tue, Jan 04, 2022 at 07:47:04PM +0800, allen-kh.cheng wrote:
> From: Allen-KH Cheng <Allen-KH.Cheng@mediatek.com>
>
> changes since v1:
> - use mt8192_power_on_sram() helper
> - add MT8186_SCP_L1_SRAM_PD_P1 in mtk_common.h
> - add MT8186_SCP_L1_SRAM_PD_P2 in mtk_common.h
It is quite hard to follow the evolution of this patchset. The second revision
had a "v2" tag but this one doesn't, which can be confused with the patchset
sent on January 3rd. Please send another one (v4) with:
1) A cover letter.
2) The right SoB.
3) The right version tag.
>
> Based on v5.16-rc8
This should be based on rproc-next[1].
Thanks,
Mathieu
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git/log/?h=rproc-next
>
> allen-kh.cheng (2):
> dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp
> remoteproc: mediatek: Support mt8186 scp
>
> .../bindings/remoteproc/mtk,scp.yaml | 1 +
> drivers/remoteproc/mtk_common.h | 3 ++
> drivers/remoteproc/mtk_scp.c | 35 +++++++++++++++++++
> 3 files changed, 39 insertions(+)
>
> --
> 2.18.0
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-01-04 16:53 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-04 11:47 [PATCH 0/2] Add SCP support for mt8186 allen-kh.cheng
2022-01-04 11:47 ` allen-kh.cheng
2022-01-04 11:47 ` [PATCH 1/2] dt-bindings: remoteproc: mediatek: Add binding for mt8186 scp allen-kh.cheng
2022-01-04 11:47 ` allen-kh.cheng
2022-01-04 11:47 ` [PATCH 2/2] remoteproc: mediatek: Support " allen-kh.cheng
2022-01-04 11:47 ` allen-kh.cheng
2022-01-05 9:19 ` AngeloGioacchino Del Regno
2022-01-05 9:19 ` AngeloGioacchino Del Regno
2022-01-05 9:19 ` AngeloGioacchino Del Regno
2022-01-04 16:53 ` Mathieu Poirier [this message]
2022-01-04 16:53 ` [PATCH 0/2] Add SCP support for mt8186 Mathieu Poirier
2022-01-04 16:53 ` Mathieu Poirier
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=20220104165333.GA539868@p14s \
--to=mathieu.poirier@linaro.org \
--cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
--cc=allen-kh.cheng@mediatek.com \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=matthias.bgg@gmail.com \
--cc=ohad@wizery.com \
--cc=robh+dt@kernel.org \
--cc=tinghan.shen@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.