[git:media_stage/master] media: rkisp1: Fix IRQ disable race issue

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Fix IRQ disable race issue Author: Tomi Valkeinen Date:Thu Dec 7 08:57:48 2023 +0100 In rkisp1_isp_stop() and rkisp1_csi_disable() the driver masks the interrupts and then

[git:media_stage/master] media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: rkisp1: Fix the port description for the parallel interface Author: Mehdi Djait Date:Wed Nov 15 17:44:07 2023 +0100 The bus-type belongs to the endpoint's

[git:media_stage/master] media: rkisp1: Fix IRQ handler return values

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Fix IRQ handler return values Author: Tomi Valkeinen Date:Thu Dec 7 08:57:46 2023 +0100 The IRQ handler rkisp1_isr() calls sub-handlers, all of which returns an irqreturn_t

[git:media_stage/master] media: rkisp1: Fix memory leaks in rkisp1_isp_unregister()

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Fix memory leaks in rkisp1_isp_unregister() Author: Tomi Valkeinen Date:Wed Nov 22 16:50:08 2023 +0100 Add missing call to v4l2_subdev_cleanup() to fix memory leak. Link:

[git:media_stage/master] media: rkisp1: Fix media device memory leak

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Fix media device memory leak Author: Tomi Valkeinen Date:Wed Nov 22 16:50:07 2023 +0100 Add missing calls to media_device_cleanup() to fix memory leak. Link:

[git:media_stage/master] media: rkisp1: Drop IRQF_SHARED

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Drop IRQF_SHARED Author: Tomi Valkeinen Date:Thu Dec 7 08:57:45 2023 +0100 In all known platforms the ISP has dedicated IRQ lines, but for some reason the driver uses

[git:media_stage/master] media: rkisp1: debug: Add register dump for IS

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: debug: Add register dump for IS Author: Paul Elder Date:Fri Dec 1 15:04:31 2023 +0100 Add register dump for the ISP image stabilizer module to debugfs. This helps debugging

[git:media_stage/master] media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: resizer: Stop manual allocation of v4l2_subdev_state Author: Laurent Pinchart Date:Sun Nov 26 03:09:48 2023 +0100 Supported media bus codes on the resizer sink pad are

[git:media_stage/master] media: rkisp1: debug: Count completed frame interrupts

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: debug: Count completed frame interrupts Author: Paul Elder Date:Fri Dec 1 15:04:32 2023 +0100 Add a counter to debugfs to count the number of frame-end interrupts. Link:

[git:media_stage/master] media: rkisp1: Store IRQ lines

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: Store IRQ lines Author: Tomi Valkeinen Date:Thu Dec 7 08:57:47 2023 +0100 Store the IRQ lines used by the driver for easy access. These are needed in future patches which fix

[git:media_stage/master] media: rkisp1: regs: Consolidate MI interrupt wrap fields

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rkisp1: regs: Consolidate MI interrupt wrap fields Author: Paul Elder Date:Fri Dec 1 15:04:30 2023 +0100 Consolidate the wraparound fields in the memory interface interrupt status

[git:media_stage/master] media: imx: imx7-media-csi: Include headers explicitly

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx: imx7-media-csi: Include headers explicitly Author: Laurent Pinchart Date:Tue Jul 25 21:14:45 2023 +0200 Include all the headers that the driver needs explicitly instead of

[git:media_stage/master] media: nxp: imx8-isi-debug: Add missing 36-Bit DMA registers to debugfs output

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: nxp: imx8-isi-debug: Add missing 36-Bit DMA registers to debugfs output Author: Alexander Stein Date:Thu Dec 7 12:09:18 2023 +0100 The extended address registers are missing in the

[git:media_stage/master] media: imx-mipi-csis: Drop extra clock enable at probe()

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx-mipi-csis: Drop extra clock enable at probe() Author: Tomi Valkeinen Date:Wed Nov 22 16:21:35 2023 +0100 The driver always enables the clocks at probe() and disables them only at

[git:media_stage/master] media: imx-mipi-csis: Fix clock handling in remove()

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx-mipi-csis: Fix clock handling in remove() Author: Tomi Valkeinen Date:Wed Nov 22 16:21:34 2023 +0100 The driver always calls mipi_csis_runtime_suspend() and

[git:media_stage/master] media: uvcvideo: Fix power line control for SunplusIT camera

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uvcvideo: Fix power line control for SunplusIT camera Author: Ricardo Ribalda Date:Sat Oct 28 09:55:04 2023 +0200 The device does not implement the power line frequency control

[git:media_stage/master] media: uvcvideo: Fix power line control for a Chicony camera

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uvcvideo: Fix power line control for a Chicony camera Author: Ricardo Ribalda Date:Tue Sep 5 17:29:52 2023 +0200 The device does not implement the control properly. Fixes

[git:media_stage/master] media: uvcvideo: Pick first best alternate setting insteed of last

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: uvcvideo: Pick first best alternate setting insteed of last Author: Laurent Pinchart Date:Fri Oct 20 00:02:46 2023 +0200 When selecting an alternate setting, the driver loops over

[git:media_stage/master] media: bttv: add back vbi hack

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bttv: add back vbi hack Author: Hans Verkuil Date:Thu Nov 30 13:58:11 2023 +0100 The old (now removed) videobuf framework had an optional vbi hack where the sequence number of the

[git:media_stage/master] media: bttv: start_streaming should return a proper error code

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bttv: start_streaming should return a proper error code Author: Hans Verkuil Date:Thu Nov 30 13:58:10 2023 +0100 The start_streaming callback returned 0 or 1 instead of a proper

[git:media_stage/master] media: videobuf2: request more buffers for vb2_read

2023-12-08 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: videobuf2: request more buffers for vb2_read Author: Hans Verkuil Date:Thu Nov 30 13:58:12 2023 +0100 The vb2 read support requests 1 buffer, leaving it to the driver to increase

[git:media_stage/master] media: ccs: Select V4L2_CCI_I2C

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Select V4L2_CCI_I2C Author: Sakari Ailus Date:Wed Dec 6 12:12:13 2023 +0200 Select V4L2_CCI_I2C Kconfig option which the CCS driver now depends on. Fixes: 529322112a3b ("media:

[git:media_stage/master] media: ov9640: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov9640: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 19:25:07 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis for

[git:media_stage/master] media: tw9910: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tw9910: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 19:24:11 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis for

[git:media_stage/master] media: adv7183: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: adv7183: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 19:20:19 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis

[git:media_stage/master] media: saa6752hs: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: saa6752hs: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 13:35:33 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis

[git:media_stage/master] media: mt9t112: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mt9t112: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 19:22:03 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis

[git:media_stage/master] media: rj54n1cb0c: Don't set format in sub-device state

2023-12-08 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rj54n1cb0c: Don't set format in sub-device state Author: Sakari Ailus Date:Wed Dec 6 19:22:43 2023 +0200 For the purpose of setting old non-pad based sub-device try format as a basis