public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Linux Media Mailing List <linux-media@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL for v6.4-rc5] media fixes
Date: Sun, 4 Jun 2023 14:01:37 +0100	[thread overview]
Message-ID: <20230604140137.1f160782@sal.lan> (raw)

Hi Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-4

For some driver fixes:
- a regression fix at verisilicon driver;
- uvcvideo: don't expose unsupported video formats to userspace;
- camss-video: don't zero subdev format after init;
- mediatek: some fixes for 4K decoder formats;
- fix a Sphinx build warning (missing doc for client_caps);
- some fixes for imx and atomisp staging drivers;

And two CEC core fixes:
- don't set last_initiator if tx in progress
- disable adapter in cec_devnode_unregister

Regards,
Mauro

The following changes since commit 7877cb91f1081754a1487c144d85dc0d2e2e7fc4:

  Linux 6.4-rc4 (2023-05-28 07:49:00 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media tags/media/v6.4-5

for you to fetch changes up to 899e373ef0b0d3f1c2712a849f019de4f46bfa02:

  Merge tag 'v6.4-rc4' into v4l_for_linus (2023-06-04 13:50:38 +0100)

----------------------------------------------------------------
media fixes for v6.4-rc5

----------------------------------------------------------------
Benjamin Gaignard (1):
      media: verisilicon: Additional fix for the crash when opening the driver

Hans Verkuil (4):
      media: cec: core: disable adapter in cec_devnode_unregister
      media: cec: core: don't set last_initiator if tx in progress
      media: staging: media: atomisp: init high & low vars
      media: staging: media: imx: initialize hs_settle to avoid warning

Laurent Pinchart (1):
      media: uvcvideo: Don't expose unsupported formats to userspace

Mauro Carvalho Chehab (2):
      Merge tag 'v6.4-rc2' into v4l_for_linus
      Merge tag 'v6.4-rc4' into v4l_for_linus

Pin-yen Lin (1):
      media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats

Tomi Valkeinen (1):
      media: v4l2-subdev: Fix missing kerneldoc for client_caps

Vaishnav Achath (1):
      media: v4l2-mc: Drop subdev check in v4l2_create_fwnode_links_to_pad()

Yassine Oudjana (1):
      media: camss: camss-video: Don't zero subdev format again after initialization

 drivers/media/cec/core/cec-adap.c                        |  8 ++++++--
 drivers/media/cec/core/cec-core.c                        |  2 ++
 drivers/media/cec/core/cec-priv.h                        |  1 +
 .../platform/mediatek/vcodec/mtk_vcodec_dec_stateful.c   |  3 +++
 drivers/media/platform/qcom/camss/camss-video.c          |  1 -
 drivers/media/platform/verisilicon/hantro_v4l2.c         |  6 ++++--
 drivers/media/usb/uvc/uvc_driver.c                       | 16 +++++++++++-----
 drivers/media/v4l2-core/v4l2-mc.c                        |  3 +--
 drivers/staging/media/atomisp/i2c/atomisp-ov2680.c       |  4 ++--
 drivers/staging/media/imx/imx8mq-mipi-csi2.c             |  2 +-
 include/media/v4l2-subdev.h                              |  1 +
 11 files changed, 32 insertions(+), 15 deletions(-)


             reply	other threads:[~2023-06-04 13:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-04 13:01 Mauro Carvalho Chehab [this message]
2023-06-04 13:26 ` [GIT PULL for v6.4-rc5] media fixes (#92326) Jenkins
2023-06-09 11:30 ` Jenkins
2023-06-16  3:10 ` [GIT PULL for v6.4-rc5] media fixes pr-tracker-bot

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=20230604140137.1f160782@sal.lan \
    --to=mchehab@kernel.org \
    --cc=akpm@linux-foundation.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=torvalds@linux-foundation.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