[GIT,PULL,FOR,v3.17] vb2 and docbook fixes for v3.17
Message ID | 53DF6B5D.2090009@xs4all.nl (mailing list archive) |
---|---|
State | Accepted, 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 1XEGF8-0001AF-Uu; Mon, 04 Aug 2014 13:15:54 +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.72/mailfrontend-7) with esmtp id 1XEGF7-0003k8-0D; Mon, 04 Aug 2014 13:15:54 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752152AbaHDLPv (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Mon, 4 Aug 2014 07:15:51 -0400 Received: from smtp-vbr14.xs4all.nl ([194.109.24.34]:2103 "EHLO smtp-vbr14.xs4all.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751409AbaHDLPu (ORCPT <rfc822; linux-media@vger.kernel.org>); Mon, 4 Aug 2014 07:15:50 -0400 Received: from tschai.lan (173-38-208-169.cisco.com [173.38.208.169]) (authenticated bits=0) by smtp-vbr14.xs4all.nl (8.13.8/8.13.8) with ESMTP id s74BFkfP005118 for <linux-media@vger.kernel.org>; Mon, 4 Aug 2014 13:15:49 +0200 (CEST) (envelope-from hverkuil@xs4all.nl) Received: from [127.0.0.1] (localhost [127.0.0.1]) by tschai.lan (Postfix) with ESMTPSA id 8B9EE2A2651 for <linux-media@vger.kernel.org>; Mon, 4 Aug 2014 13:15:41 +0200 (CEST) Message-ID: <53DF6B5D.2090009@xs4all.nl> Date: Mon, 04 Aug 2014 13:15:41 +0200 From: Hans Verkuil <hverkuil@xs4all.nl> User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.0 MIME-Version: 1.0 To: Linux Media Mailing List <linux-media@vger.kernel.org> Subject: [GIT PULL FOR v3.17] vb2 and docbook fixes for v3.17 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner 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: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.8.4.110620 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 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, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_MSGID 0, __MOZILLA_USER_AGENT 0, __SANE_MSGID 0, __TO_MALFORMED_2 0, __URI_NO_WWW 0, __URI_NS , __USER_AGENT 0' |
Pull-request
git://linuxtv.org/hverkuil/media_tree.git for-v3.17iMessage
Hans Verkuil
Aug. 4, 2014, 11:15 a.m. UTC
Hi Mauro, Some last minute fixes for v3.17: vb2: - two comment fixes/improvements - a fix for a BUG_ON due to a wrong GFP mask - a regression fix for a previous commit that introduced a new problem in case start_streaming would fail. docbook: - fix a typo in the description of struct v4l2_subdev_selection - update changelog and update version number to 3.17 Regards, Hans The following changes since commit 0f3bf3dc1ca394a8385079a5653088672b65c5c4: [media] cx23885: fix UNSET/TUNER_ABSENT confusion (2014-08-01 15:30:59 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v3.17i for you to fetch changes up to 884cb96a1719af9494cce8f660a4568417833c15: DocBook media: update version number and V4L2 changes (2014-08-04 13:11:22 +0200) ---------------------------------------------------------------- Hans Verkuil (6): videobuf2-dma-sg: fix for wrong GFP mask to sg_alloc_table_from_pages videobuf2-core: add comments before the WARN_ON videobuf2-core.h: fix comment vb2: fix vb2 state check when start_streaming fails DocBook media: fix fieldname in struct v4l2_subdev_selection DocBook media: update version number and V4L2 changes Documentation/DocBook/media/v4l/compat.xml | 24 ++++++++++++++++++++++++ Documentation/DocBook/media/v4l/v4l2.xml | 11 ++++++----- Documentation/DocBook/media/v4l/vidioc-subdev-g-selection.xml | 2 +- drivers/media/v4l2-core/videobuf2-core.c | 29 ++++++++++++++++++++++------- drivers/media/v4l2-core/videobuf2-dma-sg.c | 2 +- include/media/videobuf2-core.h | 2 +- 6 files changed, 55 insertions(+), 15 deletions(-) -- 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