diff mbox

[15/15] sh: intc: Enable driver compilation with COMPILE_TEST

Message ID 1385515117-23664-16-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive)
State New, archived
Headers show

Commit Message

Laurent Pinchart Nov. 27, 2013, 1:18 a.m. UTC
This helps increasing build testing coverage.

Cc: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
 drivers/sh/intc/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Dec. 11, 2013, 12:52 p.m. UTC | #1
Hi Magnus,

Could you tell me who is responsible for merging drivers/sh patches ? If 
that's one of you, could you please pick this patch up for v3.14 ?

On Wednesday 27 November 2013 02:18:37 Laurent Pinchart wrote:
> This helps increasing build testing coverage.
> 
> Cc: Magnus Damm <magnus.damm@gmail.com>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
>  drivers/sh/intc/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
> index a305731..f7d9061 100644
> --- a/drivers/sh/intc/Kconfig
> +++ b/drivers/sh/intc/Kconfig
> @@ -6,7 +6,7 @@ comment "Interrupt controller options"
> 
>  config INTC_USERIMASK
>  	bool "Userspace interrupt masking support"
> -	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A)
> +	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
>  	help
>  	  This enables support for hardware-assisted userspace hardirq
>  	  masking.
Laurent Pinchart Jan. 7, 2014, 9:54 a.m. UTC | #2
On Wednesday 11 December 2013 13:52:31 Laurent Pinchart wrote:
> Hi Magnus,
> 
> Could you tell me who is responsible for merging drivers/sh patches ? If
> that's one of you, could you please pick this patch up for v3.14 ?

Ping ?

> On Wednesday 27 November 2013 02:18:37 Laurent Pinchart wrote:
> > This helps increasing build testing coverage.
> > 
> > Cc: Magnus Damm <magnus.damm@gmail.com>
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
> > ---
> > 
> >  drivers/sh/intc/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
> > index a305731..f7d9061 100644
> > --- a/drivers/sh/intc/Kconfig
> > +++ b/drivers/sh/intc/Kconfig
> > @@ -6,7 +6,7 @@ comment "Interrupt controller options"
> > 
> >  config INTC_USERIMASK
> >  
> >  	bool "Userspace interrupt masking support"
> > 
> > -	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A)
> > +	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
> > 
> >  	help
> >  	
> >  	  This enables support for hardware-assisted userspace hardirq
> >  	  masking.
Simon Horman Jan. 8, 2014, 4:35 a.m. UTC | #3
On Tue, Jan 07, 2014 at 10:54:41AM +0100, Laurent Pinchart wrote:
> On Wednesday 11 December 2013 13:52:31 Laurent Pinchart wrote:
> > Hi Magnus,
> > 
> > Could you tell me who is responsible for merging drivers/sh patches ? If
> > that's one of you, could you please pick this patch up for v3.14 ?
> 
> Ping ?

I am happy to take this if no one objects.

> 
> > On Wednesday 27 November 2013 02:18:37 Laurent Pinchart wrote:
> > > This helps increasing build testing coverage.
> > > 
> > > Cc: Magnus Damm <magnus.damm@gmail.com>
> > > Signed-off-by: Laurent Pinchart
> > > <laurent.pinchart+renesas@ideasonboard.com>
> > > ---
> > > 
> > >  drivers/sh/intc/Kconfig | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
> > > index a305731..f7d9061 100644
> > > --- a/drivers/sh/intc/Kconfig
> > > +++ b/drivers/sh/intc/Kconfig
> > > @@ -6,7 +6,7 @@ comment "Interrupt controller options"
> > > 
> > >  config INTC_USERIMASK
> > >  
> > >  	bool "Userspace interrupt masking support"
> > > 
> > > -	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A)
> > > +	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
> > > 
> > >  	help
> > >  	
> > >  	  This enables support for hardware-assisted userspace hardirq
> > >  	  masking.
> 
> -- 
> Regards,
> 
> Laurent Pinchart
>
Simon Horman Feb. 18, 2014, 12:26 a.m. UTC | #4
On Wed, Jan 08, 2014 at 01:35:59PM +0900, Simon Horman wrote:
> On Tue, Jan 07, 2014 at 10:54:41AM +0100, Laurent Pinchart wrote:
> > On Wednesday 11 December 2013 13:52:31 Laurent Pinchart wrote:
> > > Hi Magnus,
> > > 
> > > Could you tell me who is responsible for merging drivers/sh patches ? If
> > > that's one of you, could you please pick this patch up for v3.14 ?
> > 
> > Ping ?
> 
> I am happy to take this if no one objects.

Sorry for the extended delay on this one.
I have finally queued it up.

> > > On Wednesday 27 November 2013 02:18:37 Laurent Pinchart wrote:
> > > > This helps increasing build testing coverage.
> > > > 
> > > > Cc: Magnus Damm <magnus.damm@gmail.com>
> > > > Signed-off-by: Laurent Pinchart
> > > > <laurent.pinchart+renesas@ideasonboard.com>
> > > > ---
> > > > 
> > > >  drivers/sh/intc/Kconfig | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > 
> > > > diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
> > > > index a305731..f7d9061 100644
> > > > --- a/drivers/sh/intc/Kconfig
> > > > +++ b/drivers/sh/intc/Kconfig
> > > > @@ -6,7 +6,7 @@ comment "Interrupt controller options"
> > > > 
> > > >  config INTC_USERIMASK
> > > >  
> > > >  	bool "Userspace interrupt masking support"
> > > > 
> > > > -	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A)
> > > > +	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
> > > > 
> > > >  	help
> > > >  	
> > > >  	  This enables support for hardware-assisted userspace hardirq
> > > >  	  masking.
> > 
> > -- 
> > Regards,
> > 
> > Laurent Pinchart
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
diff mbox

Patch

diff --git a/drivers/sh/intc/Kconfig b/drivers/sh/intc/Kconfig
index a305731..f7d9061 100644
--- a/drivers/sh/intc/Kconfig
+++ b/drivers/sh/intc/Kconfig
@@ -6,7 +6,7 @@  comment "Interrupt controller options"
 
 config INTC_USERIMASK
 	bool "Userspace interrupt masking support"
-	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A)
+	depends on ARCH_SHMOBILE || (SUPERH && CPU_SH4A) || COMPILE_TEST
 	help
 	  This enables support for hardware-assisted userspace hardirq
 	  masking.