[git:media_stage/master] Added Digiteq Automotive MGB4 driver

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Added Digiteq Automotive MGB4 driver Author: Martin Tůma Date:Mon Sep 25 16:36:04 2023 +0200 Digiteq Automotive MGB4 is a modular frame grabber PCIe card for automotive video interfaces. As

[git:media_stage/master] Added Digiteq Automotive MGB4 driver documentation

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: Added Digiteq Automotive MGB4 driver documentation Author: Martin Tůma Date:Mon Sep 25 16:36:05 2023 +0200 The "admin-guide" documentation for the Digiteq Automotive MGB4 driver.

[git:media_stage/master] media: ipu-bridge: increase sensor_name size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ipu-bridge: increase sensor_name size Author: Hans Verkuil Date:Sat Sep 23 17:20:49 2023 +0200 Fixes this compiler warning: In file included from include/linux/property.h:14,

[git:media_stage/master] media: zoran: increase name size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: zoran: increase name size Author: Hans Verkuil Date:Sat Sep 23 17:20:54 2023 +0200 Fixes this compiler warning: drivers/media/pci/zoran/zoran_card.c: In function 'zoran_probe':

[git:media_stage/master] media: vivid: avoid integer overflow

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: avoid integer overflow Author: Hans Verkuil Date:Sat Sep 23 17:20:48 2023 +0200 Fixes these compiler warnings: drivers/media/test-drivers/vivid/vivid-rds-gen.c: In function

[git:media_stage/master] media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZE

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: use sizeof() instead of V4L2_SUBDEV_NAME_SIZE Author: Hans Verkuil Date:Sat Sep 23 17:20:57 2023 +0200 Don't rely on a define, let the compiler use the actual field size. Remove all

[git:media_stage/master] media: v4l2-subdev.h: increase struct v4l2_subdev name size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-subdev.h: increase struct v4l2_subdev name size Author: Hans Verkuil Date:Sat Sep 23 17:20:56 2023 +0200 This resolves a lot of the string truncate compiler warnings.

[git:media_stage/master] media: cadence: increase buffer size in csi2tx_get_resources()

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cadence: increase buffer size in csi2tx_get_resources() Author: Hans Verkuil Date:Sat Sep 23 17:20:46 2023 +0200 Fixes this compiler warning:

[git:media_stage/master] media: atomisp: fix 'read beyond size of field'

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: fix 'read beyond size of field' Author: Hans Verkuil Date:Tue Sep 26 11:27:09 2023 +0200 If CONFIG_FORTIFY_SOURCE=y, then this warning is produced: In file included from

[git:media_stage/master] media: atomisp: ia_ccs_debug.c: increase enable_info buffer

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: ia_ccs_debug.c: increase enable_info buffer Author: Hans Verkuil Date:Sat Sep 23 17:20:47 2023 +0200 Fixes these compiler warnings:

[git:media_stage/master] media: allegro-dvt: increase buffer size in msg_type_name()

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: allegro-dvt: increase buffer size in msg_type_name() Author: Hans Verkuil Date:Sat Sep 23 17:20:45 2023 +0200 Fixes this compile error

[git:media_stage/master] media: cx18: increase in_workq_name size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cx18: increase in_workq_name size Author: Hans Verkuil Date:Sat Sep 23 17:20:50 2023 +0200 Fixes this compiler warning: drivers/media/pci/cx18/cx18-driver.c: In function

[git:media_stage/master] media: rc: ati_remote: increase mouse_name buffer size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: ati_remote: increase mouse_name buffer size Author: Hans Verkuil Date:Sat Sep 23 17:20:51 2023 +0200 Fixes this compiler warning: drivers/media/rc/ati_remote.c: In function

[git:media_stage/master] media: renesas-ceu: keep input name simple

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: renesas-ceu: keep input name simple Author: Hans Verkuil Date:Sat Sep 23 17:20:53 2023 +0200 Just show the Camera index as input name in VIDIOC_ENUM_INPUT, no need to show the subdev

[git:media_stage/master] media: cec.h: increase input_phys buffer

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec.h: increase input_phys buffer Author: Hans Verkuil Date:Sat Sep 23 17:20:52 2023 +0200 Fixes this compiler warning: drivers/media/cec/core/cec-core.c: In function

[git:media_stage/master] media: atmel: drop bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atmel: drop bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:03 2023 +0200 Let the V4L2 core fill this in. Fixes this warning:

[git:media_stage/master] media: am437x: don't fill in bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: am437x: don't fill in bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:02 2023 +0200 Let the V4L2 core fill this in. This fixes this warning:

[git:media_stage/master] media: radio-isa: use dev_name to fill in bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: radio-isa: use dev_name to fill in bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:04 2023 +0200 This fixes this warning: drivers/media/radio/radio-isa.c: In function

[git:media_stage/master] media: radio-si476x: don't fill in bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: radio-si476x: don't fill in bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:07 2023 +0200 Let the V4L2 core fill in bus_info. This fixes this warning:

[git:media_stage/master] media: verisilicon: replace snprintf with strscpy+strlcat

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: replace snprintf with strscpy+strlcat Author: Hans Verkuil Date:Sat Sep 23 17:21:06 2023 +0200 Fixes this warning: drivers/media/platform/verisilicon/hantro_drv.c: In

[git:media_stage/master] media: radio-miropcm20: set bus_info to explicit name

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: radio-miropcm20: set bus_info to explicit name Author: Hans Verkuil Date:Sat Sep 23 17:21:05 2023 +0200 Fill in bus_info with fixed name. This fixes this compiler warning:

[git:media_stage/master] media: v4l2-device.h: drop V4L2_DEVICE_NAME_SIZE

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-device.h: drop V4L2_DEVICE_NAME_SIZE Author: Hans Verkuil Date:Sat Sep 23 17:20:58 2023 +0200 Don't use defines for the size of a name field, everyone should just use sizeof().

[git:media_stage/master] media: vivid: use VIVID_MODULE_NAME to fill bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vivid: use VIVID_MODULE_NAME to fill bus_info Author: Hans Verkuil Date:Sat Sep 23 17:20:59 2023 +0200 Fixes this compiler warning: drivers/media/test-drivers/vivid/vivid-core.c: In

[git:media_stage/master] media: v4l2-dev.h: increase struct video_device name size

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-dev.h: increase struct video_device name size Author: Hans Verkuil Date:Sat Sep 23 17:20:55 2023 +0200 Increase the size of the name field to prevent a lot of string truncate

[git:media_stage/master] media: rcar_drif: use explicit name for bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rcar_drif: use explicit name for bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:01 2023 +0200 Fixes this compiler warning: drivers/media/platform/renesas/rcar_drif.c: In

[git:media_stage/master] media: microchip: don't set bus_info

2023-09-27 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: microchip: don't set bus_info Author: Hans Verkuil Date:Sat Sep 23 17:21:00 2023 +0200 Let the V4L2 core fill this in. Fixes these compiler warnings: