Re: [RFC][PATCH] genirq: support multiple interrupt priorities

2007-08-06 Thread Paul Mundt
On Mon, Aug 06, 2007 at 12:36:09PM +0200, Ingo Molnar wrote: > * Paul Mundt <[EMAIL PROTECTED]> wrote: > > This is a simple patch for adding trivial interrupt priority support. > > > > I've added a ->set_prio() to the irq_chip which is implemented > > effectively the same way as ->set_type(), it'

Re: [RFC][PATCH] genirq: support multiple interrupt priorities

2007-08-06 Thread Ingo Molnar
* Paul Mundt <[EMAIL PROTECTED]> wrote: > This is a simple patch for adding trivial interrupt priority support. > > I've added a ->set_prio() to the irq_chip which is implemented > effectively the same way as ->set_type(), it's an optional component > for those that really care about it. i ha

[RFC][PATCH] genirq: support multiple interrupt priorities

2007-08-06 Thread Paul Mundt
This is a simple patch for adding trivial interrupt priority support. I've added a ->set_prio() to the irq_chip which is implemented effectively the same way as ->set_type(), it's an optional component for those that really care about it. This follows the rationale that PICs that do support multi