mbox series

[GIT,PULL,FOR,v5.19] Various CEC fixes for 5.19

Message ID 334ab2d5-7de3-b596-077a-26c21b96650c@xs4all.nl
State New
Headers show
Series [GIT,PULL,FOR,v5.19] Various CEC fixes for 5.19 | expand

Pull-request

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

Message

Hans Verkuil May 11, 2022, 7:10 a.m. UTC
The following changes since commit be938c70e292731f81226917fc214683e66da577:

  media: uvcvideo: Add UVC_GUID_FORMAT_H265 (2022-05-08 07:10:51 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f2c6c22d5970b82c47e95352a0980dde34431592:

  cec-adap.c: drop activate_cnt, use state info instead (2022-05-11 08:24:41 +0200)

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

----------------------------------------------------------------
Hans Verkuil (7):
      cec-pin.c: disabling the adapter cannot call kthread_stop
      cec-pin.c: don't zero work_pin_num_events in adap_enable
      cec-adap.c: don't unconfigure if already unconfigured
      cec-adap.c: stop trying LAs on CEC_TX_STATUS_TIMEOUT
      cec-adap.c: fix is_configuring state
      cec-adap.c: reconfigure if the PA changes during configuration
      cec-adap.c: drop activate_cnt, use state info instead

 drivers/media/cec/core/cec-adap.c | 188 +++++++++++++++++++++++++++++++++++++------------------------------------------
 drivers/media/cec/core/cec-pin.c  |  57 ++++++++++++++----------
 include/media/cec.h               |   6 ++-
 3 files changed, 124 insertions(+), 127 deletions(-)