LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] arm64: arch_k3: Fix kconfig dependency warning
@ 2019-05-10 3:52 YueHaibing
2019-05-10 5:16 ` Lokesh Vutla
2019-06-04 8:33 ` Yuehaibing
0 siblings, 2 replies; 6+ messages in thread
From: YueHaibing @ 2019-05-10 3:52 UTC (permalink / raw)
To: catalin.marinas, will.deacon, marc.zyngier, lokeshvutla, tony
Cc: linux-kernel, linux-arm-kernel, YueHaibing
Fix Kbuild warning when SOC_TI is not set
WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
Selected by [y]:
- ARCH_K3 [=y]
Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
arch/arm64/Kconfig.platforms | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 42eca65..9d1292f 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -88,6 +88,7 @@ config ARCH_K3
bool "Texas Instruments Inc. K3 multicore SoC architecture"
select PM_GENERIC_DOMAINS if PM
select MAILBOX
+ select SOC_TI
select TI_MESSAGE_MANAGER
select TI_SCI_PROTOCOL
select TI_SCI_INTR_IRQCHIP
--
2.7.4
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
2019-05-10 3:52 [PATCH] arm64: arch_k3: Fix kconfig dependency warning YueHaibing
@ 2019-05-10 5:16 ` Lokesh Vutla
2019-05-10 18:29 ` Marc Zyngier
2019-06-04 8:33 ` Yuehaibing
1 sibling, 1 reply; 6+ messages in thread
From: Lokesh Vutla @ 2019-05-10 5:16 UTC (permalink / raw)
To: YueHaibing, catalin.marinas, will.deacon, marc.zyngier, tony
Cc: linux-kernel, linux-arm-kernel
On 10/05/19 9:22 AM, YueHaibing wrote:
> Fix Kbuild warning when SOC_TI is not set
>
> WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
> Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
> Selected by [y]:
> - ARCH_K3 [=y]
>
> Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Thanks for catching it.
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Thanks and regards,
Lokesh
> ---
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 42eca65..9d1292f 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -88,6 +88,7 @@ config ARCH_K3
> bool "Texas Instruments Inc. K3 multicore SoC architecture"
> select PM_GENERIC_DOMAINS if PM
> select MAILBOX
> + select SOC_TI
> select TI_MESSAGE_MANAGER
> select TI_SCI_PROTOCOL
> select TI_SCI_INTR_IRQCHIP
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
2019-05-10 5:16 ` Lokesh Vutla
@ 2019-05-10 18:29 ` Marc Zyngier
2019-05-10 21:40 ` Tony Lindgren
0 siblings, 1 reply; 6+ messages in thread
From: Marc Zyngier @ 2019-05-10 18:29 UTC (permalink / raw)
To: Lokesh Vutla
Cc: YueHaibing, catalin.marinas, will.deacon, tony, linux-kernel,
linux-arm-kernel
On Fri, 10 May 2019 06:16:38 +0100,
Lokesh Vutla <lokeshvutla@ti.com> wrote:
>
>
>
> On 10/05/19 9:22 AM, YueHaibing wrote:
> > Fix Kbuild warning when SOC_TI is not set
> >
> > WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
> > Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
> > Selected by [y]:
> > - ARCH_K3 [=y]
> >
> > Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
>
> Thanks for catching it.
>
> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Tony, can you please route this patch via armsoc?
Thanks,
M.
--
Jazz is not dead, it just smell funny.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
2019-05-10 18:29 ` Marc Zyngier
@ 2019-05-10 21:40 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2019-05-10 21:40 UTC (permalink / raw)
To: Marc Zyngier, Tero Kristo
Cc: Lokesh Vutla, YueHaibing, catalin.marinas, will.deacon,
linux-kernel, linux-arm-kernel
* Marc Zyngier <marc.zyngier@arm.com> [190510 18:30]:
> On Fri, 10 May 2019 06:16:38 +0100,
> Lokesh Vutla <lokeshvutla@ti.com> wrote:
> >
> >
> >
> > On 10/05/19 9:22 AM, YueHaibing wrote:
> > > Fix Kbuild warning when SOC_TI is not set
> > >
> > > WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
> > > Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
> > > Selected by [y]:
> > > - ARCH_K3 [=y]
> > >
> > > Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> > > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> >
> > Thanks for catching it.
> >
> > Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
>
> Tony, can you please route this patch via armsoc?
Thanks adding Tero to loop so he can queue it.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
2019-05-10 3:52 [PATCH] arm64: arch_k3: Fix kconfig dependency warning YueHaibing
2019-05-10 5:16 ` Lokesh Vutla
@ 2019-06-04 8:33 ` Yuehaibing
2019-06-04 13:22 ` Tero Kristo
1 sibling, 1 reply; 6+ messages in thread
From: Yuehaibing @ 2019-06-04 8:33 UTC (permalink / raw)
To: catalin.marinas, will.deacon, marc.zyngier, lokeshvutla, tony,
t-kristo, lokeshvutla
Cc: linux-kernel, linux-arm-kernel
Hi all,
Friendly ping:
Who can take this?
On 2019/5/10 11:52, YueHaibing wrote:
> Fix Kbuild warning when SOC_TI is not set
>
> WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
> Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
> Selected by [y]:
> - ARCH_K3 [=y]
>
> Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
> arch/arm64/Kconfig.platforms | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
> index 42eca65..9d1292f 100644
> --- a/arch/arm64/Kconfig.platforms
> +++ b/arch/arm64/Kconfig.platforms
> @@ -88,6 +88,7 @@ config ARCH_K3
> bool "Texas Instruments Inc. K3 multicore SoC architecture"
> select PM_GENERIC_DOMAINS if PM
> select MAILBOX
> + select SOC_TI
> select TI_MESSAGE_MANAGER
> select TI_SCI_PROTOCOL
> select TI_SCI_INTR_IRQCHIP
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning
2019-06-04 8:33 ` Yuehaibing
@ 2019-06-04 13:22 ` Tero Kristo
0 siblings, 0 replies; 6+ messages in thread
From: Tero Kristo @ 2019-06-04 13:22 UTC (permalink / raw)
To: Yuehaibing, catalin.marinas, will.deacon, marc.zyngier,
lokeshvutla, tony
Cc: linux-kernel, linux-arm-kernel
Sorry, this has sort of slipped through. I can pick this up and queue
towards 5.2-rc fixes.
-Tero
On 04/06/2019 11:33, Yuehaibing wrote:
> Hi all,
>
> Friendly ping:
>
> Who can take this?
>
> On 2019/5/10 11:52, YueHaibing wrote:
>> Fix Kbuild warning when SOC_TI is not set
>>
>> WARNING: unmet direct dependencies detected for TI_SCI_INTA_IRQCHIP
>> Depends on [n]: TI_SCI_PROTOCOL [=y] && SOC_TI [=n]
>> Selected by [y]:
>> - ARCH_K3 [=y]
>>
>> Fixes: 009669e74813 ("arm64: arch_k3: Enable interrupt controller drivers")
>> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
>> ---
>> arch/arm64/Kconfig.platforms | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
>> index 42eca65..9d1292f 100644
>> --- a/arch/arm64/Kconfig.platforms
>> +++ b/arch/arm64/Kconfig.platforms
>> @@ -88,6 +88,7 @@ config ARCH_K3
>> bool "Texas Instruments Inc. K3 multicore SoC architecture"
>> select PM_GENERIC_DOMAINS if PM
>> select MAILBOX
>> + select SOC_TI
>> select TI_MESSAGE_MANAGER
>> select TI_SCI_PROTOCOL
>> select TI_SCI_INTR_IRQCHIP
>>
>
--
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-06-04 13:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10 3:52 [PATCH] arm64: arch_k3: Fix kconfig dependency warning YueHaibing
2019-05-10 5:16 ` Lokesh Vutla
2019-05-10 18:29 ` Marc Zyngier
2019-05-10 21:40 ` Tony Lindgren
2019-06-04 8:33 ` Yuehaibing
2019-06-04 13:22 ` Tero Kristo
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).