Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-07-01 Thread Jason Cooper
On Sat, Jun 21, 2014 at 04:02:02PM -0400, Jason Cooper wrote: > Stefan, > > On Mon, May 26, 2014 at 11:31:42PM +0300, Stefan Kristiansson wrote: > > In addition to consolidating the or1k-pic with other interrupt > > controllers, this makes OpenRISC less tied to its on-cpu > > interrupt controller.

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-06-21 Thread Jason Cooper
Stefan, On Mon, May 26, 2014 at 11:31:42PM +0300, Stefan Kristiansson wrote: > In addition to consolidating the or1k-pic with other interrupt > controllers, this makes OpenRISC less tied to its on-cpu > interrupt controller. > > All or1k-pic specific parts are moved out of irq.c and into > driver

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-06-21 Thread Stefan Kristiansson
On Fri, Jun 20, 2014 at 10:04:30PM -0400, Jason Cooper wrote: > On Thu, May 29, 2014 at 11:28:08PM +0300, Stefan Kristiansson wrote: > > But I don't understand the purpose of the versioning here, > > there will never be any other or1200-pic version than the one that currently > > exists, so IMO "or

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-06-20 Thread Jason Cooper
On Thu, May 29, 2014 at 11:28:08PM +0300, Stefan Kristiansson wrote: > On Tue, May 27, 2014 at 08:47:36AM +0200, Jonas Bonn wrote: > > On 05/26/2014 10:52 PM, Geert Uytterhoeven wrote: > > > CC devicetree for the bindings > > > > > > On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson > > > wro

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-30 Thread Jonas Bonn
On 05/29/2014 10:28 PM, Stefan Kristiansson wrote: > On Tue, May 27, 2014 at 08:47:36AM +0200, Jonas Bonn wrote: >> On 05/26/2014 10:52 PM, Geert Uytterhoeven wrote: >>> CC devicetree for the bindings >>> >>> On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson >>> wrote: +++ b/Documen

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-29 Thread Stefan Kristiansson
On Tue, May 27, 2014 at 08:47:36AM +0200, Jonas Bonn wrote: > On 05/26/2014 10:52 PM, Geert Uytterhoeven wrote: > > CC devicetree for the bindings > > > > On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson > > wrote: > >> +++ > >> b/Documentation/devicetree/bindings/interrupt-controller/openc

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-26 Thread Jonas Bonn
On 05/26/2014 10:52 PM, Geert Uytterhoeven wrote: > CC devicetree for the bindings > > On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson > wrote: >> +++ >> b/Documentation/devicetree/bindings/interrupt-controller/opencores,or1k-pic.txt >> @@ -0,0 +1,23 @@ >> +OpenRISC 1000 Programmable Inter

Re: [PATCH v4] openrisc: irq: use irqchip framework

2014-05-26 Thread Geert Uytterhoeven
CC devicetree for the bindings On Mon, May 26, 2014 at 10:31 PM, Stefan Kristiansson wrote: > In addition to consolidating the or1k-pic with other interrupt > controllers, this makes OpenRISC less tied to its on-cpu > interrupt controller. > > All or1k-pic specific parts are moved out of irq.c an

[PATCH v4] openrisc: irq: use irqchip framework

2014-05-26 Thread Stefan Kristiansson
In addition to consolidating the or1k-pic with other interrupt controllers, this makes OpenRISC less tied to its on-cpu interrupt controller. All or1k-pic specific parts are moved out of irq.c and into drivers/irqchip/irq-or1k-pic.c In that transition, the funtionality have been divided into thre