[GIT,PULL,FOR,v4.8] (v3) CEC fixes, vivid CEC enhancement
Message ID | f4fd6e46-59f4-9dcc-20ca-9a088c0b89ef@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 1bPPUA-0007Ef-4W; Tue, 19 Jul 2016 07:30:34 +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-7) with esmtp id 1bPPU7-0006kG-2q; Tue, 19 Jul 2016 09:30:34 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752721AbcGSHa2 (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Tue, 19 Jul 2016 03:30:28 -0400 Received: from lb3-smtp-cloud2.xs4all.net ([194.109.24.29]:39513 "EHLO lb3-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752589AbcGSHaL (ORCPT <rfc822;linux-media@vger.kernel.org>); Tue, 19 Jul 2016 03:30:11 -0400 Received: from tschai.lan ([90.149.38.145]) by smtp-cloud2.xs4all.net with ESMTP id LXW61t00B37uBN201XW9o5; Tue, 19 Jul 2016 09:30:09 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by tschai.lan (Postfix) with ESMTPSA id F14BB18021F for <linux-media@vger.kernel.org>; Tue, 19 Jul 2016 09:30:05 +0200 (CEST) To: Linux Media Mailing List <linux-media@vger.kernel.org> From: Hans Verkuil <hverkuil@xs4all.nl> Subject: [GIT PULL FOR v4.8] (v3) CEC fixes, vivid CEC enhancement Message-ID: <f4fd6e46-59f4-9dcc-20ca-9a088c0b89ef@xs4all.nl> Date: Tue, 19 Jul 2016 09:30:05 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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.19.71817 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_2000_2999 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, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __MOZILLA_USER_AGENT 0, __MULTIPLE_URI_TEXT 0, __SANE_MSGID 0, __TO_MALFORMED_2 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.8lMessage
Hans Verkuil
July 19, 2016, 7:30 a.m. UTC
These patches fix a number of bugs in the CEC framework. These were discovered while extending and improving the compliance tests for the CEC API. The vivid patch adds MONITOR_ALL support. The latest compliance tests are here: https://git.linuxtv.org/hverkuil/v4l-utils.git/log/?h=cec-johan The docrst needs an update as well, I'll make a separate patch for that. Regards, Hans (v3 adds patch "cec: always check all_device_types and features") (v2 adds patch "cec: poll should check if there is room in the tx queue") The following changes since commit e05b1872f29a85532c2b34e3a4974a27158f1463: [media] cxd2841er: Reading SNR for DVB-C added (2016-07-16 07:01:31 -0300) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git for-v4.8l for you to fetch changes up to a513478569811ad69f012d294fe2a0f74dbf9fc1: cec: always check all_device_types and features (2016-07-19 09:28:08 +0200) ---------------------------------------------------------------- Hans Verkuil (9): cec: CEC_RECEIVE overwrote the timeout field cec: clear all status fields before transmit and always fill in sequence cec: don't set fh to NULL in CEC_TRANSMIT cec: zero unused msg part after msg->len cec: limit the size of the transmit queue cec: fix test for unconfigured adapter in main message loop vivid: support monitor all mode cec: poll should check if there is room in the tx queue cec: always check all_device_types and features drivers/media/platform/vivid/vivid-cec.c | 44 +++++++++++------------------- drivers/staging/media/cec/cec-adap.c | 87 +++++++++++++++++++++++++++++++++++++----------------------- drivers/staging/media/cec/cec-api.c | 15 ++++++----- include/media/cec.h | 19 +++++++++---- 4 files changed, 91 insertions(+), 74 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