linux/kernel/irq
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
..
Kconfig genirq: Remove CONFIG_IRQ_PER_CPU 2011-02-19 12:58:19 +01:00
Makefile genirq: Remove the now unused sparse irq leftovers 2010-10-12 16:53:44 +02:00
autoprobe.c genirq: Move IRQ_PENDING flag to core 2011-02-19 12:58:17 +01:00
chip.c genirq: Mirror irq trigger type bits in irq_data.state 2011-02-19 12:58:20 +01:00
compat.h genirq: Move IRQ_AFFINITY_SET to core 2011-02-19 12:58:20 +01:00
debug.h genirq: Move debug code to separate header 2011-02-19 12:58:19 +01:00
devres.c devres/irq: Fix devm_irq_match comment 2010-02-11 16:01:02 +01:00
dummychip.c genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build 2010-10-12 21:59:55 +02:00
handle.c genirq: Move IRQ_PENDING flag to core 2011-02-19 12:58:17 +01:00
internals.h genirq: Move IRQ_AFFINITY_SET to core 2011-02-19 12:58:20 +01:00
irqdesc.c genirq: Move IRQ_DISABLED to core 2011-02-19 12:58:17 +01:00
manage.c genirq: Mirror irq trigger type bits in irq_data.state 2011-02-19 12:58:20 +01:00
migration.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00
pm.c genirq: Move IRQ_WAKEUP to core 2011-02-19 12:58:18 +01:00
proc.c genirq: Reuse existing can set affinty check 2011-02-19 12:58:20 +01:00
resend.c genirq: Mirror irq trigger type bits in irq_data.state 2011-02-19 12:58:20 +01:00
settings.h genirq: Mirror irq trigger type bits in irq_data.state 2011-02-19 12:58:20 +01:00
spurious.c genirq: Mirror IRQ_PER_CPU and IRQ_NO_BALANCING in irq_data.state 2011-02-19 12:58:20 +01:00