[GIT,PULL,FOR,v4.8] (v4) Various fixes
Message ID | faa8c34b-1b86-9760-118b-db99f8e8a398@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.84_2) (envelope-from <linux-media-owner@vger.kernel.org>) id 1bQcOI-0004Lu-7V; Fri, 22 Jul 2016 15:29:30 +0000 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-5) with esmtp id 1bQcOE-0005jj-7b; Fri, 22 Jul 2016 17:29:28 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751987AbcGVP3X (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Fri, 22 Jul 2016 11:29:23 -0400 Received: from lb2-smtp-cloud6.xs4all.net ([194.109.24.28]:43027 "EHLO lb2-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751244AbcGVP3I (ORCPT <rfc822;linux-media@vger.kernel.org>); Fri, 22 Jul 2016 11:29:08 -0400 Received: from tschai.lan ([90.149.38.145]) by smtp-cloud6.xs4all.net with ESMTP id MrV21t00937uBN201rV5nX; Fri, 22 Jul 2016 17:29:05 +0200 Received: from [192.168.1.137] (marune.xs4all.nl [80.101.105.217]) by tschai.lan (Postfix) with ESMTPSA id F14BA180050 for <linux-media@vger.kernel.org>; Fri, 22 Jul 2016 17:29:01 +0200 (CEST) To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org> From: Hans Verkuil <hverkuil@xs4all.nl> Subject: [GIT PULL FOR v4.8] (v4) Various fixes Message-ID: <faa8c34b-1b86-9760-118b-db99f8e8a398@xs4all.nl> Date: Fri, 22 Jul 2016 17:29:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit 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: 2016.7.22.152116 X-PMX-Spam: Gauge=IIIIIIIII, Probability=9%, Report=' RCVD_FROM_IP_DATE 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_1900_1999 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, NO_URI_HTTPS 0, SINGLE_URI_IN_BODY 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_USER_AGENT 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' |
Pull-request
git://linuxtv.org/hverkuil/media_tree.git for-v4.8aMessage
Hans Verkuil
July 22, 2016, 3:29 p.m. UTC
Hi Mauro, Another bunch of bug fixes for 4.8. The vb2 fix is particularly nasty, the others are all pretty trivial. Regards, Hans New for v4: dropped cleanup patches. Will be a separate pull request for 4.9. New for v3: added patch "cec: fix off-by-one memset" New for v2: added patch "staging: add MEDIA_SUPPORT dependency" The following changes since commit 009a620848218d521f008141c62f56bf19294dd9: [media] cec: always check all_device_types and features (2016-07-19 13:27:46 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.8a for you to fetch changes up to 58ef16e4ff962d4d7903527f3571ff4723ead1b8: cec: fix off-by-one memset (2016-07-22 17:23:29 +0200) ---------------------------------------------------------------- Arnd Bergmann (1): staging: add MEDIA_SUPPORT dependency Hans Verkuil (5): adv7511: fix VIC autodetect vim2m: copy the other colorspace-related fields as well vivid: don't handle CEC_MSG_SET_STREAM_PATH airspy: fix compiler warning cec: fix off-by-one memset Steve Longerbeam (1): media: adv7180: Fix broken interrupt register access Vincent Stehlé (1): vb2: Fix allocation size of dma_parms drivers/media/i2c/adv7180.c | 18 +++++++++--------- drivers/media/i2c/adv7511.c | 24 ++++++++++++++++++++---- drivers/media/platform/vim2m.c | 15 ++++++++++++++- drivers/media/platform/vivid/vivid-cec.c | 10 ---------- drivers/media/usb/airspy/airspy.c | 1 - drivers/media/v4l2-core/videobuf2-dma-contig.c | 2 +- drivers/staging/media/Kconfig | 2 +- drivers/staging/media/cec/cec-adap.c | 2 +- 8 files changed, 46 insertions(+), 28 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