Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Thomas Petazzoni
Dear Alexandre Belloni, On Thu, 11 Sep 2014 18:27:27 +0200, Alexandre Belloni wrote: > > Sorry for the nitpick, but this seems to lack an updated to the DT > > binding documentation, to add the new compatible string. > > > > The Atmel SoC compatibles are not actually documented anywhere, yet...

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Alexandre Belloni
On 11/09/2014 at 18:29:51 +0200, Nicolas Ferre wrote : > On 11/09/2014 18:28, Alexandre Belloni : > > This actually depends on the maintainer preferences, after the --- > > marker means that it will not appear in the final commit log which was > > my intention. > > And it still works with git send

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 18:28, Alexandre Belloni : > On 11/09/2014 at 18:17:27 +0200, Nicolas Ferre wrote : >> On 11/09/2014 17:54, Alexandre Belloni : >>> Add sama5d4 support to irq-atmel-aic5. >>> >>> Signed-off-by: Alexandre Belloni >>> --- >>> Cc: Jason Cooper >> >> Supposed to be before the "---" ;-)

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Alexandre Belloni
On 11/09/2014 at 18:17:27 +0200, Nicolas Ferre wrote : > On 11/09/2014 17:54, Alexandre Belloni : > > Add sama5d4 support to irq-atmel-aic5. > > > > Signed-off-by: Alexandre Belloni > > --- > > Cc: Jason Cooper > > Supposed to be before the "---" ;-) This actually depends on the maintainer pre

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Alexandre Belloni
On 11/09/2014 at 18:24:11 +0200, Thomas Petazzoni wrote : > Dear Alexandre Belloni, > > On Thu, 11 Sep 2014 17:54:06 +0200, Alexandre Belloni wrote: > > Add sama5d4 support to irq-atmel-aic5. > > > > Signed-off-by: Alexandre Belloni > > --- > > Cc: Jason Cooper > > drivers/irqchip/irq-atmel-ai

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Thomas Petazzoni
Dear Alexandre Belloni, On Thu, 11 Sep 2014 17:54:06 +0200, Alexandre Belloni wrote: > Add sama5d4 support to irq-atmel-aic5. > > Signed-off-by: Alexandre Belloni > --- > Cc: Jason Cooper > drivers/irqchip/irq-atmel-aic5.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/d

Re: [PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Nicolas Ferre
On 11/09/2014 17:54, Alexandre Belloni : > Add sama5d4 support to irq-atmel-aic5. > > Signed-off-by: Alexandre Belloni > --- > Cc: Jason Cooper Supposed to be before the "---" ;-) > drivers/irqchip/irq-atmel-aic5.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/drivers/

[PATCH 1/7] irqchip: atmel-aic5: Add sama5d4 support

2014-09-11 Thread Alexandre Belloni
Add sama5d4 support to irq-atmel-aic5. Signed-off-by: Alexandre Belloni --- Cc: Jason Cooper drivers/irqchip/irq-atmel-aic5.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/drivers/irqchip/irq-atmel-aic5.c b/drivers/irqchip/irq-atmel-aic5.c index dc7d98607a89..a11aae8fb006 1006