From patchwork Sun Mar 20 23:35:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pawel Osciak X-Patchwork-Id: 6146 Return-path: Envelope-to: mchehab@pedra Delivery-date: Sun, 20 Mar 2011 20:37:24 -0300 Received: from mchehab by pedra with local (Exim 4.72) (envelope-from ) id 1Q1SBX-0005Dy-Qp for mchehab@pedra; Sun, 20 Mar 2011 20:37:24 -0300 Received: from casper.infradead.org [85.118.1.10] by pedra with IMAP (fetchmail-6.3.17) for (single-drop); Sun, 20 Mar 2011 20:37:23 -0300 (BRT) Received: from vger.kernel.org ([209.132.180.67]) by casper.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux)) id 1Q1S9b-00053G-4X; Sun, 20 Mar 2011 23:35:23 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751752Ab1CTXfV (ORCPT + 1 other); Sun, 20 Mar 2011 19:35:21 -0400 Received: from mail-pw0-f46.google.com ([209.85.160.46]:62531 "EHLO mail-pw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751506Ab1CTXfV (ORCPT ); Sun, 20 Mar 2011 19:35:21 -0400 Received: by pwi15 with SMTP id 15so693171pwi.19 for ; Sun, 20 Mar 2011 16:35:20 -0700 (PDT) Received: by 10.142.218.16 with SMTP id q16mr2603444wfg.5.1300664120746; Sun, 20 Mar 2011 16:35:20 -0700 (PDT) Received: from localhost.localdomain (c-24-4-33-58.hsd1.ca.comcast.net [24.4.33.58]) by mx.google.com with ESMTPS id m10sm6506958wfl.23.2011.03.20.16.35.19 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 20 Mar 2011 16:35:20 -0700 (PDT) From: Pawel Osciak To: linux-media@vger.kernel.org Cc: Pawel Osciak Subject: [PATCH] [media] Make 2.6.39 not 2.6.38 the version when Multi-planar API was added Date: Sun, 20 Mar 2011 16:35:12 -0700 Message-Id: <1300664112-24910-1-git-send-email-pawel@osciak.com> X-Mailer: git-send-email 1.7.4.1 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Sender: Multi-planar API was added to 2.6.39 version of Video for Linux 2 API. Signed-off-by: Pawel Osciak --- Documentation/DocBook/v4l/compat.xml | 13 ++++--------- Documentation/DocBook/v4l/v4l2.xml | 13 ++----------- 2 files changed, 6 insertions(+), 20 deletions(-) diff --git a/Documentation/DocBook/v4l/compat.xml b/Documentation/DocBook/v4l/compat.xml index 4d74bf2..9f7cd4f 100644 --- a/Documentation/DocBook/v4l/compat.xml +++ b/Documentation/DocBook/v4l/compat.xml @@ -2354,9 +2354,12 @@ that used it. It was originally scheduled for removal in 2.6.35.
- V4L2 in Linux 2.6.38 + V4L2 in Linux 2.6.39 + The old VIDIOC_*_OLD symbols and V4L1 support were removed. + + Multi-planar API added. Does not affect the compatibility of current drivers and applications. See multi-planar API @@ -2364,14 +2367,6 @@ that used it. It was originally scheduled for removal in 2.6.35.
-
- V4L2 in Linux 2.6.39 - - - The old VIDIOC_*_OLD symbols and V4L1 support were removed. - - -
Relation of V4L2 to other Linux multimedia APIs diff --git a/Documentation/DocBook/v4l/v4l2.xml b/Documentation/DocBook/v4l/v4l2.xml index ae7a069..a7fd76d 100644 --- a/Documentation/DocBook/v4l/v4l2.xml +++ b/Documentation/DocBook/v4l/v4l2.xml @@ -130,17 +130,8 @@ applications. --> 2.6.39 2011-03-01 - mcc - Removed VIDIOC_*_OLD from videodev2.h header and update it to reflect latest changes. - - - - - 2.6.38 - 2011-01-16 - po - Added the multi-planar API. - + mcc, po + Removed VIDIOC_*_OLD from videodev2.h header and update it to reflect latest changes. Added the multi-planar API.