All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@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.17-rc4] media fixes
Date: Wed, 27 Aug 2025 10:57:49 +0200	[thread overview]
Message-ID: <20250827105749.32f7cc29@foz.lan> (raw)

Hi Linus,

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git media/v6.17-2

For:
  - drop the redundant pm_runtime_mark_last_busy() on rkvdec driver;
  - fix an error handling in probe at rkvdec driver;
  - fix an issue affecting lt6911uxe/lt6911uxc related to CSI-2
    GPIO pins at int3472.

Regards,
Mauro

---

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

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

for you to fetch changes up to 6f6fbd9a0c5a75eee0618c1499cf73cc770b3f52:

  media: Remove redundant pm_runtime_mark_last_busy() calls (2025-08-18 09:55:08 +0200)

----------------------------------------------------------------
[GIT PULL for v6.17-rc4] media fixes

----------------------------------------------------------------
Christophe JAILLET (1):
      media: rkvdec: Fix an error handling path in rkvdec_probe()

Dan Carpenter (1):
      media: rkvdec: Fix a NULL vs IS_ERR() bug in probe()

Dongcheng Yan (1):
      platform/x86: int3472: add hpd pin support

Sakari Ailus (2):
      media: rkvdec: Remove redundant pm_runtime_mark_last_busy() calls
      media: Remove redundant pm_runtime_mark_last_busy() calls

 drivers/media/i2c/alvium-csi2.c                         |  1 -
 drivers/media/i2c/ccs/ccs-core.c                        |  7 +------
 drivers/media/i2c/dw9768.c                              |  1 -
 drivers/media/i2c/gc0308.c                              |  3 ---
 drivers/media/i2c/gc2145.c                              |  3 ---
 drivers/media/i2c/imx219.c                              |  2 --
 drivers/media/i2c/imx283.c                              |  3 ---
 drivers/media/i2c/imx290.c                              |  3 ---
 drivers/media/i2c/imx296.c                              |  1 -
 drivers/media/i2c/imx415.c                              |  1 -
 drivers/media/i2c/mt9m114.c                             |  6 ------
 drivers/media/i2c/ov4689.c                              |  3 ---
 drivers/media/i2c/ov5640.c                              |  4 ----
 drivers/media/i2c/ov5645.c                              |  3 ---
 drivers/media/i2c/ov64a40.c                             |  7 +------
 drivers/media/i2c/ov8858.c                              |  2 --
 drivers/media/i2c/st-mipid02.c                          |  2 --
 drivers/media/i2c/tc358746.c                            |  5 -----
 drivers/media/i2c/thp7312.c                             |  4 ----
 drivers/media/i2c/vd55g1.c                              |  4 ----
 drivers/media/i2c/vd56g3.c                              |  4 ----
 drivers/media/i2c/video-i2c.c                           |  4 ----
 .../media/platform/chips-media/wave5/wave5-vpu-dec.c    |  4 ----
 .../media/platform/chips-media/wave5/wave5-vpu-enc.c    |  5 -----
 drivers/media/platform/nvidia/tegra-vde/h264.c          |  2 --
 drivers/media/platform/qcom/iris/iris_hfi_queue.c       |  1 -
 drivers/media/platform/raspberrypi/pisp_be/pisp_be.c    |  2 --
 drivers/media/platform/rockchip/rkvdec/rkvdec.c         | 17 +++++++++--------
 drivers/media/platform/verisilicon/hantro_drv.c         |  1 -
 drivers/media/rc/gpio-ir-recv.c                         |  4 +---
 drivers/platform/x86/intel/int3472/discrete.c           |  6 ++++++
 include/linux/platform_data/x86/int3472.h               |  1 +
 32 files changed, 19 insertions(+), 97 deletions(-)

             reply	other threads:[~2025-08-27  8:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-27  8:57 Mauro Carvalho Chehab [this message]
2025-08-27 17:24 ` [GIT PULL for v6.17-rc4] 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=20250827105749.32f7cc29@foz.lan \
    --to=mchehab+huawei@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.