Thomas Gleixner 876dbd4cc1 genirq: Mirror irq trigger type bits in irq_data.state
That's the data structure chip functions get provided. Also allow them
to signal the core code that they updated the flags in irq_data.state
by returning IRQ_SET_MASK_OK_NOCOPY. The default is unchanged.

The type bits should be accessed via:

val = irqd_get_trigger_type(irqdata);
and
irqd_set_trigger_type(irqdata, val);

Coders who access them directly will be tracked down and slapped with
stinking trouts.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:20 +01:00
..
2010-12-22 18:57:02 +01:00
2011-01-13 17:32:43 -08:00
2010-12-16 11:36:43 +01:00
2011-02-03 12:21:33 +01:00
2011-01-31 13:01:27 +10:00
2010-12-29 11:31:38 -08:00