Thomas Gleixner a0cd9ca2b9 genirq: Namespace cleanup
The irq namespace has become quite convoluted. My bad.  Clean it up
and deprecate the old functions. All new functions follow the scheme:

irq number based:
    irq_set/get/xxx/_xxx(unsigned int irq, ...)

irq_data based:
	 irq_data_set/get/xxx/_xxx(struct irq_data *d, ....)

irq_desc based:
	 irq_desc_get_xxx(struct irq_desc *desc)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:06 +01:00
..
2011-02-02 12:50:41 +10:00
2010-11-29 08:55:29 +11:00
2011-02-19 12:58:06 +01:00
2011-01-16 21:16:31 -08:00
2011-01-14 19:14:47 +01:00
2011-01-06 18:10:09 +09:00