linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT FIXES FOR 6.4] V4L2 fixes for 6.4
@ 2023-05-30  9:17 Sakari Ailus
  2023-05-30  9:23 ` [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 (#92225) Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Sakari Ailus @ 2023-05-30  9:17 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

Here are a few fixes for the 6.4 kernel, including the updated
documentation fix.

I'm including the rest as what were previously merged ended up to the
media stage (master) tree. These should go to the fixes branch instead.

Please pull.


The following changes since commit a05e9aabd9dc27fc8888678391e3bf78624f8253:

  media: staging: media: atomisp: init high & low vars (2023-05-26 10:52:50 +0100)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/fixes-6.4-2.2-signed

for you to fetch changes up to 66944d5daa07400dc7ff787b02cc38a1059a0318:

  media: v4l2-subdev: Fix missing kerneldoc for client_caps (2023-05-30 11:59:08 +0300)

----------------------------------------------------------------
V4L2 fixes for 6.4

----------------------------------------------------------------
Hans Verkuil (1):
      staging: media: imx: initialize hs_settle to avoid warning

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()

 drivers/media/v4l2-core/v4l2-mc.c            | 3 +--
 drivers/staging/media/imx/imx8mq-mipi-csi2.c | 2 +-
 include/media/v4l2-subdev.h                  | 1 +
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
Kind regards,

Sakari Ailus

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 (#92225)
  2023-05-30  9:17 [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 Sakari Ailus
@ 2023-05-30  9:23 ` Jenkins
  0 siblings, 0 replies; 3+ messages in thread
From: Jenkins @ 2023-05-30  9:23 UTC (permalink / raw)
  To: mchehab, linux-media, Sakari Ailus; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/ZHW/IN2KTMwtWaFA@valkosipuli.retiisi.eu/
Build log: https://builder.linuxtv.org/job/patchwork/310681/
Build time: 00:00:00
Link: https://lore.kernel.org/linux-media/ZHW/IN2KTMwtWaFA@valkosipuli.retiisi.eu

gpg: Signature made Tue 30 May 2023 09:03:11 AM UTC
gpg:                using DSA key 53AC58A5F5948636C04A1BF8141DFA54A1EC8DEA
gpg:                issuer "sakari.ailus@linux.intel.com"
gpg: Good signature from "Sakari Ailus <sakari.ailus@linux.intel.com>" [full]


Build aborted due to a fatal error:
FAILED: patch patch patches/0001-media-v4l2-mc-Drop-subdev-check-in-v4l2_create_fwnod.patch doesn't apply:
Applying patch patches/0001-media-v4l2-mc-Drop-subdev-check-in-v4l2_create_fwnod.patch
patching file drivers/media/v4l2-core/v4l2-mc.c
Hunk #1 FAILED at 314.
1 out of 1 hunk FAILED -- rejects in file drivers/media/v4l2-core/v4l2-mc.c
Patch patches/0001-media-v4l2-mc-Drop-subdev-check-in-v4l2_create_fwnod.patch can be reverse-applied


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT FIXES FOR 6.4] V4L2 fixes for 6.4
@ 2023-05-17 12:29 Sakari Ailus
  0 siblings, 0 replies; 3+ messages in thread
From: Sakari Ailus @ 2023-05-17 12:29 UTC (permalink / raw)
  To: linux-media; +Cc: Media Submaintainers

Hi Mauro,

This set includes fixes for 6.4, including compile fixes.

Please pull.


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/fixes-6.4-2-signed

for you to fetch changes up to b82b6df4937ee625ba99ee231a3ab6ba98356ca6:

  staging: media: imx: initialize hs_settle to avoid warning (2023-05-16 16:41:05 +0300)

----------------------------------------------------------------
V4L2 fixees for 6.4

----------------------------------------------------------------
Hans Verkuil (1):
      staging: media: imx: initialize hs_settle to avoid warning

Palmer Dabbelt (2):
      media: nxp: imx8-isi: Fix unusued function warnings
      media: nxp: imx8-isi: Fix undefined config warnings

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()

 drivers/media/platform/nxp/imx8-isi/imx8-isi-core.c | 4 ++--
 drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c   | 6 +++---
 drivers/media/v4l2-core/v4l2-mc.c                   | 3 +--
 drivers/staging/media/imx/imx8mq-mipi-csi2.c        | 2 +-
 include/media/v4l2-subdev.h                         | 1 +
 5 files changed, 8 insertions(+), 8 deletions(-)

-- 
Kind regards,

Sakari Ailus

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-05-30  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-30  9:17 [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 Sakari Ailus
2023-05-30  9:23 ` [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 (#92225) Jenkins
  -- strict thread matches above, loose matches on Subject: below --
2023-05-17 12:29 [GIT FIXES FOR 6.4] V4L2 fixes for 6.4 Sakari Ailus

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).