[GIT,PULL,FOR,v4.10] CEC bug fixes
Message ID | f510e2d1-115f-4260-c55f-76fdaf12b396@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 1cGM79-0008CM-En; Mon, 12 Dec 2016 08:37:39 +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 1cGM76-0004ur-1c; Mon, 12 Dec 2016 09:37:38 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753840AbcLLIhe (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Mon, 12 Dec 2016 03:37:34 -0500 Received: from lb2-smtp-cloud2.xs4all.net ([194.109.24.25]:53001 "EHLO lb2-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753799AbcLLIhe (ORCPT <rfc822;linux-media@vger.kernel.org>); Mon, 12 Dec 2016 03:37:34 -0500 Received: from [IPv6:2001:983:e9a7:1:ef31:4dcf:822e:7392] ([IPv6:2001:983:e9a7:1:ef31:4dcf:822e:7392]) by smtp-cloud2.xs4all.net with ESMTP id JwdV1u00E3YS7uB01wdW5a; Mon, 12 Dec 2016 09:37:32 +0100 To: Linux Media Mailing List <linux-media@vger.kernel.org> From: Hans Verkuil <hverkuil@xs4all.nl> Subject: [GIT PULL FOR v4.10] CEC bug fixes Message-ID: <f510e2d1-115f-4260-c55f-76fdaf12b396@xs4all.nl> Date: Mon, 12 Dec 2016 09:37:29 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed 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.12.12.83019 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_1600_1699 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, __HTTPS_URI 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_VERSION 0, __MOZILLA_USER_AGENT 0, __MULTIPLE_URI_TEXT 0, __NO_HTML_TAG_RAW 0, __SANE_MSGID 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NAME 0, __TO_NAME_DIFF_FROM_ACC 0, __TO_REAL_NAMES 0, __URI_IN_BODY 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' |
Pull-request
git://linuxtv.org/hverkuil/media_tree.git cecfixMessage
Hans Verkuil
Dec. 12, 2016, 8:37 a.m. UTC
This pull request combines this patch series: https://www.spinics.net/lists/linux-media/msg109011.html and this patch: https://www.spinics.net/lists/linux-media/msg108808.html All bug fixes that should go into 4.10. Regards, Hans This patch series fixes a number of bug in the CEC framework. The following changes since commit 365fe4e0ce218dc5ad10df17b150a366b6015499: [media] mn88472: fix chip id check on probe (2016-12-01 12:47:22 -0200) are available in the git repository at: git://linuxtv.org/hverkuil/media_tree.git cecfix for you to fetch changes up to ce88a2a92fc9428455b011a1c48622605b529b8d: cec: fix race between configuring and unconfiguring (2016-12-10 10:30:09 +0100) ---------------------------------------------------------------- Hans Verkuil (7): cec: fix report_current_latency cec: when canceling a message, don't overwrite old status info cec: CEC_MSG_GIVE_FEATURES should abort for CEC version < 2 cec: update log_addr[] before finishing configuration cec: replace cec_report_features by cec_fill_msg_report_features cec: move cec_report_phys_addr into cec_config_thread_func cec: fix race between configuring and unconfiguring drivers/media/cec/cec-adap.c | 103 ++++++++++++++++++++++++++++++++++++------------------------------------ include/uapi/linux/cec-funcs.h | 10 ++++--- 2 files changed, 59 insertions(+), 54 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