Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-19 Thread Stafford Horne
On Mon, Sep 18, 2017 at 03:29:58PM -0500, Rob Herring wrote: > On Thu, Sep 14, 2017 at 03:54:02PM +0900, Stafford Horne wrote: > > On Wed, Sep 13, 2017 at 06:21:39PM +0100, Marc Zyngier wrote: > > > On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne > > > wrote: > > > > From: Stefan Kristians

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-19 Thread Stafford Horne
On Mon, Sep 18, 2017 at 03:43:39PM -0500, Rob Herring wrote: > On Sun, Sep 10, 2017 at 03:49:18PM +0900, Stafford Horne wrote: > > From: Stefan Kristiansson > > > > IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as > > described in the Multicore support section of the OpenRI

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-18 Thread Rob Herring
On Sun, Sep 10, 2017 at 03:49:18PM +0900, Stafford Horne wrote: > From: Stefan Kristiansson > > IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as > described in the Multicore support section of the OpenRISC 1.2 > proposed architecture specification: > > > https://github.

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-18 Thread Rob Herring
On Thu, Sep 14, 2017 at 03:54:02PM +0900, Stafford Horne wrote: > On Wed, Sep 13, 2017 at 06:21:39PM +0100, Marc Zyngier wrote: > > On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne > > wrote: > > > From: Stefan Kristiansson > > > > > > IPI driver for the Open Multi-Processor Interrupt Cont

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-14 Thread Marc Zyngier
On Thu, Sep 14 2017 at 3:54:02 pm BST, Stafford Horne wrote: > On Wed, Sep 13, 2017 at 06:21:39PM +0100, Marc Zyngier wrote: [...] >> > +{ >> > + unsigned int dst_cpu; >> > + unsigned int src_cpu = smp_processor_id(); >> > + >> > + for_each_cpu(dst_cpu, mask) { >> > + set_bit(ipi_ms

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-13 Thread Stafford Horne
On Wed, Sep 13, 2017 at 06:21:39PM +0100, Marc Zyngier wrote: > On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne > wrote: > > From: Stefan Kristiansson > > > > IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as > > described in the Multicore support section of the Open

Re: [PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-13 Thread Marc Zyngier
On Sun, Sep 10 2017 at 3:49:18 pm BST, Stafford Horne wrote: > From: Stefan Kristiansson > > IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as > described in the Multicore support section of the OpenRISC 1.2 > proposed architecture specification: > > > https://github.com

[PATCH v2 06/14] irqchip: add initial support for ompic

2017-09-09 Thread Stafford Horne
From: Stefan Kristiansson IPI driver for the Open Multi-Processor Interrupt Controller (ompic) as described in the Multicore support section of the OpenRISC 1.2 proposed architecture specification: https://github.com/stffrdhrn/doc/raw/arch-1.2-proposal/openrisc-arch-1.2-rev0.pdf Each OpenRIS