[git:media_stage/master] media: intel/ipu6: Fix direct dependency Kconfig error

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Fix direct dependency Kconfig error Author: Ricardo Ribalda Date:Wed May 1 14:08:12 2024 +0100 VIDEO_INTEL_IPU6 selects IPU6_BRIDGE, but they have different set of depende

[git:media_stage/master] media: intel/ipu6: Fix build with !ACPI

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Fix build with !ACPI Author: Ricardo Ribalda Date:Wed May 1 14:08:13 2024 +0100 Modify the code so it can be compiled tested in configurations that do not have ACPI enable

[git:media_stage/master] media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: intel/ipu6: Switch to RUNTIME_PM_OPS() and SYSTEM_SLEEP_PM_OPS Author: Ricardo Ribalda Date:Wed May 1 14:08:11 2024 +0100 Replace the old helpers with its modern alternative. Now we d

[git:media_stage/master] media: bcm2835-unicam: Include v4l2-subdev.h

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Include v4l2-subdev.h Author: Laurent Pinchart Date:Wed May 1 14:08:10 2024 +0100 The unicam driver uses the v4l2_subdev structure. Include the corresponding header in

[git:media_stage/master] media: bcm2835-unicam: Fix build with !PM

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: bcm2835-unicam: Fix build with !PM Author: Ricardo Ribalda Date:Wed May 1 14:08:09 2024 +0100 The driver can only match the device vide the DT table, so the table should always be use

[git:media_tree/master] media: dw2102: fix coding style issues

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dw2102: fix coding style issues Author: Mauro Carvalho Chehab Date:Mon Apr 29 09:27:51 2024 +0100 Use checkpatch --strict --in-place to cleanup most style issues. Then, do some manual

[git:media_tree/master] media: i2c: max9271: Add header include guards to max9271.h

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: max9271: Add header include guards to max9271.h Author: Laurent Pinchart Date:Sun Jan 2 22:48:03 2022 + Protect against multiple inclusions of the max9271.h header with inclu

[git:media_tree/master] media: i2c: rdacm20: Fix indentation in comment

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: rdacm20: Fix indentation in comment Author: Laurent Pinchart Date:Sat Jan 1 17:35:40 2022 + Fix a small indentation issue in a comment block. Link: https://lore.kernel.org/

[git:media_tree/master] media: mediatek: vcodec: Only free buffer VA that is not NULL

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Only free buffer VA that is not NULL Author: Fei Shao Date:Thu Dec 21 09:17:46 2023 + In the MediaTek vcodec driver, while mtk_vcodec_mem_free() is mostly called

[git:media_tree/master] media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messages

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Update mtk_vcodec_mem_free() error messages Author: Fei Shao Date:Thu Dec 21 09:17:45 2023 + In mtk_vcodec_mem_free(), there are two cases where a NULL VA is pas

[git:media_tree/master] media: dw2102: Don't translate i2c read into write

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dw2102: Don't translate i2c read into write Author: Michael Bunk Date:Sun Jan 16 11:22:36 2022 + The code ignored the I2C_M_RD flag on I2C messages. Instead it assumed an i2c tra

[git:media_tree/master] media: dw2102: Dont't list TT Cinergy S2 R4 twice

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dw2102: Dont't list TT Cinergy S2 R4 twice Author: Michael Bunk Date:Sun Jan 16 12:22:37 2022 +0100 "modinfo dvb-usb-dw2102|grep 0105" returns two lines, because the module reports th

[git:media_tree/master] media: mediatek: vcodec: Drop unnecessary variable

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Drop unnecessary variable Author: Fei Shao Date:Thu Dec 21 09:17:44 2023 + In mtk_vcodec_mem_alloc() and mtk_vcodec_mem_free(), the value of mem->size is not exp

[git:media_tree/master] media: dw2102: Fix minor issues

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dw2102: Fix minor issues Author: Michael Bunk Date:Sun Jan 16 11:22:38 2022 + Found by checkpatch. Link: https://lore.kernel.org/linux-media/20220116112238.74171-4-mi...@freedic

[git:media_tree/master] media: mediatek: vcodec: Replace dev_name in error string

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: Replace dev_name in error string Author: Fei Shao Date:Thu Dec 21 09:17:43 2023 + mtk_v4l2_err() already uses dev_err(), so don't print the device name again. Pr

[git:media_tree/master] media: v4l: async: Set owner for async sub-devices

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: async: Set owner for async sub-devices Author: Sakari Ailus Date:Wed Mar 13 13:57:50 2024 + Set the owner field of the async sub-devices by making v4l2_async_register_subdev(

[git:media_tree/master] media: m88ds3103: Fix lock led support

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: m88ds3103: Fix lock led support Author: Michael Bunk Date:Sun Jan 16 11:22:35 2022 + The new m88ds3101b demodulator version requires the highest bit of register 0x11 be cleared af

[git:media_tree/master] media: i2c: imx219: Use dev_err_probe on probe

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Use dev_err_probe on probe Author: Umang Jain Date:Wed Mar 20 07:00:27 2024 + Drop dev_err() and use the dev_err_probe() helper on probe path. No functional changes

[git:media_tree/master] media: v4l: Set sub-device's owner field to the caller's module

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: Set sub-device's owner field to the caller's module Author: Sakari Ailus Date:Wed Mar 13 14:03:19 2024 + Set a sub-device's owner field to the caller's module, provided as an

[git:media_tree/master] media: i2c: ov4689: Implement manual color balance controls

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Implement manual color balance controls Author: Mikhail Rudenko Date:Tue Apr 16 23:45:22 2024 +0100 The OV4689 sensor has separate red and blue gain settings (up to 4x).

[git:media_tree/master] media: i2c: ov4689: Set timing registers programmatically

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Set timing registers programmatically Author: Mikhail Rudenko Date:Tue Apr 16 23:45:24 2024 +0100 Set timing-related and BLC anchor registers via cci calls instead of har

[git:media_tree/master] media: i2c: ov4689: Make horizontal blanking configurable

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Make horizontal blanking configurable Author: Mikhail Rudenko Date:Tue Apr 16 23:45:19 2024 +0100 Make horizontal blanking configurable. To do so, set HTS register accord

[git:media_tree/master] media: i2c: ov4689: Move pixel array size out of struct ov4689_mode

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Move pixel array size out of struct ov4689_mode Author: Mikhail Rudenko Date:Tue Apr 16 23:45:23 2024 +0100 Pixel array dimensions and default crop size do not belong to

[git:media_tree/master] media: i2c: ov4689: Use runtime PM autosuspend

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Use runtime PM autosuspend Author: Mikhail Rudenko Date:Tue Apr 16 23:45:17 2024 +0100 Use runtime PM autosuspend to avoid powering off the sensor during fast stop-reconf

[git:media_tree/master] media: i2c: ov4689: Enable runtime PM before registering sub-device

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Enable runtime PM before registering sub-device Author: Mikhail Rudenko Date:Tue Apr 16 23:45:16 2024 +0100 As the sensor may be accessible right after its async sub-devi

[git:media_tree/master] media: i2c: ov4689: Implement digital gain control

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Implement digital gain control Author: Mikhail Rudenko Date:Tue Apr 16 23:45:21 2024 +0100 The OV4689 sensor supports digital gain up to 16x. Implement corresponding cont

[git:media_tree/master] media: i2c: ov4689: Implement vflip/hflip controls

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Implement vflip/hflip controls Author: Mikhail Rudenko Date:Tue Apr 16 23:45:20 2024 +0100 The OV4689 sensor supports horizontal and vertical flipping. Add appropriate co

[git:media_tree/master] media: i2c: ov4689: Remove max_fps field from struct ov4689_mode

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Remove max_fps field from struct ov4689_mode Author: Mikhail Rudenko Date:Tue Apr 16 23:45:18 2024 +0100 max_fps field of struct ov4689_mode is unused in this driver, so

[git:media_tree/master] media: i2c: ov4689: Use sub-device active state

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Use sub-device active state Author: Mikhail Rudenko Date:Tue Apr 16 23:45:15 2024 +0100 Use sub-device active state. Employ control handler lock to synchronize access to

[git:media_tree/master] media: i2c: ov4689: Refactor ov4689_set_ctrl

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Refactor ov4689_set_ctrl Author: Mikhail Rudenko Date:Tue Apr 16 23:45:14 2024 +0100 Introduce local variable for regmap within the ov4689_set_ctrl function. This adjustm

[git:media_tree/master] media: staging: media: atomisp: Fix various multiline block comment formatting instances

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Fix various multiline block comment formatting instances Author: Jonathan Bergh Date:Tue Feb 27 16:30:41 2024 + This patch makes the following fixes: *

[git:media_tree/master] media: staging: media: atomisp: Remove unnecessary parentheses from conditional statement

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Remove unnecessary parentheses from conditional statement Author: Jonathan Bergh Date:Mon Feb 26 19:40:21 2024 + This patch makes the following changes:

[git:media_tree/master] media: staging: media: atomisp: Remove unnecessary braces from single line conditional statements

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Remove unnecessary braces from single line conditional statements Author: Jonathan Bergh Date:Mon Feb 26 19:40:18 2024 + This patch does the following th

[git:media_tree/master] media: staging: media: atomisp: Fix various formatting issues and remove unneccesary braces

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Fix various formatting issues and remove unneccesary braces Author: Jonathan Bergh Date:Sun Feb 25 12:03:50 2024 + This patch fixes the following formatt

[git:media_tree/master] media: atomisp: Disable broken V4L2_PIX_FMT_RGBX32 output support

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Disable broken V4L2_PIX_FMT_RGBX32 output support Author: Hans de Goede Date:Sat Mar 16 21:53:06 2024 + Disable V4L2_PIX_FMT_RGBX32 support, because it is broken. Select

[git:media_tree/master] media: staging: media: atomisp: Remove old commented code and fix multiple block comment style

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Remove old commented code and fix multiple block comment style Author: Jonathan Bergh Date:Mon Feb 26 19:40:23 2024 + This patch fixes the following mino

[git:media_tree/master] media: atomisp: Drop second V4L2_PIX_FMT_UYVY atomisp_output_fmts[] entry

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop second V4L2_PIX_FMT_UYVY atomisp_output_fmts[] entry Author: Hans de Goede Date:Sat Mar 16 21:41:29 2024 + Some userspace apps (e.g. libcamera) do not like it if th

[git:media_tree/master] media: staging: media: atomisp: Remove unneeded return statement from void function

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Remove unneeded return statement from void function Author: Jonathan Bergh Date:Mon Feb 26 19:40:22 2024 + This patch makes the following change: * Remo

[git:media_tree/master] media: staging: media: atomisp: Ensure trailing statements are on a newline and remove spurious whitespaces

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Ensure trailing statements are on a newline and remove spurious whitespaces Author: Jonathan Bergh Date:Mon Feb 26 19:40:20 2024 + This patch fixes the f

[git:media_tree/master] media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declaration

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Fixed "unsigned int *" rather than "unsigned *" declaration in variable declaration Author: Jonathan Bergh Date:Mon Feb 26 19:40:19 2024 + This code fixe

[git:media_tree/master] media: staging: media: atomisp: Fix formatting issues and minor code issue

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Fix formatting issues and minor code issue Author: Jonathan Bergh Date:Sun Feb 25 15:53:59 2024 + This patch fixes the following code style and formattin

[git:media_tree/master] media: atomisp: Initialize sequence counters to 0 instead of -1

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Initialize sequence counters to 0 instead of -1 Author: Hans de Goede Date:Sun Mar 17 21:45:25 2024 + When starting a new stream initialize the sequence counters to 0 ins

[git:media_tree/master] media: atomisp: Replace V4L2_PIX_FMT_RGB32 with V4L2_PIX_FMT_RGBX32

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Replace V4L2_PIX_FMT_RGB32 with V4L2_PIX_FMT_RGBX32 Author: Hans de Goede Date:Sat Mar 16 21:48:30 2024 + V4L2_PIX_FMT_RGB32 is deprecated because its definition never ma

[git:media_tree/master] media: staging: media: atomisp: Remove extra whitespace after opening parentheses

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: staging: media: atomisp: Remove extra whitespace after opening parentheses Author: Jonathan Bergh Date:Tue Feb 27 16:30:42 2024 + This patch makes the following changes: * Remov

[git:media_tree/master] media: atomisp: Add atomisp_select_input() helper

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Add atomisp_select_input() helper Author: Hans de Goede Date:Thu Apr 11 18:56:47 2024 +0100 When switching input/sensor the s_power() callback must be called for old sensor d

[git:media_tree/master] media: atomisp: Put PMIC device after getting its I²C address

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Put PMIC device after getting its I²C address Author: Andy Shevchenko Date:Tue Mar 26 20:27:02 2024 + We don't use the PMIC I²C client device after getting its address. D

[git:media_tree/master] media: atomisp: Remove empty s_power() op from ISP subdev

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove empty s_power() op from ISP subdev Author: Hans de Goede Date:Sun Apr 14 15:41:38 2024 +0100 Remove the empty isp_subdev_set_power() callback. Reviewed-by: Andy Shevc

[git:media_tree/master] media: atomisp: Remove setting of f->fmt.pix.priv from atomisp_set_fmt()

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove setting of f->fmt.pix.priv from atomisp_set_fmt() Author: Hans de Goede Date:Sun Apr 14 16:00:19 2024 +0100 This value is not used by the driver, only returned to use

[git:media_tree/master] media: i2c: ov4689: Sort register definitions by address

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Sort register definitions by address Author: Mikhail Rudenko Date:Tue Apr 16 23:45:10 2024 +0100 Put register defininitions in the order of increasing register address.

[git:media_tree/master] media: atomisp: Drop intel_v4l2_subdev_type

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop intel_v4l2_subdev_type Author: Hans de Goede Date:Sun Apr 14 15:25:38 2024 +0100 intel_v4l2_subdev_type / atomisp_input_subdev.type now always is RAW_CAMERA, drop it. R

[git:media_tree/master] media: i2c: ov4689: CCI conversion

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: CCI conversion Author: Mikhail Rudenko Date:Tue Apr 16 23:45:12 2024 +0100 Convert the i2c register accesses to utilize the CCI helper library rather than relying on driv

[git:media_tree/master] media: atomisp: Remove gmin_platform VCM code.

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove gmin_platform VCM code. Author: Hans de Goede Date:Sun Apr 14 14:57:43 2024 +0100 VCM support has already been removed from the main atomisp driver in commit 7473c97dd

[git:media_tree/master] media: atomisp: Get rid of PCI device ID hack check

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Get rid of PCI device ID hack check Author: Andy Shevchenko Date:Tue Apr 2 21:44:47 2024 +0100 Always check exact PCI ID match and drop hack checks. Link: https://lore.kern

[git:media_tree/master] media: atomisp: Cleanup atomisp_isr_thread() spinlock handling

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Cleanup atomisp_isr_thread() spinlock handling Author: Hans de Goede Date:Sun Apr 14 15:51:12 2024 +0100 Refactor the code a tiny bit to avoid the need to have 2 different pa

[git:media_tree/master] media: atomisp: Call media_pipeline_alloc_start() in stream start

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Call media_pipeline_alloc_start() in stream start Author: Hans de Goede Date:Fri Apr 12 13:39:50 2024 +0100 Call media_pipeline_alloc_start() from atomisp_start_streaming() t

[git:media_tree/master] media: atomisp: Replace open-coded i2c_find_device_by_fwnode()

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Replace open-coded i2c_find_device_by_fwnode() Author: Andy Shevchenko Date:Wed Apr 10 11:32:11 2024 +0100 gmin_i2c_dev_exists() is using open-coded variant of i2c_find_devic

[git:media_tree/master] media: atomisp: Add atomisp_s_sensor_power() helper

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Add atomisp_s_sensor_power() helper Author: Hans de Goede Date:Thu Apr 11 18:42:16 2024 +0100 Since the atomisp driver only supports 1 stream / only has 1 asd now, there is n

[git:media_tree/master] media: i2c: ov4689: Remove i2c_client from ov4689 struct

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Remove i2c_client from ov4689 struct Author: Mikhail Rudenko Date:Tue Apr 16 23:45:13 2024 +0100 The 'client' field within the 'ov4689' structure is solely used to access

[git:media_tree/master] media: atomisp: Turn on sensor power from atomisp_set_fmt()

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Turn on sensor power from atomisp_set_fmt() Author: Hans de Goede Date:Thu Apr 11 19:07:55 2024 +0100 ATM the atomisp driver does not call s_power() at all when no s_input io

[git:media_tree/master] media: atomisp: Drop atomisp_pipe_check() from atomisp_link_setup()

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop atomisp_pipe_check() from atomisp_link_setup() Author: Hans de Goede Date:Wed Apr 10 17:15:32 2024 +0100 The media-controller core (__media_entity_setup_link()) already

[git:media_tree/master] media: atomisp: Drop unused frame_status tracking

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop unused frame_status tracking Author: Hans de Goede Date:Sat Apr 13 16:14:52 2024 +0100 After removing the flash support frame_status now always is ATOMISP_FRAME_STATUS_O

[git:media_tree/master] media: atomisp: Remove clearing of ISP crop / compose rectangles on file release

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove clearing of ISP crop / compose rectangles on file release Author: Hans de Goede Date:Sun Apr 14 15:40:09 2024 +0100 There is no need to clear the ISP sink-pad crop an

[git:media_tree/master] media: atomisp: Simplify atomisp_s_input() input argument checking

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Simplify atomisp_s_input() input argument checking Author: Hans de Goede Date:Thu Apr 11 18:47:41 2024 +0100 Simplify the checking of the input argument to atomisp_s_input():

[git:media_tree/master] media: atomisp: Remove struct atomisp_platform_data

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove struct atomisp_platform_data Author: Hans de Goede Date:Sun Apr 14 15:31:26 2024 +0100 struct atomisp_platform_data only has a single subdevs member. Remove this struc

[git:media_tree/master] media: i2c: ov4689: Clean up and annotate the register table

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Clean up and annotate the register table Author: Mikhail Rudenko Date:Tue Apr 16 23:45:09 2024 +0100 Many values in the register table are actually power-on defaults. Rem

[git:media_tree/master] media: atomisp: Propagate set_fmt on sensor results to CSI port

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Propagate set_fmt on sensor results to CSI port Author: Hans de Goede Date:Fri Apr 12 14:51:15 2024 +0100 So far the CSI port sink and source pads have not had their fmt set

[git:media_tree/master] media: i2c: ov4689: Fix typo in a comment

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: ov4689: Fix typo in a comment Author: Mikhail Rudenko Date:Tue Apr 16 23:45:11 2024 +0100 Fix a spelling error in a comment. Signed-off-by: Mikhail Rudenko Reviewed-by: Laurent

[git:media_tree/master] media: atomisp: Drop the atomisp custom lm3554 flash driver

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop the atomisp custom lm3554 flash driver Author: Hans de Goede Date:Sat Apr 13 15:26:18 2024 +0100 Drop the atomisp custom lm3554 flash driver, support for flash drivers u

[git:media_tree/master] media: atomisp: Propagate v4l2_mbus_framefmt.field to CSI port sink pad

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Propagate v4l2_mbus_framefmt.field to CSI port sink pad Author: Hans de Goede Date:Fri Apr 12 15:27:53 2024 +0100 Most sensor drivers report V4L2_FIELD_NONE as v4l2_mbus_fram

[git:media_tree/master] media: atomisp: Ensure CSI-receiver[x] -> ISP links correctly reflect current sensor

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Ensure CSI-receiver[x] -> ISP links correctly reflect current sensor Author: Hans de Goede Date:Thu Apr 11 21:21:37 2024 +0100 Add a new atomisp_setup_input_links() helper w

[git:media_tree/master] media: atomisp: Remove test pattern generator (TPG) support

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove test pattern generator (TPG) support Author: Hans de Goede Date:Fri Apr 12 19:28:46 2024 +0100 The TPG support registers a v4l2-subdev for this, but this is not part o

[git:media_tree/master] media: atomisp: ov2722: Remove power on sensor from set_fmt() callback

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: ov2722: Remove power on sensor from set_fmt() callback Author: Hans de Goede Date:Fri Apr 12 15:38:14 2024 +0100 The atomisp driver now properly ensures s_power(1) is called

[git:media_tree/master] media: atomisp: Remove empty s_stream() op from CSI subdev

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove empty s_stream() op from CSI subdev Author: Hans de Goede Date:Sun Apr 14 15:45:55 2024 +0100 Remove the empty csi2_set_stream() callback and remove the now empty csi2

[git:media_tree/master] media: atomisp: Remove input_port_ID_t

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove input_port_ID_t Author: Hans de Goede Date:Fri Apr 12 19:38:55 2024 +0100 Change the single, unexpected user of CSI_PORT0_ID for (port = CSI_PORT0_ID; port <

[git:media_tree/master] media: atomisp: Remove unsused macros

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Remove unsused macros Author: Andy Shevchenko Date:Tue Mar 26 19:09:03 2024 + Entire defs.h can be killed, so do that. Also kill same macro definitions in hive_types.h L

[git:media_tree/master] media: atomisp: Drop custom flash support

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Drop custom flash support Author: Hans de Goede Date:Sat Apr 13 16:10:41 2024 +0100 Remove the custom flash handling from the atomisp driver. There are only few Bay Trail / C

[git:media_tree/master] media: atomisp: Fix sh_css_config_input_network_2400() coding style

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: atomisp: Fix sh_css_config_input_network_2400() coding style Author: Hans de Goede Date:Tue Apr 16 10:19:52 2024 +0100 Fix the if (stream->config.mode == IA_CSS_INPUT_MODE_PRBS) {} bl

[git:media_stage/master] media: verisilicon: Correct a typo in H1_REG_MAD_CTRL_MAD_THRESHOLD

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon: Correct a typo in H1_REG_MAD_CTRL_MAD_THRESHOLD Author: Andrzej Pietrasiewicz Date:Thu Nov 16 15:48:12 2023 + It's a THRESHOLD and not a THREDHOLD. Link: https://lo

[git:media_stage/master] media: verisilicon Correct a typo in H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: verisilicon Correct a typo in H1_REG_ENC_CTRL2_DEBLOCKING_FILTER_MODE Author: Andrzej Pietrasiewicz Date:Thu Nov 16 15:48:11 2023 + It's a FILTER and not FILETER. Link: https:/

[git:media_stage/master] media: sunxi: a83-mips-csi2: also select GENERIC_PHY

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: sunxi: a83-mips-csi2: also select GENERIC_PHY Author: Randy Dunlap Date:Wed Sep 27 05:04:38 2023 +0100 When selecting GENERIC_PHY_MIPI_DPHY, also select GENERIC_PHY to prevent kconfig

[git:media_stage/master] media: cec: cec-adap: always cancel work in cec_transmit_msg_fh

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec-adap: always cancel work in cec_transmit_msg_fh Author: Hans Verkuil Date:Fri Feb 23 12:24:38 2024 + Do not check for !data->completed, just always call cancel_delayed_wo

[git:media_stage/master] media: cec: core: avoid confusing "transmit timed out" message

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: core: avoid confusing "transmit timed out" message Author: Hans Verkuil Date:Tue Apr 30 11:13:47 2024 +0100 If, when waiting for a transmit to finish, the wait is interrupted, th

[git:media_stage/master] media: cec: cec-api: add locking in cec_release()

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: cec-api: add locking in cec_release() Author: Hans Verkuil Date:Fri Feb 23 12:25:55 2024 + When cec_release() uses fh->msgs it has to take fh->lock, otherwise the list can ge

[git:media_stage/master] media: cec: core: avoid recursive cec_claim_log_addrs

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cec: core: avoid recursive cec_claim_log_addrs Author: Hans Verkuil Date:Thu Feb 22 16:17:33 2024 + Keep track if cec_claim_log_addrs() is running, and return -EBUSY if it is when

[git:media_stage/master] media: mxl5xx: Move xpt structures off stack

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mxl5xx: Move xpt structures off stack Author: Nathan Chancellor Date:Fri Jan 12 00:40:36 2024 + When building for LoongArch with clang 18.0.0, the stack usage of probe() is larger

[git:media_stage/master] media: mtk-vcodec: potential null pointer deference in SCP

2024-05-02 Thread Mauro Carvalho Chehab
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-vcodec: potential null pointer deference in SCP Author: Fullway Wang Date:Thu Jan 18 02:35:06 2024 + The return value of devm_kzalloc() needs to be checked to avoid NULL point