aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Martin <javier.martin@vista-silicon.com>2012-07-26 06:20:36 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-08-13 21:19:57 -0400
commit251658e5185e69bd8563737e94d877fed788bfb5 (patch)
tree4f8ec82a2bc5667460f96dab1a2e87b58836d799
parent087c78a8a24bf1df9337aeb53da727a2b2b1d076 (diff)
[media] Schedule removal of i.MX25 support in mx2_camera.c
Support for i.MX25 in mx2_camera.c has been broken for a year. Furthermore, i.MX25 video capture HW doesn't have much in common with i.MX27. A separate driver would be desirable. Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--Documentation/feature-removal-schedule.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index afaff312bf41..a52924ef1285 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -6,6 +6,15 @@ be removed from this file. The suggested deprecation period is 3 releases.
6 6
7--------------------------- 7---------------------------
8 8
9What: support for i.mx25 in mx2_camera.c
10When: v3.8
11Why: it's been broken for a year. Furthermore, i.MX25 video capture
12 HW doesn't have much in common with i.MX27. A separate driver
13 will be needed for it.
14Who: Javier Martin<javier.martin@vista-silicon.com>
15
16---------------------------
17
9What: ddebug_query="query" boot cmdline param 18What: ddebug_query="query" boot cmdline param
10When: v3.8 19When: v3.8
11Why: obsoleted by dyndbg="query" and module.dyndbg="query" 20Why: obsoleted by dyndbg="query" and module.dyndbg="query"