Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Jason Cooper
On Tue, Oct 20, 2015 at 04:00:21PM +0200, Thomas Petazzoni wrote: > Hello, > > On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > > > +/* > > + * Overall diagram of the Armada XP interrupt controller: > > + * > > + *To CPU 0 To CPU 1 > > + * > > + * /\

Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Thomas Petazzoni
Hello, On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > +/* > + * Overall diagram of the Armada XP interrupt controller: > + * > + *To CPU 0 To CPU 1 > + * > + * /\ /\ > + * || || > + * +---+

Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Gregory CLEMENT
Hi Thomas, On mar., oct. 20 2015, Thomas Petazzoni wrote: > Since the overall logic of the driver to handle the global and per-CPU > masking of the interrupts is far from trivial, this commit adds a long > comment detailing how the hardware operates and what strategy the > driver implements

[PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Thomas Petazzoni
Since the overall logic of the driver to handle the global and per-CPU masking of the interrupts is far from trivial, this commit adds a long comment detailing how the hardware operates and what strategy the driver implements on top of that. Signed-off-by: Thomas Petazzoni ---

Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Gregory CLEMENT
Hi Thomas, On mar., oct. 20 2015, Thomas Petazzoni wrote: > Since the overall logic of the driver to handle the global and per-CPU > masking of the interrupts is far from trivial, this commit adds a long > comment detailing how the hardware operates and

Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Thomas Petazzoni
Hello, On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > +/* > + * Overall diagram of the Armada XP interrupt controller: > + * > + *To CPU 0 To CPU 1 > + * > + * /\ /\ > + * || || > + * +---+

Re: [PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Jason Cooper
On Tue, Oct 20, 2015 at 04:00:21PM +0200, Thomas Petazzoni wrote: > Hello, > > On Tue, 20 Oct 2015 15:23:55 +0200, Thomas Petazzoni wrote: > > > +/* > > + * Overall diagram of the Armada XP interrupt controller: > > + * > > + *To CPU 0 To CPU 1 > > + * > > + * /\

[PATCH 5/5] irqchip: armada-370-xp: document the overall driver logic

2015-10-20 Thread Thomas Petazzoni
Since the overall logic of the driver to handle the global and per-CPU masking of the interrupts is far from trivial, this commit adds a long comment detailing how the hardware operates and what strategy the driver implements on top of that. Signed-off-by: Thomas Petazzoni