mbox series

[GIT,FIXES,FOR,6.4] V4L2 fixes for 6.4

Message ID ZGTItbiccvPAbhkl@valkosipuli.retiisi.eu (mailing list archive)
State New, archived
Headers show
Series [GIT,FIXES,FOR,6.4] V4L2 fixes for 6.4 | expand

Pull-request

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

Message

Sakari Ailus May 17, 2023, 12:29 p.m. UTC
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(-)

Comments

Laurent Pinchart May 17, 2023, 12:46 p.m. UTC | #1
Hi Sakari,

On Wed, May 17, 2023 at 03:29:41PM +0300, Sakari Ailus wrote:
> 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

Linus' master branch already contains (better) fixes for these two
issues, see

55e2a6e36be6 media: nxp: ignore unused suspend operations
ba0ad6ed89fd media: nxp: imx8-isi: fix buiding on 32-bit

> 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(-)
Jenkins May 17, 2023, 12:48 p.m. UTC | #2
From: builder@linuxtv.org

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

gpg: Signature made Wed 17 May 2023 12:21:52 PM 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/0003-media-nxp-imx8-isi-Fix-undefined-config-warnings.patch doesn't apply:
Applying patch patches/0003-media-nxp-imx8-isi-Fix-undefined-config-warnings.patch
patching file drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c
Hunk #1 FAILED at 30.
Hunk #2 FAILED at 48.
Hunk #3 FAILED at 63.
3 out of 3 hunks FAILED -- rejects in file drivers/media/platform/nxp/imx8-isi/imx8-isi-hw.c
Patch patches/0003-media-nxp-imx8-isi-Fix-undefined-config-warnings.patch does not apply (enforce with -f)
Sakari Ailus May 17, 2023, 12:51 p.m. UTC | #3
Hi Laurent,

On Wed, May 17, 2023 at 03:46:23PM +0300, Laurent Pinchart wrote:
> Hi Sakari,
> 
> On Wed, May 17, 2023 at 03:29:41PM +0300, Sakari Ailus wrote:
> > 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
> 
> Linus' master branch already contains (better) fixes for these two
> issues, see
> 
> 55e2a6e36be6 media: nxp: ignore unused suspend operations
> ba0ad6ed89fd media: nxp: imx8-isi: fix buiding on 32-bit

I would have expected those to be merged via the media tree. Oh well. I'll
send a new PR then.