Home
last modified time | relevance | path

Searched hist:"876 dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4" (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dsettings.hdiff 876dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4 Tue Feb 08 10:28:12 CST 2011 Thomas Gleixner <tglx@linutronix.de> 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>
H A Dresend.cdiff 876dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4 Tue Feb 08 10:28:12 CST 2011 Thomas Gleixner <tglx@linutronix.de> 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>
H A Dchip.cdiff 876dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4 Tue Feb 08 10:28:12 CST 2011 Thomas Gleixner <tglx@linutronix.de> 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>
H A Dmanage.cdiff 876dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4 Tue Feb 08 10:28:12 CST 2011 Thomas Gleixner <tglx@linutronix.de> 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>
/openbmc/linux/include/linux/
H A Dirq.hdiff 876dbd4cc1b35c1a4cb96a2be1d43ea0eabce3b4 Tue Feb 08 10:28:12 CST 2011 Thomas Gleixner <tglx@linutronix.de> 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>