diff options
author | James Bottomley <jejb@titanic.(none)> | 2005-11-10 09:29:07 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-11-10 09:29:07 -0500 |
commit | 8a87a0b6313109d2fea87b1271d497c954ce2ca8 (patch) | |
tree | 1b7ae51ff681e27118590e9cab4bf0ce38f5d80e /Documentation/feature-removal-schedule.txt | |
parent | e6a04466ba965875a6132700fabb2f2c0249c41a (diff) | |
parent | 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 (diff) |
Merge by hand (whitespace conflicts in libata.h)
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index decdf9917e0d..429db4bf98ec 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -25,6 +25,13 @@ Who: Adrian Bunk <bunk@stusta.de> | |||
25 | 25 | ||
26 | --------------------------- | 26 | --------------------------- |
27 | 27 | ||
28 | What: drivers depending on OBSOLETE_OSS_DRIVER | ||
29 | When: January 2006 | ||
30 | Why: OSS drivers with ALSA replacements | ||
31 | Who: Adrian Bunk <bunk@stusta.de> | ||
32 | |||
33 | --------------------------- | ||
34 | |||
28 | What: RCU API moves to EXPORT_SYMBOL_GPL | 35 | What: RCU API moves to EXPORT_SYMBOL_GPL |
29 | When: April 2006 | 36 | When: April 2006 |
30 | Files: include/linux/rcupdate.h, kernel/rcupdate.c | 37 | Files: include/linux/rcupdate.h, kernel/rcupdate.c |
@@ -60,6 +67,21 @@ Who: Jody McIntyre <scjody@steamballoon.com> | |||
60 | 67 | ||
61 | --------------------------- | 68 | --------------------------- |
62 | 69 | ||
70 | What: Video4Linux API 1 ioctls and video_decoder.h from Video devices. | ||
71 | When: July 2006 | ||
72 | Why: V4L1 AP1 was replaced by V4L2 API. during migration from 2.4 to 2.6 | ||
73 | series. The old API have lots of drawbacks and don't provide enough | ||
74 | means to work with all video and audio standards. The newer API is | ||
75 | already available on the main drivers and should be used instead. | ||
76 | Newer drivers should use v4l_compat_translate_ioctl function to handle | ||
77 | old calls, replacing to newer ones. | ||
78 | Decoder iocts are using internally to allow video drivers to | ||
79 | communicate with video decoders. This should also be improved to allow | ||
80 | V4L2 calls being translated into compatible internal ioctls. | ||
81 | Who: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | ||
82 | |||
83 | --------------------------- | ||
84 | |||
63 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid | 85 | What: i2c sysfs name change: in1_ref, vid deprecated in favour of cpu0_vid |
64 | When: November 2005 | 86 | When: November 2005 |
65 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c | 87 | Files: drivers/i2c/chips/adm1025.c, drivers/i2c/chips/adm1026.c |
@@ -111,3 +133,10 @@ Why: This interface has been obsoleted by the new layer3-independent | |||
111 | to link against API-compatible library on top of libnfnetlink_queue | 133 | to link against API-compatible library on top of libnfnetlink_queue |
112 | instead of the current 'libipq'. | 134 | instead of the current 'libipq'. |
113 | Who: Harald Welte <laforge@netfilter.org> | 135 | Who: Harald Welte <laforge@netfilter.org> |
136 | |||
137 | --------------------------- | ||
138 | |||
139 | What: EXPORT_SYMBOL(lookup_hash) | ||
140 | When: January 2006 | ||
141 | Why: Too low-level interface. Use lookup_one_len or lookup_create instead. | ||
142 | Who: Christoph Hellwig <hch@lst.de> | ||