* [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency @ 2020-09-15 1:29 Alexandre Courbot 2020-09-15 3:25 ` Bjorn Andersson 0 siblings, 1 reply; 5+ messages in thread From: Alexandre Courbot @ 2020-09-15 1:29 UTC (permalink / raw) To: Ohad Ben-Cohen, Bjorn Andersson Cc: Mauro Carvalho Chehab, Hans Verkuil, linux-remoteproc, linux-kernel, Alexandre Courbot, Ezequiel Garcia This will improve this driver's build coverage. Reported-by: Ezequiel Garcia <ezequiel@collabora.com> Signed-off-by: Alexandre Courbot <acourbot@chromium.org> --- Hi remoteproc maintainers, Second resend as I got no reaction for almost 1 month on this one-liner. Pretty please? As explained in https://www.spinics.net/lists/linux-media/msg175991.html, we need this patch in order to merge a driver series in the media tree. If that looks ok to you, can we pull it in the media tree along with the series that depends on it? drivers/remoteproc/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig index c6659dfea7c7..d1fcada71017 100644 --- a/drivers/remoteproc/Kconfig +++ b/drivers/remoteproc/Kconfig @@ -43,7 +43,7 @@ config INGENIC_VPU_RPROC config MTK_SCP tristate "Mediatek SCP support" - depends on ARCH_MEDIATEK + depends on ARCH_MEDIATEK || COMPILE_TEST select RPMSG_MTK_SCP help Say y here to support Mediatek's System Companion Processor (SCP) via -- 2.28.0.526.ge36021eeef-goog ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency 2020-09-15 1:29 [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency Alexandre Courbot @ 2020-09-15 3:25 ` Bjorn Andersson 2020-09-15 3:43 ` Alexandre Courbot 0 siblings, 1 reply; 5+ messages in thread From: Bjorn Andersson @ 2020-09-15 3:25 UTC (permalink / raw) To: Alexandre Courbot Cc: Ohad Ben-Cohen, Mauro Carvalho Chehab, Hans Verkuil, linux-remoteproc, linux-kernel, Ezequiel Garcia On Tue 15 Sep 01:29 UTC 2020, Alexandre Courbot wrote: > This will improve this driver's build coverage. > > Reported-by: Ezequiel Garcia <ezequiel@collabora.com> > Signed-off-by: Alexandre Courbot <acourbot@chromium.org> > --- > Hi remoteproc maintainers, > > Second resend as I got no reaction for almost 1 month on this one-liner. Sorry about that. I fell behind on my inbox and have missed your previous attempts. This has now been applied. Regards, Bjorn > Pretty please? > > As explained in > https://www.spinics.net/lists/linux-media/msg175991.html, we need this > patch in order to merge a driver series in the media tree. If that > looks ok to you, can we pull it in the media tree along with the series > that depends on it? > > drivers/remoteproc/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > index c6659dfea7c7..d1fcada71017 100644 > --- a/drivers/remoteproc/Kconfig > +++ b/drivers/remoteproc/Kconfig > @@ -43,7 +43,7 @@ config INGENIC_VPU_RPROC > > config MTK_SCP > tristate "Mediatek SCP support" > - depends on ARCH_MEDIATEK > + depends on ARCH_MEDIATEK || COMPILE_TEST > select RPMSG_MTK_SCP > help > Say y here to support Mediatek's System Companion Processor (SCP) via > -- > 2.28.0.526.ge36021eeef-goog > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency 2020-09-15 3:25 ` Bjorn Andersson @ 2020-09-15 3:43 ` Alexandre Courbot 2020-09-17 12:13 ` Mauro Carvalho Chehab 0 siblings, 1 reply; 5+ messages in thread From: Alexandre Courbot @ 2020-09-15 3:43 UTC (permalink / raw) To: Bjorn Andersson, Mauro Carvalho Chehab Cc: Ohad Ben-Cohen, Hans Verkuil, open list:REMOTE PROCESSOR REMOTEPROC SUBSYSTEM, LKML, Ezequiel Garcia On Tue, Sep 15, 2020 at 12:25 PM Bjorn Andersson <bjorn.andersson@linaro.org> wrote: > > On Tue 15 Sep 01:29 UTC 2020, Alexandre Courbot wrote: > > > This will improve this driver's build coverage. > > > > Reported-by: Ezequiel Garcia <ezequiel@collabora.com> > > Signed-off-by: Alexandre Courbot <acourbot@chromium.org> > > --- > > Hi remoteproc maintainers, > > > > Second resend as I got no reaction for almost 1 month on this one-liner. > > Sorry about that. I fell behind on my inbox and have missed your > previous attempts. > > This has now been applied. No worries, thanks for the quick response. Mauro, the patch is applied on https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git/commit/?id=5185e3a9dc2d68bb52e3e12400428aa060b87733, will it work for you to merge this into the media tree and apply the pull request on top? > > Regards, > Bjorn > > > Pretty please? > > > > As explained in > > https://www.spinics.net/lists/linux-media/msg175991.html, we need this > > patch in order to merge a driver series in the media tree. If that > > looks ok to you, can we pull it in the media tree along with the series > > that depends on it? > > > > drivers/remoteproc/Kconfig | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > > index c6659dfea7c7..d1fcada71017 100644 > > --- a/drivers/remoteproc/Kconfig > > +++ b/drivers/remoteproc/Kconfig > > @@ -43,7 +43,7 @@ config INGENIC_VPU_RPROC > > > > config MTK_SCP > > tristate "Mediatek SCP support" > > - depends on ARCH_MEDIATEK > > + depends on ARCH_MEDIATEK || COMPILE_TEST > > select RPMSG_MTK_SCP > > help > > Say y here to support Mediatek's System Companion Processor (SCP) via > > -- > > 2.28.0.526.ge36021eeef-goog > > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency 2020-09-15 3:43 ` Alexandre Courbot @ 2020-09-17 12:13 ` Mauro Carvalho Chehab 2020-09-17 16:09 ` Bjorn Andersson 0 siblings, 1 reply; 5+ messages in thread From: Mauro Carvalho Chehab @ 2020-09-17 12:13 UTC (permalink / raw) To: Alexandre Courbot, Bjorn Andersson Cc: Ohad Ben-Cohen, Hans Verkuil, open list:REMOTE PROCESSOR REMOTEPROC SUBSYSTEM, LKML, Ezequiel Garcia Em Tue, 15 Sep 2020 12:43:26 +0900 Alexandre Courbot <acourbot@chromium.org> escreveu: > On Tue, Sep 15, 2020 at 12:25 PM Bjorn Andersson > <bjorn.andersson@linaro.org> wrote: > > > > On Tue 15 Sep 01:29 UTC 2020, Alexandre Courbot wrote: > > > > > This will improve this driver's build coverage. > > > > > > Reported-by: Ezequiel Garcia <ezequiel@collabora.com> > > > Signed-off-by: Alexandre Courbot <acourbot@chromium.org> > > > --- > > > Hi remoteproc maintainers, > > > > > > Second resend as I got no reaction for almost 1 month on this one-liner. > > > > Sorry about that. I fell behind on my inbox and have missed your > > previous attempts. > > > > This has now been applied. > > No worries, thanks for the quick response. > > Mauro, the patch is applied on > https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git/commit/?id=5185e3a9dc2d68bb52e3e12400428aa060b87733, > will it work for you to merge this into the media tree and apply the > pull request on top? > > > > > Regards, > > Bjorn > > > > > Pretty please? > > > > > > As explained in > > > https://www.spinics.net/lists/linux-media/msg175991.html, we need this > > > patch in order to merge a driver series in the media tree. If that > > > looks ok to you, can we pull it in the media tree along with the series > > > that depends on it? > > > > > > drivers/remoteproc/Kconfig | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > > > index c6659dfea7c7..d1fcada71017 100644 > > > --- a/drivers/remoteproc/Kconfig > > > +++ b/drivers/remoteproc/Kconfig > > > @@ -43,7 +43,7 @@ config INGENIC_VPU_RPROC > > > > > > config MTK_SCP > > > tristate "Mediatek SCP support" > > > - depends on ARCH_MEDIATEK > > > + depends on ARCH_MEDIATEK || COMPILE_TEST > > > select RPMSG_MTK_SCP > > > help > > > Say y here to support Mediatek's System Companion Processor (SCP) via Bjorn/Alexandre, Can I just cherry-pick the patch from: https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git/commit/?id=5185e3a9dc2d68bb52e3e12400428aa060b87733 Adding it on my tree before the patches that require it? If aren't there any other changes for "config MTK_SCP", this is the easiest way for me, as I won't need to pull from a stable branch from your tree and wait for your patches to reach upstream, before sending a tree branch with such changes. Regards, Mauro ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency 2020-09-17 12:13 ` Mauro Carvalho Chehab @ 2020-09-17 16:09 ` Bjorn Andersson 0 siblings, 0 replies; 5+ messages in thread From: Bjorn Andersson @ 2020-09-17 16:09 UTC (permalink / raw) To: Mauro Carvalho Chehab Cc: Alexandre Courbot, Ohad Ben-Cohen, Hans Verkuil, open list:REMOTE PROCESSOR REMOTEPROC SUBSYSTEM, LKML, Ezequiel Garcia On Thu 17 Sep 07:13 CDT 2020, Mauro Carvalho Chehab wrote: > Em Tue, 15 Sep 2020 12:43:26 +0900 > Alexandre Courbot <acourbot@chromium.org> escreveu: > > > On Tue, Sep 15, 2020 at 12:25 PM Bjorn Andersson > > <bjorn.andersson@linaro.org> wrote: > > > > > > On Tue 15 Sep 01:29 UTC 2020, Alexandre Courbot wrote: > > > > > > > This will improve this driver's build coverage. > > > > > > > > Reported-by: Ezequiel Garcia <ezequiel@collabora.com> > > > > Signed-off-by: Alexandre Courbot <acourbot@chromium.org> > > > > --- > > > > Hi remoteproc maintainers, > > > > > > > > Second resend as I got no reaction for almost 1 month on this one-liner. > > > > > > Sorry about that. I fell behind on my inbox and have missed your > > > previous attempts. > > > > > > This has now been applied. > > > > No worries, thanks for the quick response. > > > > Mauro, the patch is applied on > > https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git/commit/?id=5185e3a9dc2d68bb52e3e12400428aa060b87733, > > will it work for you to merge this into the media tree and apply the > > pull request on top? > > > > > > > > Regards, > > > Bjorn > > > > > > > Pretty please? > > > > > > > > As explained in > > > > https://www.spinics.net/lists/linux-media/msg175991.html, we need this > > > > patch in order to merge a driver series in the media tree. If that > > > > looks ok to you, can we pull it in the media tree along with the series > > > > that depends on it? > > > > > > > > drivers/remoteproc/Kconfig | 2 +- > > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > > > > index c6659dfea7c7..d1fcada71017 100644 > > > > --- a/drivers/remoteproc/Kconfig > > > > +++ b/drivers/remoteproc/Kconfig > > > > @@ -43,7 +43,7 @@ config INGENIC_VPU_RPROC > > > > > > > > config MTK_SCP > > > > tristate "Mediatek SCP support" > > > > - depends on ARCH_MEDIATEK > > > > + depends on ARCH_MEDIATEK || COMPILE_TEST > > > > select RPMSG_MTK_SCP > > > > help > > > > Say y here to support Mediatek's System Companion Processor (SCP) via > > Bjorn/Alexandre, > > Can I just cherry-pick the patch from: > > https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git/commit/?id=5185e3a9dc2d68bb52e3e12400428aa060b87733 > > Adding it on my tree before the patches that require it? > > If aren't there any other changes for "config MTK_SCP", > this is the easiest way for me, as I won't need to pull from > a stable branch from your tree and wait for your patches to > reach upstream, before sending a tree branch with such changes. > I don't see anything that would cause a merge conflicts here, so that should be fine. And perhaps we should just have picked it through your tree from the beginning then. Feel free to add my: Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org> Regards, Bjorn ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-09-17 19:16 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-09-15 1:29 [PATCH RESEND RESEND] remoteproc: scp: add COMPILE_TEST dependency Alexandre Courbot 2020-09-15 3:25 ` Bjorn Andersson 2020-09-15 3:43 ` Alexandre Courbot 2020-09-17 12:13 ` Mauro Carvalho Chehab 2020-09-17 16:09 ` Bjorn Andersson
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox