From patchwork Thu Jul 20 07:16:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 13319905 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CDEB1EB64DA for ; Thu, 20 Jul 2023 07:16:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230229AbjGTHQJ (ORCPT ); Thu, 20 Jul 2023 03:16:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229950AbjGTHQG (ORCPT ); Thu, 20 Jul 2023 03:16:06 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02003269D for ; Thu, 20 Jul 2023 00:16:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5D087618EC for ; Thu, 20 Jul 2023 07:16:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B458C433C7 for ; Thu, 20 Jul 2023 07:16:02 +0000 (UTC) Message-ID: <50f929e7-17b3-0584-5f7f-ecafdcde9540@xs4all.nl> Date: Thu, 20 Jul 2023 09:16:00 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Content-Language: en-US To: Linux Media Mailing List From: Hans Verkuil Subject: [GIT PULL FOR v6.6] v2: Various cec fixes Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Even though two of the patches have a Fixes tag, there is nothing here that is important for 6.5. Changes since v1: updated the first patch, fixing a sparse warning Regards, Hans The following changes since commit 28999781d15f94046e6c23a9a7d92ad28a436abf: media: i2c: ov01a10: Switch back to use struct i2c_driver::probe (2023-07-19 12:57:51 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.6b for you to fetch changes up to 0751a3785e893fdb53523cca0c43783ccd3d1f74: cec-pin: only enable interrupts when monitoring the CEC pin (2023-07-20 08:49:25 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Hans Verkuil (7): media: cec: core: add adap_nb_transmit_canceled() callback media: cec: core: add adap_unconfigured() callback Documentation: media: cec: describe new callbacks cec-gpio: specify IRQF_NO_AUTOEN when requesting irq cec-pin: improve interrupt handling cec-gpio: drop the cec_gpio_free callback cec-pin: only enable interrupts when monitoring the CEC pin Documentation/driver-api/media/cec-core.rst | 44 ++++++++++++++++++++++++++++++++++---------- drivers/media/cec/core/cec-adap.c | 8 ++++---- drivers/media/cec/core/cec-pin-priv.h | 1 + drivers/media/cec/core/cec-pin.c | 32 ++++++++++++++++++++++---------- drivers/media/cec/platform/cec-gpio/cec-gpio.c | 10 +--------- include/media/cec.h | 11 +++++++---- 6 files changed, 69 insertions(+), 37 deletions(-)