]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[media] Feature removal: Remove CUSTOM_TIMINGS defines in 3.9
authorHans Verkuil <hans.verkuil@cisco.com>
Fri, 14 Sep 2012 09:53:44 +0000 (06:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 26 Sep 2012 12:51:20 +0000 (09:51 -0300)
These have been replaced by new defines without the "CUSTOM_" part.
Get rid of the old ones.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Documentation/feature-removal-schedule.txt

index 77c27c30c3ffea028e51e8d6ca55e20f0dbd3148..28179cfdace6daf0cd10c9a04ab3a7b33127feef 100644 (file)
@@ -646,3 +646,12 @@ Who:       Russell King <linux@arm.linux.org.uk>,
        Santosh Shilimkar <santosh.shilimkar@ti.com>
 
 ----------------------------
+
+What:  Remove deprecated DV timings capability defines V4L2_IN_CAP_CUSTOM_TIMINGS
+       and V4L2_OUT_CAP_CUSTOM_TIMINGS.
+When:  3.9
+Why:   These defines have been replaced by V4L2_IN_CAP_TIMINGS and
+       V4L2_OUT_CAP_TIMINGS respectively.
+Who:   Hans Verkuil <hans.verkuil@cisco.com>
+
+----------------------------