Re: [PATCH v3 2/8] ipmi/powernv: Convert to irq event interface

2015-05-10 Thread Alistair Popple
Hi, On Thu, 7 May 2015 12:43:11 Corey Minyard wrote: > > The only thing I would suggest is passing the irq level > (IRQ_TYPE_LEVEL_HIGH) as > part of the openfirmware data instead of hard-coding it. I intend to do that in future once our firmware is updated to pass this information (via the de

Re: [PATCH v3 2/8] ipmi/powernv: Convert to irq event interface

2015-05-07 Thread Corey Minyard
On 05/06/2015 10:16 PM, Alistair Popple wrote: > Convert the opal ipmi driver to use the new irq interface for events. > > Signed-off-by: Alistair Popple > Cc: Corey Minyard > Cc: openipmi-develo...@lists.sourceforge.net > --- > > Corey, > > If this looks ok can you please ack it? Michael Ellerma

[PATCH v3 2/8] ipmi/powernv: Convert to irq event interface

2015-05-06 Thread Alistair Popple
Convert the opal ipmi driver to use the new irq interface for events. Signed-off-by: Alistair Popple Cc: Corey Minyard Cc: openipmi-develo...@lists.sourceforge.net --- Corey, If this looks ok can you please ack it? Michael Ellerman will then take the whole series via the powerpc tree. Thanks.