diff options
author | Javier Martin <javier.martin@vista-silicon.com> | 2012-07-26 06:20:36 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-13 21:19:57 -0400 |
commit | 251658e5185e69bd8563737e94d877fed788bfb5 (patch) | |
tree | 4f8ec82a2bc5667460f96dab1a2e87b58836d799 | |
parent | 087c78a8a24bf1df9337aeb53da727a2b2b1d076 (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.txt | 9 |
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 | ||
9 | What: support for i.mx25 in mx2_camera.c | ||
10 | When: v3.8 | ||
11 | Why: 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. | ||
14 | Who: Javier Martin<javier.martin@vista-silicon.com> | ||
15 | |||
16 | --------------------------- | ||
17 | |||
9 | What: ddebug_query="query" boot cmdline param | 18 | What: ddebug_query="query" boot cmdline param |
10 | When: v3.8 | 19 | When: v3.8 |
11 | Why: obsoleted by dyndbg="query" and module.dyndbg="query" | 20 | Why: obsoleted by dyndbg="query" and module.dyndbg="query" |