linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: "linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Subject: [GIT PULL FOR v5.19] cec: various fixes and enhancements
Date: Wed, 6 Apr 2022 13:00:39 +0200	[thread overview]
Message-ID: <3f54b8d2-9c26-1775-0cc9-688a677776eb@xs4all.nl> (raw)

The first two patches fix issues relating to a CEC adapter
being disabled while a transmit is still in progress at the
hardware level. Unless the hardware is really disabled (i.e.
loses power) the transmit should just continue in order to
keep the hardware and framework state in sync, and to avoid
half-written messages on the bus.

The third patch fixes a mismatch between the API documentation
and the actual code w.r.t. reporting the results of a non-blocking
transmit.

The fourth patch adds helpers to make it easier for both drivers
and userspace to detect if the received message contains the
result of a non-blocking transmit.

The fifth patch makes the framework more robust, preventing ops
from being called when the device is already unregistered.

The sixth patch allows drivers to override the transmit timeout
value. And the last patch adds a new callback so drivers can take
actual when an adapter is fully configured (i.e. all logical addresses
are claimed) or unconfigured.

Regards,

	Hans


The following changes since commit 535f49a9e1f99d0bacb5d492a9dd193c3affbfc0:

  media: platform: imx-mipi-csis: Add dependency on VIDEO_DEV (2022-04-05 16:12:30 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.19b

for you to fetch changes up to 7ebdf1f2e7b92536eb3ea7595a051057eec9ef1b:

  cec: add optional adap_configured callback (2022-04-06 10:31:05 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Hans Verkuil (7):
      cec: call enable_adap on s_log_addrs
      cec: abort if the current transmit was canceled
      cec: correctly pass on reply results
      cec.h: add cec_msg_recv_is_rx/tx_result helpers
      cec: use call_op and check for !unregistered
      cec: add xfer_timeout_ms field
      cec: add optional adap_configured callback

 Documentation/driver-api/media/cec-core.rst |  13 +++-
 drivers/media/cec/core/cec-adap.c           | 282 +++++++++++++++++++++++++++++++++++++++++++------------------------
 drivers/media/cec/core/cec-api.c            |  24 ++----
 drivers/media/cec/core/cec-core.c           |  18 ++++-
 drivers/media/cec/core/cec-pin-priv.h       |  11 +++
 drivers/media/cec/core/cec-pin.c            |  23 +++---
 drivers/media/cec/core/cec-priv.h           |  10 +++
 include/media/cec.h                         |  12 +++
 include/uapi/linux/cec.h                    |  20 +++++
 9 files changed, 278 insertions(+), 135 deletions(-)

             reply	other threads:[~2022-04-06 14:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 11:00 Hans Verkuil [this message]
2022-04-06 15:01 ` [GIT PULL FOR v5.19] cec: various fixes and enhancements (#82257) Jenkins

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f54b8d2-9c26-1775-0cc9-688a677776eb@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).