[GIT,PULL,FOR,3.5] V4L2 and V4L2 subdev selection target rename
Message ID | 20120519181000.GQ3373@valkosipuli.retiisi.org.uk (mailing list archive) |
---|---|
State | Rejected, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.72) (envelope-from <linux-media-owner@vger.kernel.org>) id 1SVo6V-0007sH-I8 for patchwork@linuxtv.org; Sat, 19 May 2012 20:10:11 +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-3) with esmtp for <patchwork@linuxtv.org> id 1SVo6U-0005xu-FR; Sat, 19 May 2012 20:10:11 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756260Ab2ESSKG (ORCPT <rfc822;patchwork@linuxtv.org>); Sat, 19 May 2012 14:10:06 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:60809 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754932Ab2ESSKF (ORCPT <rfc822;linux-media@vger.kernel.org>); Sat, 19 May 2012 14:10:05 -0400 Received: from valkosipuli.retiisi.org.uk (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:102:6d9a::80:2]) by hillosipuli.retiisi.org.uk (Postfix) with ESMTP id 6B70760099; Sat, 19 May 2012 21:10:02 +0300 (EEST) Received: by valkosipuli.retiisi.org.uk (Postfix, from userid 1000) id D2F172457E; Sat, 19 May 2012 21:10:00 +0300 (EEST) Date: Sat, 19 May 2012 21:10:00 +0300 From: Sakari Ailus <sakari.ailus@iki.fi> To: linux-media@vger.kernel.org Cc: snjw23@gmail.com, mchehab@redhat.com, laurent.pinchart@ideasonboard.com Subject: [GIT PULL FOR 3.5] V4L2 and V4L2 subdev selection target rename Message-ID: <20120519181000.GQ3373@valkosipuli.retiisi.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 5.6.1.2065439, Antispam-Engine: 2.7.2.376379, Antispam-Data: 2012.5.19.180317 X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' MULTIPLE_RCPTS 0.1, HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CD 0, __CP_MEDIA_BODY 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __DATE_TZ_RU 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __INT_PROD_TV 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MULTIPLE_RCPTS_CC_X2 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_NO_WWW 0, __URI_NS , __USER_AGENT 0' |
Pull-request
ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5-selectionsMessage
Sakari Ailus
May 19, 2012, 6:10 p.m. UTC
Hi Mauro, This pull request contains just two patches; one for the V4L2 and one for the V4L2 subdev interfaces. The patches rename the effective selection targets by removing the _ACTUAL (V4L2 subdev) or _ACTIVE (V4L2) part of the target name, thus making the target names the same on both interfaces except for the _SUBDEV string in the names. We later will to remove that as well but to do that properly requires non-trivial changes to the documentation. The users are already encouraged to use the V4L2 selection targets on subdevs; the documentation will be changed for 3.6. These patches should be applied already now since that decreases the number of required changes for selection API users in the future, and 3.5 is also the first kernel version where the subdev selection API is present. The following changes since commit 61282daf505f3c8def09332ca337ac257b792029: [media] V4L2: mt9t112: fixup JPEG initialization workaround (2012-05-15 16:15:35 -0300) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5-selections Sakari Ailus (1): v4l: Remove "_ACTUAL" from subdev selection API target definition names Sylwester Nawrocki (1): V4L: Rename V4L2_SEL_TGT_[CROP/COMPOSE]_ACTIVE to V4L2_SEL_TGT_[CROP/COMPOSE] Documentation/DocBook/media/v4l/dev-subdev.xml | 25 +++++++++---------- Documentation/DocBook/media/v4l/selection-api.xml | 24 +++++++++--------- .../DocBook/media/v4l/vidioc-g-selection.xml | 15 ++++++----- .../media/v4l/vidioc-subdev-g-selection.xml | 12 ++++---- drivers/media/video/omap3isp/ispccdc.c | 4 +- drivers/media/video/omap3isp/isppreview.c | 4 +- drivers/media/video/omap3isp/ispresizer.c | 4 +- drivers/media/video/s5p-fimc/fimc-capture.c | 8 +++--- drivers/media/video/s5p-jpeg/jpeg-core.c | 4 +- drivers/media/video/s5p-tv/mixer_video.c | 8 +++--- drivers/media/video/smiapp/smiapp-core.c | 22 ++++++++-------- drivers/media/video/v4l2-ioctl.c | 8 +++--- drivers/media/video/v4l2-subdev.c | 4 +- include/linux/v4l2-subdev.h | 4 +- include/linux/videodev2.h | 4 +- 15 files changed, 75 insertions(+), 75 deletions(-) Kind regards,