sh: Kill off additional asm-generic wrappers.
[pandora-kernel.git] / Documentation / feature-removal-schedule.txt
index c59f6e5..ebaffe2 100644 (file)
@@ -541,6 +541,18 @@ Who:       Kees Cook <keescook@chromium.org>
 
 ----------------------------
 
+What:  Removing the pn544 raw driver.
+When:  3.6
+Why:   With the introduction of the NFC HCI and SHDL kernel layers, pn544.c
+       is being replaced by pn544_hci.c which is accessible through the netlink
+       and socket NFC APIs. Moreover, pn544.c is outdated and does not seem to
+       work properly with the latest Android stacks.
+       Having 2 drivers for the same hardware is confusing and as such we
+       should only keep the one following the kernel NFC APIs.
+Who:   Samuel Ortiz <sameo@linux.intel.com>
+
+----------------------------
+
 What:  setitimer accepts user NULL pointer (value)
 When:  3.6
 Why:   setitimer is not returning -EFAULT if user pointer is NULL. This
@@ -576,3 +588,21 @@ Why:       Remount currently allows changing bound subsystems and
        replaced with conventional fsnotify.
 
 ----------------------------
+
+What:  KVM debugfs statistics
+When:  2013
+Why:   KVM tracepoints provide mostly equivalent information in a much more
+        flexible fashion.
+
+----------------------------
+
+What:  at91-mci driver ("CONFIG_MMC_AT91")
+When:  3.7
+Why:   There are two mci drivers: at91-mci and atmel-mci. The PDC support
+       was added to atmel-mci as a first step to support more chips.
+       Then at91-mci was kept only for old IP versions (on at91rm9200 and
+       at91sam9261). The support of these IP versions has just been added
+       to atmel-mci, so atmel-mci can be used for all chips.
+Who:   Ludovic Desroches <ludovic.desroches@atmel.com>
+
+----------------------------