From patchwork Mon Nov 13 15:21:52 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 744365 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id ACD8E21355 for ; Mon, 13 Nov 2023 15:21:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA888C433C7 for ; Mon, 13 Nov 2023 15:21:54 +0000 (UTC) Message-ID: Date: Mon, 13 Nov 2023 16:21:52 +0100 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US, nl To: Linux Media Mailing List From: Hans Verkuil Subject: [GIT PULL FOR v6.8] cec: count low-drive, error and arb-lost conditions One small CEC patch, improving logging and debugging. Regards, Hans The following changes since commit 3e238417254bfdcc23fe207780b59cbb08656762: media: nuvoton: VIDEO_NPCM_VCD_ECE should depend on ARCH_NPCM (2023-10-27 11:44:19 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.8a for you to fetch changes up to 9ae1414961147c659335d392f6af7c97271fcbf6: media: cec: core: count low-drive, error and arb-lost conditions (2023-11-06 13:03:23 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (1): media: cec: core: count low-drive, error and arb-lost conditions drivers/media/cec/core/cec-adap.c | 54 +++++++++++++++++++++++++++++++++++++++++++++++++----- include/media/cec.h | 22 ++++++++++++++++++++-- 2 files changed, 69 insertions(+), 7 deletions(-)