All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-10-05 16:49 ` Anup Patel
  0 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-05 16:49 UTC (permalink / raw)
  To: Russell King, Ohad Ben-Cohen, Bjorn Andersson
  Cc: linux-remoteproc, linux-arm-kernel, linux-kernel, Anup Patel

The RPMSG_VIRTIO is now user selectable option so we explicitly
select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
selected by ST_REMOTEPROC=m in multi_v7_defconfig.

Signed-off-by: Anup Patel <anup@brainfault.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 0cacdbf..5e689e0 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
 CONFIG_TEGRA_IOMMU_SMMU=y
 CONFIG_REMOTEPROC=m
 CONFIG_ST_REMOTEPROC=m
+CONFIG_RPMSG_VIRTIO=m
 CONFIG_PM_DEVFREQ=y
 CONFIG_ARM_TEGRA_DEVFREQ=m
 CONFIG_MEMORY=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-10-05 16:49 ` Anup Patel
  0 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-05 16:49 UTC (permalink / raw)
  To: linux-arm-kernel

The RPMSG_VIRTIO is now user selectable option so we explicitly
select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
selected by ST_REMOTEPROC=m in multi_v7_defconfig.

Signed-off-by: Anup Patel <anup@brainfault.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 0cacdbf..5e689e0 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
 CONFIG_TEGRA_IOMMU_SMMU=y
 CONFIG_REMOTEPROC=m
 CONFIG_ST_REMOTEPROC=m
+CONFIG_RPMSG_VIRTIO=m
 CONFIG_PM_DEVFREQ=y
 CONFIG_ARM_TEGRA_DEVFREQ=m
 CONFIG_MEMORY=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
  2017-10-05 16:49 ` Anup Patel
@ 2017-10-16  4:22   ` Anup Patel
  -1 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-16  4:22 UTC (permalink / raw)
  To: Russell King, Ohad Ben-Cohen, Bjorn Andersson
  Cc: linux-remoteproc, linux-arm-kernel,
	linux-kernel@vger.kernel.org List, Anup Patel

Ping ??

--
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-10-16  4:22   ` Anup Patel
  0 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-16  4:22 UTC (permalink / raw)
  To: linux-arm-kernel

Ping ??

--
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
  2017-10-05 16:49 ` Anup Patel
@ 2017-10-26 16:03   ` Anup Patel
  -1 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-26 16:03 UTC (permalink / raw)
  To: Russell King, Ohad Ben-Cohen, Bjorn Andersson, Olof Johansson,
	Arnd Bergmann
  Cc: linux-remoteproc, linux-arm-kernel,
	linux-kernel@vger.kernel.org List, Anup Patel

On Thu, Oct 5, 2017 at 10:19 PM, Anup Patel <anup@brainfault.org> wrote:
> The RPMSG_VIRTIO is now user selectable option so we explicitly
> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>
> Signed-off-by: Anup Patel <anup@brainfault.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 0cacdbf..5e689e0 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>  CONFIG_TEGRA_IOMMU_SMMU=y
>  CONFIG_REMOTEPROC=m
>  CONFIG_ST_REMOTEPROC=m
> +CONFIG_RPMSG_VIRTIO=m
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_ARM_TEGRA_DEVFREQ=m
>  CONFIG_MEMORY=y
> --
> 2.7.4
>

Hi Arnd/Olof,

Please have a look at this patch.

This is a follow-up patch for https://patchwork.kernel.org/patch/9987567/

Regards,
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-10-26 16:03   ` Anup Patel
  0 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-10-26 16:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 5, 2017 at 10:19 PM, Anup Patel <anup@brainfault.org> wrote:
> The RPMSG_VIRTIO is now user selectable option so we explicitly
> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>
> Signed-off-by: Anup Patel <anup@brainfault.org>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 0cacdbf..5e689e0 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>  CONFIG_TEGRA_IOMMU_SMMU=y
>  CONFIG_REMOTEPROC=m
>  CONFIG_ST_REMOTEPROC=m
> +CONFIG_RPMSG_VIRTIO=m
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_ARM_TEGRA_DEVFREQ=m
>  CONFIG_MEMORY=y
> --
> 2.7.4
>

Hi Arnd/Olof,

Please have a look at this patch.

This is a follow-up patch for https://patchwork.kernel.org/patch/9987567/

Regards,
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
  2017-10-26 16:03   ` Anup Patel
@ 2017-11-03  5:07     ` Anup Patel
  -1 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-11-03  5:07 UTC (permalink / raw)
  To: Russell King, Ohad Ben-Cohen, Bjorn Andersson, Olof Johansson,
	Arnd Bergmann
  Cc: linux-remoteproc, linux-arm-kernel,
	linux-kernel@vger.kernel.org List, Anup Patel

On Thu, Oct 26, 2017 at 9:33 PM, Anup Patel <anup@brainfault.org> wrote:
> On Thu, Oct 5, 2017 at 10:19 PM, Anup Patel <anup@brainfault.org> wrote:
>> The RPMSG_VIRTIO is now user selectable option so we explicitly
>> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
>> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>>
>> Signed-off-by: Anup Patel <anup@brainfault.org>
>> ---
>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index 0cacdbf..5e689e0 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>>  CONFIG_TEGRA_IOMMU_SMMU=y
>>  CONFIG_REMOTEPROC=m
>>  CONFIG_ST_REMOTEPROC=m
>> +CONFIG_RPMSG_VIRTIO=m
>>  CONFIG_PM_DEVFREQ=y
>>  CONFIG_ARM_TEGRA_DEVFREQ=m
>>  CONFIG_MEMORY=y
>> --
>> 2.7.4
>>
>
> Hi Arnd/Olof,
>
> Please have a look at this patch.
>
> This is a follow-up patch for https://patchwork.kernel.org/patch/9987567/
>
> Regards,
> Anup

Hi All,

Ping  ???

Regards,
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-11-03  5:07     ` Anup Patel
  0 siblings, 0 replies; 13+ messages in thread
From: Anup Patel @ 2017-11-03  5:07 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Oct 26, 2017 at 9:33 PM, Anup Patel <anup@brainfault.org> wrote:
> On Thu, Oct 5, 2017 at 10:19 PM, Anup Patel <anup@brainfault.org> wrote:
>> The RPMSG_VIRTIO is now user selectable option so we explicitly
>> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
>> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>>
>> Signed-off-by: Anup Patel <anup@brainfault.org>
>> ---
>>  arch/arm/configs/multi_v7_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>> index 0cacdbf..5e689e0 100644
>> --- a/arch/arm/configs/multi_v7_defconfig
>> +++ b/arch/arm/configs/multi_v7_defconfig
>> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>>  CONFIG_TEGRA_IOMMU_SMMU=y
>>  CONFIG_REMOTEPROC=m
>>  CONFIG_ST_REMOTEPROC=m
>> +CONFIG_RPMSG_VIRTIO=m
>>  CONFIG_PM_DEVFREQ=y
>>  CONFIG_ARM_TEGRA_DEVFREQ=m
>>  CONFIG_MEMORY=y
>> --
>> 2.7.4
>>
>
> Hi Arnd/Olof,
>
> Please have a look at this patch.
>
> This is a follow-up patch for https://patchwork.kernel.org/patch/9987567/
>
> Regards,
> Anup

Hi All,

Ping  ???

Regards,
Anup

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
  2017-10-05 16:49 ` Anup Patel
  (?)
@ 2017-11-03  5:14   ` Bjorn Andersson
  -1 siblings, 0 replies; 13+ messages in thread
From: Bjorn Andersson @ 2017-11-03  5:14 UTC (permalink / raw)
  To: Anup Patel
  Cc: Russell King, Ohad Ben-Cohen, linux-remoteproc, linux-arm-kernel,
	linux-kernel

On Thu 05 Oct 09:49 PDT 2017, Anup Patel wrote:

> The RPMSG_VIRTIO is now user selectable option so we explicitly
> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
> 

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> Signed-off-by: Anup Patel <anup@brainfault.org>

Regards,
Bjorn

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 0cacdbf..5e689e0 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>  CONFIG_TEGRA_IOMMU_SMMU=y
>  CONFIG_REMOTEPROC=m
>  CONFIG_ST_REMOTEPROC=m
> +CONFIG_RPMSG_VIRTIO=m
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_ARM_TEGRA_DEVFREQ=m
>  CONFIG_MEMORY=y
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-11-03  5:14   ` Bjorn Andersson
  0 siblings, 0 replies; 13+ messages in thread
From: Bjorn Andersson @ 2017-11-03  5:14 UTC (permalink / raw)
  To: Anup Patel
  Cc: Russell King, Ohad Ben-Cohen, linux-remoteproc, linux-arm-kernel,
	linux-kernel

On Thu 05 Oct 09:49 PDT 2017, Anup Patel wrote:

> The RPMSG_VIRTIO is now user selectable option so we explicitly
> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
> 

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> Signed-off-by: Anup Patel <anup@brainfault.org>

Regards,
Bjorn

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 0cacdbf..5e689e0 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>  CONFIG_TEGRA_IOMMU_SMMU=y
>  CONFIG_REMOTEPROC=m
>  CONFIG_ST_REMOTEPROC=m
> +CONFIG_RPMSG_VIRTIO=m
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_ARM_TEGRA_DEVFREQ=m
>  CONFIG_MEMORY=y
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-11-03  5:14   ` Bjorn Andersson
  0 siblings, 0 replies; 13+ messages in thread
From: Bjorn Andersson @ 2017-11-03  5:14 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu 05 Oct 09:49 PDT 2017, Anup Patel wrote:

> The RPMSG_VIRTIO is now user selectable option so we explicitly
> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
> 

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

> Signed-off-by: Anup Patel <anup@brainfault.org>

Regards,
Bjorn

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 0cacdbf..5e689e0 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -849,6 +849,7 @@ CONFIG_TEGRA_IOMMU_GART=y
>  CONFIG_TEGRA_IOMMU_SMMU=y
>  CONFIG_REMOTEPROC=m
>  CONFIG_ST_REMOTEPROC=m
> +CONFIG_RPMSG_VIRTIO=m
>  CONFIG_PM_DEVFREQ=y
>  CONFIG_ARM_TEGRA_DEVFREQ=m
>  CONFIG_MEMORY=y
> -- 
> 2.7.4
> 

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
  2017-11-03  5:14   ` Bjorn Andersson
@ 2017-11-07 15:30     ` Arnd Bergmann
  -1 siblings, 0 replies; 13+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:30 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Anup Patel, Russell King, Ohad Ben-Cohen, linux-remoteproc,
	Linux ARM, Linux Kernel Mailing List

On Fri, Nov 3, 2017 at 6:14 AM, Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
> On Thu 05 Oct 09:49 PDT 2017, Anup Patel wrote:
>
>> The RPMSG_VIRTIO is now user selectable option so we explicitly
>> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
>> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>>
>
> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>
>> Signed-off-by: Anup Patel <anup@brainfault.org>

Applied, thanks!

     Arnd

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module
@ 2017-11-07 15:30     ` Arnd Bergmann
  0 siblings, 0 replies; 13+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 3, 2017 at 6:14 AM, Bjorn Andersson
<bjorn.andersson@linaro.org> wrote:
> On Thu 05 Oct 09:49 PDT 2017, Anup Patel wrote:
>
>> The RPMSG_VIRTIO is now user selectable option so we explicitly
>> select it in multi_v7_defconfig. Till now RPMSG_VIRTIO was
>> selected by ST_REMOTEPROC=m in multi_v7_defconfig.
>>
>
> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>
>> Signed-off-by: Anup Patel <anup@brainfault.org>

Applied, thanks!

     Arnd

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-11-07 15:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-05 16:49 [PATCH] ARM: multi_v7_defconfig: Select RPMSG_VIRTIO as module Anup Patel
2017-10-05 16:49 ` Anup Patel
2017-10-16  4:22 ` Anup Patel
2017-10-16  4:22   ` Anup Patel
2017-10-26 16:03 ` Anup Patel
2017-10-26 16:03   ` Anup Patel
2017-11-03  5:07   ` Anup Patel
2017-11-03  5:07     ` Anup Patel
2017-11-03  5:14 ` Bjorn Andersson
2017-11-03  5:14   ` Bjorn Andersson
2017-11-03  5:14   ` Bjorn Andersson
2017-11-07 15:30   ` Arnd Bergmann
2017-11-07 15:30     ` Arnd Bergmann

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.