]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - Documentation/feature-removal-schedule.txt
Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...
[linux-2.6-omap-h63xx.git] / Documentation / feature-removal-schedule.txt
index 802c6fd20c635b26aa87d997a56a4d44ad095aa7..e47c0ff8ba7aaf59d8d6fa8776ab331b9c5c25b6 100644 (file)
@@ -346,3 +346,20 @@ Why:       See commits 129f8ae9b1b5be94517da76009ea956e89104ce8 and
        Removal is subject to fixing any remaining bugs in ACPI which may
        cause the thermal throttling not to happen at the right time.
 Who:   Dave Jones <davej@redhat.com>, Matthew Garrett <mjg@redhat.com>
+
+-----------------------------
+
+What:  __do_IRQ all in one fits nothing interrupt handler
+When:  2.6.32
+Why:   __do_IRQ was kept for easy migration to the type flow handlers.
+       More than two years of migration time is enough.
+Who:   Thomas Gleixner <tglx@linutronix.de>
+
+-----------------------------
+
+What:  obsolete generic irq defines and typedefs
+When:  2.6.30
+Why:   The defines and typedefs (hw_interrupt_type, no_irq_type, irq_desc_t)
+       have been kept around for migration reasons. After more than two years
+       it's time to remove them finally
+Who:   Thomas Gleixner <tglx@linutronix.de>