linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs
@ 2014-09-11 14:41 Alexandre Belloni
  2014-09-11 15:06 ` Boris BREZILLON
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexandre Belloni @ 2014-09-11 14:41 UTC (permalink / raw)
  To: linux-arm-kernel

The FUSE and RAM controllers don't have any connected IRQs, reducing the number
of IRQs to 48.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
---
 drivers/irqchip/irq-atmel-aic5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c
index 04fe2c1b5178..dc7d98607a89 100644
--- a/drivers/irqchip/irq-atmel-aic5.c
+++ b/drivers/irqchip/irq-atmel-aic5.c
@@ -341,7 +341,7 @@ static int __init aic5_of_init(struct device_node *node,
 	return 0;
 }
 
-#define NR_SAMA5D3_IRQS		50
+#define NR_SAMA5D3_IRQS		48
 
 static int __init sama5d3_aic5_of_init(struct device_node *node,
 				       struct device_node *parent)
-- 
1.9.1

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

* [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs
  2014-09-11 14:41 [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs Alexandre Belloni
@ 2014-09-11 15:06 ` Boris BREZILLON
  2014-09-11 16:27 ` Nicolas Ferre
  2014-09-14  6:36 ` Jason Cooper
  2 siblings, 0 replies; 4+ messages in thread
From: Boris BREZILLON @ 2014-09-11 15:06 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, 11 Sep 2014 16:41:51 +0200
Alexandre Belloni <alexandre.belloni@free-electrons.com> wrote:

> The FUSE and RAM controllers don't have any connected IRQs, reducing the number
> of IRQs to 48.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> ---
>  drivers/irqchip/irq-atmel-aic5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c
> index 04fe2c1b5178..dc7d98607a89 100644
> --- a/drivers/irqchip/irq-atmel-aic5.c
> +++ b/drivers/irqchip/irq-atmel-aic5.c
> @@ -341,7 +341,7 @@ static int __init aic5_of_init(struct device_node *node,
>  	return 0;
>  }
>  
> -#define NR_SAMA5D3_IRQS		50
> +#define NR_SAMA5D3_IRQS		48
>  
>  static int __init sama5d3_aic5_of_init(struct device_node *node,
>  				       struct device_node *parent)



-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs
  2014-09-11 14:41 [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs Alexandre Belloni
  2014-09-11 15:06 ` Boris BREZILLON
@ 2014-09-11 16:27 ` Nicolas Ferre
  2014-09-14  6:36 ` Jason Cooper
  2 siblings, 0 replies; 4+ messages in thread
From: Nicolas Ferre @ 2014-09-11 16:27 UTC (permalink / raw)
  To: linux-arm-kernel

On 11/09/2014 16:41, Alexandre Belloni :
> The FUSE and RAM controllers don't have any connected IRQs, reducing the number
> of IRQs to 48.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>  drivers/irqchip/irq-atmel-aic5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c
> index 04fe2c1b5178..dc7d98607a89 100644
> --- a/drivers/irqchip/irq-atmel-aic5.c
> +++ b/drivers/irqchip/irq-atmel-aic5.c
> @@ -341,7 +341,7 @@ static int __init aic5_of_init(struct device_node *node,
>  	return 0;
>  }
>  
> -#define NR_SAMA5D3_IRQS		50
> +#define NR_SAMA5D3_IRQS		48
>  
>  static int __init sama5d3_aic5_of_init(struct device_node *node,
>  				       struct device_node *parent)
> 


-- 
Nicolas Ferre

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

* [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs
  2014-09-11 14:41 [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs Alexandre Belloni
  2014-09-11 15:06 ` Boris BREZILLON
  2014-09-11 16:27 ` Nicolas Ferre
@ 2014-09-14  6:36 ` Jason Cooper
  2 siblings, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2014-09-14  6:36 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Sep 11, 2014 at 04:41:51PM +0200, Alexandre Belloni wrote:
> The FUSE and RAM controllers don't have any connected IRQs, reducing the number
> of IRQs to 48.
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  drivers/irqchip/irq-atmel-aic5.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to irqchip/atmel with Boris' and Nicolas' Acks.

thx,

Jason.

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

end of thread, other threads:[~2014-09-14  6:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-11 14:41 [PATCH] irqchip: atmel-aic5: sama5d3 has 48 IRQs Alexandre Belloni
2014-09-11 15:06 ` Boris BREZILLON
2014-09-11 16:27 ` Nicolas Ferre
2014-09-14  6:36 ` Jason Cooper

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