[git:media_tree/master] media: rc: bpf attach/detach requires write permission

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: bpf attach/detach requires write permission Author: Sean Young Date:Thu Apr 13 10:50:32 2023 +0200 Note that bpf attach/detach also requires CAP_NET_ADMIN. Cc: sta...@vger.kernel

[git:media_tree/master] media: rkisp1: Fix IRQ handling due to shared interrupts

2024-04-11 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 handling due to shared interrupts Author: Tomi Valkeinen Date:Mon Dec 18 08:54:01 2023 +0100 The driver requests the interrupts as IRQF_SHARED, so the interrupt handle

[git:media_tree/master] media: Revert "media: rkisp1: Drop IRQF_SHARED"

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Revert "media: rkisp1: Drop IRQF_SHARED" Author: Tomi Valkeinen Date:Mon Dec 18 08:54:00 2023 +0100 This reverts commit 85d2a31fe4d9be1555f621ead7a520d8791e0f74. The rkisp1 does shar

[git:media_tree/master] media: ir_toy: fix a memleak in irtoy_tx

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ir_toy: fix a memleak in irtoy_tx Author: Zhipeng Lu Date:Wed Jan 17 09:14:19 2024 +0100 When irtoy_command fails, buf should be freed since it is allocated by irtoy_tx, or there is a

[git:media_tree/master] media: atomisp: Adjust for v4l2_subdev_state handling changes in 6.8

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Adjust for v4l2_subdev_state handling changes in 6.8 Author: Hans de Goede Date:Thu Dec 28 22:43:25 2023 +0100 The atomisp driver emulates a standard v4l2 device, which also

[git:media_tree/master] media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERS

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pwm-ir-tx: Depend on CONFIG_HIGH_RES_TIMERS Author: Sean Young Date:Tue Jan 30 09:55:25 2024 +0100 Since commit 363d0e56285e ("media: pwm-ir-tx: Trigger edges from hrtimer interrupt c

[git:media_stage/master] media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries Author: Zhipeng Lu Date:Thu Jan 18 16:13:00 2024 +0100 The allocation failure of mycs->yuv_scaler_binary in lo

[git:media_stage/master] media: atomisp: Fix double negation in unsupported revision error

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix double negation in unsupported revision error Author: Hans de Goede Date:Mon Feb 19 14:19:56 2024 +0100 s/is not unsupported/is not supported/ in the unsupported revision

[git:media_stage/master] media: atomisp: Remove isp_subdev_propagate()

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove isp_subdev_propagate() Author: Hans de Goede Date:Sat Feb 3 12:42:06 2024 +0100 isp_subdev_propagate() is a wrapper around atomisp_subdev_set_selection() which gets on

[git:media_stage/master] media: atomisp: Rename atomisp_set_crop_and_fmt()

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Rename atomisp_set_crop_and_fmt() Author: Hans de Goede Date:Sun Feb 4 11:22:07 2024 +0100 Rename atomisp_set_crop_and_fmt() to atomisp_set_sensor_crop_and_fmt() to make clea

[git:media_stage/master] media: atomisp: Remove custom VCM handling

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove custom VCM handling Author: Hans de Goede Date:Sun Feb 4 18:09:43 2024 +0100 Remove the custom VCM handling, instead the VCM should be controlled through its own v4l2-

[git:media_stage/master] media: atomisp: Remove ISP controls which get passed through to the camera

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove ISP controls which get passed through to the camera Author: Hans de Goede Date:Sun Feb 4 23:33:25 2024 +0100 Drop all ISP controls and ioctls which just get passed th

[git:media_stage/master] media: atomisp: Implement link_setup() op for ISP subdev MC entity

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Implement link_setup() op for ISP subdev MC entity Author: Hans de Goede Date:Sun Feb 4 17:01:45 2024 +0100 The atomisp driver's Android heritage makes it weird in that even

[git:media_stage/master] media: atomisp: Add DMABUF support

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Add DMABUF support Author: Hans de Goede Date:Fri Feb 2 08:37:28 2024 +0100 Add DMABUF support and while at it drop userptr support. Now that atomisp has been ported to vide

[git:media_stage/master] media: atomisp: Change ISP subdev name to "ATOM ISP"

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Change ISP subdev name to "ATOM ISP" Author: Hans de Goede Date:Sun Feb 4 10:50:49 2024 +0100 Change the generic "ATOMISP_SUBDEV" name to "ATOM ISP" to make clear that this i

[git:media_stage/master] media: atomisp: Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-subdev

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-subdev Author: Hans de Goede Date:Sun Jan 28 13:43:30 2024 +0100 Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-su

[git:media_stage/master] media: atomisp: Make MC link from ISP to /dev/video# output node immutable

2024-04-11 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Make MC link from ISP to /dev/video# output node immutable Author: Hans de Goede Date:Sun Feb 4 17:41:15 2024 +0100 The link from the ISP's source pad to the /dev/video# out