linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip/wpcm450: Drop COMPILE_TEST
@ 2021-04-08  8:00 Marc Zyngier
  2021-04-08  8:45 ` Jonathan Neuschäfer
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2021-04-08  8:00 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Thomas Gleixner, kernel-team, Jonathan Neuschäfer, Stephen Rothwell

This driver is (for now) ARM specific, and currently doesn't
build with a variety of architectures (ia64, RISC-V, x86_64
at the very least).

Drop COMPILE_TEST from Kconfig until it gets sorted out.

Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 38ad9dcf42c3..715eb4366e35 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -579,7 +579,7 @@ config MST_IRQ
 
 config WPCM450_AIC
 	bool "Nuvoton WPCM450 Advanced Interrupt Controller"
-	depends on ARCH_WPCM450 || COMPILE_TEST
+	depends on ARCH_WPCM450
 	help
 	  Support for the interrupt controller in the Nuvoton WPCM450 BMC SoC.
 
-- 
2.30.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] irqchip/wpcm450: Drop COMPILE_TEST
  2021-04-08  8:00 [PATCH] irqchip/wpcm450: Drop COMPILE_TEST Marc Zyngier
@ 2021-04-08  8:45 ` Jonathan Neuschäfer
  2021-04-08 10:43   ` Marc Zyngier
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Neuschäfer @ 2021-04-08  8:45 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: linux-arm-kernel, Thomas Gleixner, kernel-team,
	Jonathan Neuschäfer, Stephen Rothwell


[-- Attachment #1.1: Type: text/plain, Size: 1053 bytes --]

On Thu, Apr 08, 2021 at 09:00:30AM +0100, Marc Zyngier wrote:
> This driver is (for now) ARM specific, and currently doesn't
> build with a variety of architectures (ia64, RISC-V, x86_64
> at the very least).
> 
> Drop COMPILE_TEST from Kconfig until it gets sorted out.
> 
> Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> Signed-off-by: Marc Zyngier <maz@kernel.org>
> ---

Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

>  drivers/irqchip/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 38ad9dcf42c3..715eb4366e35 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -579,7 +579,7 @@ config MST_IRQ
>  
>  config WPCM450_AIC
>  	bool "Nuvoton WPCM450 Advanced Interrupt Controller"
> -	depends on ARCH_WPCM450 || COMPILE_TEST
> +	depends on ARCH_WPCM450

I guess I could use (COMPILE_TEST && ARM) or something…


Thanks,
Jonathan

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] irqchip/wpcm450: Drop COMPILE_TEST
  2021-04-08  8:45 ` Jonathan Neuschäfer
@ 2021-04-08 10:43   ` Marc Zyngier
  2021-04-08 11:51     ` Jonathan Neuschäfer
  0 siblings, 1 reply; 4+ messages in thread
From: Marc Zyngier @ 2021-04-08 10:43 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-arm-kernel, Thomas Gleixner, kernel-team, Stephen Rothwell

On 2021-04-08 09:45, Jonathan Neuschäfer wrote:
> On Thu, Apr 08, 2021 at 09:00:30AM +0100, Marc Zyngier wrote:
>> This driver is (for now) ARM specific, and currently doesn't
>> build with a variety of architectures (ia64, RISC-V, x86_64
>> at the very least).
>> 
>> Drop COMPILE_TEST from Kconfig until it gets sorted out.
>> 
>> Cc: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
>> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
>> Signed-off-by: Marc Zyngier <maz@kernel.org>
>> ---
> 
> Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Thanks for that.

> 
>>  drivers/irqchip/Kconfig | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
>> index 38ad9dcf42c3..715eb4366e35 100644
>> --- a/drivers/irqchip/Kconfig
>> +++ b/drivers/irqchip/Kconfig
>> @@ -579,7 +579,7 @@ config MST_IRQ
>> 
>>  config WPCM450_AIC
>>  	bool "Nuvoton WPCM450 Advanced Interrupt Controller"
>> -	depends on ARCH_WPCM450 || COMPILE_TEST
>> +	depends on ARCH_WPCM450
> 
> I guess I could use (COMPILE_TEST && ARM) or something…

One of the major interest of COMPILE_TEST to be able to check code
cross-architecture. For code that cannot compile cross-architecture,
I'm not sure it matters much.

We can achieve the same result by enabling multi-platform builds (and
this system should probably end-up in multi_v5_defconfig).

         M.
-- 
Jazz is not dead. It just smells funny...

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] irqchip/wpcm450: Drop COMPILE_TEST
  2021-04-08 10:43   ` Marc Zyngier
@ 2021-04-08 11:51     ` Jonathan Neuschäfer
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Neuschäfer @ 2021-04-08 11:51 UTC (permalink / raw)
  To: Marc Zyngier
  Cc: Jonathan Neuschäfer, linux-arm-kernel, Thomas Gleixner,
	kernel-team, Stephen Rothwell


[-- Attachment #1.1: Type: text/plain, Size: 557 bytes --]

On Thu, Apr 08, 2021 at 11:43:19AM +0100, Marc Zyngier wrote:
> On 2021-04-08 09:45, Jonathan Neuschäfer wrote:
[...]
> > I guess I could use (COMPILE_TEST && ARM) or something…
> 
> One of the major interest of COMPILE_TEST to be able to check code
> cross-architecture. For code that cannot compile cross-architecture,
> I'm not sure it matters much.
> 
> We can achieve the same result by enabling multi-platform builds (and
> this system should probably end-up in multi_v5_defconfig).

Alright, thanks for the explanation.


Jonathan

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-04-08 11:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-08  8:00 [PATCH] irqchip/wpcm450: Drop COMPILE_TEST Marc Zyngier
2021-04-08  8:45 ` Jonathan Neuschäfer
2021-04-08 10:43   ` Marc Zyngier
2021-04-08 11:51     ` Jonathan Neuschäfer

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).