Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@xxxxxxxxx> --- Documentation/feature-removal-schedule.txt | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 09701af..ef9f942 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -558,3 +558,18 @@ Why: The V4L2_CID_VCENTER, V4L2_CID_HCENTER controls have been deprecated There are newer controls (V4L2_CID_PAN*, V4L2_CID_TILT*) that provide similar functionality. Who: Sylwester Nawrocki <sylvester.nawrocki@xxxxxxxxx> + +---------------------------- + +What: Remove the backward compatibility V4L2 selections target and selections + flags definitions +When: 3.8 +Why: The regular V4L2 selections and the subdev selection API originally + defined distinct names for the target rectangles and flags - V4L2_SEL_* + and V4L2_SUBDEV_SEL_*. Although, it turned out that the meaning of these + target rectangles is virtually identical and the APIs were consolidated + to use single set of names - V4L2_SEL_*. This consolidation didn't + change the ABI in any way. Alias definitions were created for the + original ones to avoid any instabilities in the user space interface. + After few cycles these comptibility definitions will be removed. +Who: Sylwester Nawrocki <sylvester.nawrocki@xxxxxxxxx> -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html