[git:media_stage/master] media: cec: return -ENODEV instead of -ENXIO if unregistered

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: return -ENODEV instead of -ENXIO if unregistered Author: Hans Verkuil Date:Fri Feb 23 10:08:47 2024 +0100 If the CEC device is unregistered, then an attempt to open the device

[git:media_stage/master] media: v4l2-core: hold videodev_lock until dev reg, finishes

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-core: hold videodev_lock until dev reg, finishes Author: Hans Verkuil Date:Fri Feb 23 09:45:36 2024 +0100 After the new V4L2 device node was registered, some additional

[git:media_stage/master] media: dt-bindings: nxp,imx8-jpeg: Add clocks entries

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: nxp,imx8-jpeg: Add clocks entries Author: Fabio Estevam Date:Mon Apr 8 15:06:53 2024 +0300 The JPEG decoder/encoder present in iMX8QXP and iMX8QM SoCs need the PER and

[git:media_stage/master] media: stk1160: fix bounds checking in stk1160_copy_video()

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: stk1160: fix bounds checking in stk1160_copy_video() Author: Dan Carpenter Date:Mon Apr 22 12:32:44 2024 +0300 The subtract in this condition is reversed. The ->length is the length

[git:media_stage/master] doc: media: v4l/func-open.rst: ENXIO should be ENODEV

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: doc: media: v4l/func-open.rst: ENXIO should be ENODEV Author: Hans Verkuil Date:Fri Feb 23 10:15:20 2024 +0100 The error that V4L2 returns when an attempt is made to open an unregisted

[git:media_stage/master] media: videobuf2: improve max_num_buffers sanity checks

2024-04-25 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2: improve max_num_buffers sanity checks Author: Hans Verkuil Date:Mon Mar 18 15:29:33 2024 +0100 Ensure that drivers set max_num_buffers to a value >= 32. For now there is