From patchwork Mon Jun 25 19:14:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sylwester Nawrocki X-Patchwork-Id: 13072 Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from ) id 1SjEkU-0002q1-Ho for patchwork@linuxtv.org; Mon, 25 Jun 2012 21:14:58 +0200 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.75/mailfrontend-4) with esmtp for id 1SjEkT-00074g-CP; Mon, 25 Jun 2012 21:14:58 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754383Ab2FYTOz (ORCPT ); Mon, 25 Jun 2012 15:14:55 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:65099 "EHLO mail-wi0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754122Ab2FYTOy (ORCPT ); Mon, 25 Jun 2012 15:14:54 -0400 Received: by wibhr14 with SMTP id hr14so1443096wib.1 for ; Mon, 25 Jun 2012 12:14:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=TN2xMB9WpoAWoa3wI0k5zH7tuwcL9n+V25V2jsEDXy4=; b=1GJe3g29JKylJbDZMXwcpr6Ir11CqdRxU9HHP0dBet/AHt7CBDesk9BIME4e42o9op 6qwG8dibE5nuEEMmJI0b63AmLCq20j5lJS5VscUSVrWrsFS8jYZ6q2oL3HtKzlwiuxxh AtUUJSsO8q5EAxG6/RCd2W6O9YiSJo+qVE+kWKmwJPEv8zBFwVqqfTtoh+fIkNLYaojc gByQ8MKJX6ktLwQ3GpJANkI3moEqujiRVZwJBm2g7HQbINEg+pUh3ziXXGX6FBM5JaFe F1sKP4/+1Hz7jk7vGS9wgmmos4RShi13vu5GZgD1rO9q6byuVJkecuZ3ZGZDH5pX2H6Y YLug== Received: by 10.180.92.8 with SMTP id ci8mr27095882wib.15.1340651693578; Mon, 25 Jun 2012 12:14:53 -0700 (PDT) Received: from localhost.localdomain (031011252076.warszawa.vectranet.pl. [31.11.252.76]) by mx.google.com with ESMTPS id k8sm36582049wia.6.2012.06.25.12.14.50 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Jun 2012 12:14:52 -0700 (PDT) From: Sylwester Nawrocki To: sakari.ailus@iki.fi, mchehab@redhat.com Cc: linux-media@vger.kernel.org, Sylwester Nawrocki Subject: [PATCH v2] [media] Feature removal: V4L2 selections API target and flag definitions Date: Mon, 25 Jun 2012 21:14:41 +0200 Message-Id: <1340651681-21125-1-git-send-email-sylvester.nawrocki@gmail.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1340643118-32340-1-git-send-email-sylvester.nawrocki@gmail.com> References: <1340643118-32340-1-git-send-email-sylvester.nawrocki@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.6.25.190020 X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' FORGED_FROM_GMAIL 0.1, MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1900_1999 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CP_URI_IN_BODY 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __FRAUD_WEBMAIL_FROM 0, __FROM_GMAIL 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __HAS_X_MAILING_LIST 0, __LINES_OF_YELLING 0, __MIME_TEXT_ONLY 0, __MULTIPLE_RCPTS_CC_X2 0, __PHISH_SPEAR_STRUCTURE_1 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS ' Signed-off-by: Sylwester Nawrocki --- Added more precise description of what is being removed. --- Documentation/feature-removal-schedule.txt | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 09701af..b998030 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt @@ -558,3 +558,21 @@ 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 + +---------------------------- + +What: V4L2 selections API target rectangle and flags unification, the + following definitions will be removed: V4L2_SEL_TGT_CROP_ACTIVE, + V4L2_SEL_TGT_COMPOSE_ACTIVE, V4L2_SUBDEV_SEL_*, V4L2_SUBDEV_SEL_FLAG_* + in favor of common V4L2_SEL_TGT_* and V4L2_SEL_FLAG_* definitions. + For more details see include/linux/v4l2-common.h. +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 didn't involve any ABI + changes. Alias definitions were created for the original ones to avoid + any instabilities in the user space interface. After few cycles these + backward compatibility definitions will be removed. +Who: Sylwester Nawrocki