Re: [PATCH v4 1/6] ARM: at91/aic: add irq domain and device tree support

2012-01-05 Thread Grant Likely
On Thu, Jan 05, 2012 at 05:26:48PM +0100, Nicolas Ferre wrote: > Hi Grant, > > Thanks for your review. > > Some answer following... > > On 01/04/2012 08:40 PM, Grant Likely : > > [..] > > >> --- a/arch/arm/mach-at91/irq.c > >> +++ b/arch/arm/mach-at91/irq.c > >> @@ -24,6 +24,10 @@ > >> #inclu

Re: [PATCH v4 1/6] ARM: at91/aic: add irq domain and device tree support

2012-01-05 Thread Nicolas Ferre
Hi Grant, Thanks for your review. Some answer following... On 01/04/2012 08:40 PM, Grant Likely : [..] >> --- a/arch/arm/mach-at91/irq.c >> +++ b/arch/arm/mach-at91/irq.c >> @@ -24,6 +24,10 @@ >> #include >> #include >> #include >> +#include >> +#include >> +#include >> +#include >>

Re: [PATCH v4 1/6] ARM: at91/aic: add irq domain and device tree support

2012-01-04 Thread Grant Likely
On Thu, Dec 15, 2011 at 08:16:03PM +0100, Nicolas Ferre wrote: > Add an irqdomain for the AIC interrupt controller. > The device tree support is mapping the registers and > is using the irq_domain_simple_ops to manage hwirq > translation. > The documentation is describing the meaning of the > two c

[PATCH v4 1/6] ARM: at91/aic: add irq domain and device tree support

2011-12-15 Thread Nicolas Ferre
Add an irqdomain for the AIC interrupt controller. The device tree support is mapping the registers and is using the irq_domain_simple_ops to manage hwirq translation. The documentation is describing the meaning of the two cells required for using this "interrupt-controller" in a device tree node.