Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-07-09 Thread Nicolas Ferre
On 26/06/2014 22:30, Jason Cooper : > On Thu, Jun 26, 2014 at 10:20:24PM +0200, Boris BREZILLON wrote: >> >> On 20/06/2014 17:01, Boris BREZILLON wrote: >>> Add new atmel AIC (Advanced Interrupt Controller) driver based on the >>> generic chip infrastructure. >>> >>> This driver is only compatible

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-26 Thread Jason Cooper
On Thu, Jun 26, 2014 at 10:20:24PM +0200, Boris BREZILLON wrote: > > On 20/06/2014 17:01, Boris BREZILLON wrote: > > Add new atmel AIC (Advanced Interrupt Controller) driver based on the > > generic chip infrastructure. > > > > This driver is only compatible with dt enabled board and replaces the

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-26 Thread Boris BREZILLON
On 20/06/2014 17:01, Boris BREZILLON wrote: > Add new atmel AIC (Advanced Interrupt Controller) driver based on the > generic chip infrastructure. > > This driver is only compatible with dt enabled board and replaces the old > implementation found in arch/arm/mach-at91/irq.c. > > Signed-off-by: Bo

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-24 Thread Jason Cooper
On Tue, Jun 24, 2014 at 06:14:27PM +0200, Boris BREZILLON wrote: > On 24/06/2014 14:56, Jason Cooper wrote: ... > > Once you post the new series, I assume it's ok to apply patches 1-3 to > > irqchip/core, or are there some dependency considerations? > > Patches 6 and 7 depend on the 3 first patche

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-24 Thread Boris BREZILLON
Hello Jason, On 24/06/2014 14:56, Jason Cooper wrote: > Boris, > > On Sun, Jun 22, 2014 at 10:56:54PM +0200, Boris BREZILLON wrote: >> On 20/06/2014 17:01, Boris BREZILLON wrote: >>> Add new atmel AIC (Advanced Interrupt Controller) driver based on the >>> generic chip infrastructure. >>> >>> This

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-24 Thread Jason Cooper
Boris, On Sun, Jun 22, 2014 at 10:56:54PM +0200, Boris BREZILLON wrote: > > On 20/06/2014 17:01, Boris BREZILLON wrote: > > Add new atmel AIC (Advanced Interrupt Controller) driver based on the > > generic chip infrastructure. > > > > This driver is only compatible with dt enabled board and repla

Re: [PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-22 Thread Boris BREZILLON
On 20/06/2014 17:01, Boris BREZILLON wrote: > Add new atmel AIC (Advanced Interrupt Controller) driver based on the > generic chip infrastructure. > > This driver is only compatible with dt enabled board and replaces the old > implementation found in arch/arm/mach-at91/irq.c. > > Signed-off-by: Bo

[PATCH v3 3/7] irqchip: atmel-aic: add new atmel AIC driver

2014-06-20 Thread Boris BREZILLON
Add new atmel AIC (Advanced Interrupt Controller) driver based on the generic chip infrastructure. This driver is only compatible with dt enabled board and replaces the old implementation found in arch/arm/mach-at91/irq.c. Signed-off-by: Boris BREZILLON --- drivers/irqchip/Kconfig | 7