| commit | a0cd9ca2b907d7ee26575e7b63ac92dad768a75e | [log] [tgz] |
|---|---|---|
| author | Thomas Gleixner <tglx@linutronix.de> | Thu Feb 10 11:36:33 2011 +0100 |
| committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:06 2011 +0100 |
| tree | 4b46f7951b9cd76531caf6d4d68d687e1b622336 | |
| parent | 43abe43ce0619d744c7a5bb15cce075e532b53b7 [diff] |
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>