Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-06-04 Thread Tero Kristo
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 dependen

Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-06-04 Thread Yuehaibing
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] >

Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-05-10 Thread Tony Lindgren
* Marc Zyngier [190510 18:30]: > On Fri, 10 May 2019 06:16:38 +0100, > Lokesh Vutla 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

Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-05-10 Thread Marc Zyngier
On Fri, 10 May 2019 06:16:38 +0100, Lokesh Vutla 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] > > Selec

Re: [PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-05-09 Thread Lokesh Vutla
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: E

[PATCH] arm64: arch_k3: Fix kconfig dependency warning

2019-05-09 Thread 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: YueHai