[git:media_stage/master] media: i2c: Add driver for onsemi MT9M114 camera sensor

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: Add driver for onsemi MT9M114 camera sensor Author: Laurent Pinchart Date:Wed Sep 20 20:11:54 2023 +0300 The MT9M114 is a CMOS camera sensor that combines a 1296x976 pixel array

[git:media_stage/master] media: vidtv: psi: Add check for kstrdup

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vidtv: psi: Add check for kstrdup Author: Jiasheng Jiang Date:Mon Jun 19 16:12:01 2023 +0800 Add check for the return value of kstrdup() and return the error if it fails in order to a

[git:media_stage/master] media: qcom: camss: Pass icc bandwidth table as a platform parameter

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Pass icc bandwidth table as a platform parameter Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:54 2023 +0100 Pass the bandwidth table as a platform parameter not if/else

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

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: pci: mgb4: 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 vid

[git:media_stage/master] media: tvp541x: Sort header files

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tvp541x: Sort header files Author: Biju Das Date:Sat Sep 23 17:36:41 2023 +0100 Sort header files alphabetically. Suggested-by: Jacopo Mondi Signed-off-by: Biju Das Signed-off-by:

[git:media_stage/master] media: qcom: camss: Untangle if/else spaghetti in camss

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Untangle if/else spaghetti in camss Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:00 2023 +0100 We have a very convoluted if/else legacy here which needs to be rationali

[git:media_stage/master] media: i2c/hi556: add a new mode 1296x722 settings

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c/hi556: add a new mode 1296x722 settings Author: Bingbu Cao Date:Mon Sep 18 10:58:12 2023 +0800 Add a new mode - 16:9 resolution 1296x722 for hi556. Signed-off-by: Bingbu Cao Sig

[git:media_stage/master] media: mediatek: vcodec: add encoder power management helper functions

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mediatek: vcodec: add encoder power management helper functions Author: Irui Wang Date:Mon Sep 25 12:02:00 2023 +0800 Remove PM functions at start/stop streaming, add PM helper functi

[git:media_stage/master] media: i2c: adv7180: Drop CONFIG_OF ifdeffery

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: adv7180: Drop CONFIG_OF ifdeffery Author: Biju Das Date:Sun Sep 10 16:22:00 2023 +0100 Drop of_match_ptr() from adv7180_driver and get rid of ugly CONFIG_OF if check. This slight

[git:media_stage/master] media: qcom: camss: Assign the correct number of RDIs per VFE

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Assign the correct number of RDIs per VFE Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:58 2023 +0100 Each Video Front End - VFE - has a variable number of Raw Data Inte

[git:media_stage/master] media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Allow clocks vfeN vfe_liteN or vfe_lite Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:01 2023 +0100 The number of Video Front End - VFE or Image Front End - IFE supporte

[git:media_stage/master] media: i2c: imx219: Drop unused macros

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Drop unused macros Author: Laurent Pinchart Date:Sun Sep 24 18:32:51 2023 +0300 Drop a handful of macros that are not used and don't provide any value. Signed-off-by: La

[git:media_stage/master] media: i2c: imx219: Replace register addresses with macros

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Replace register addresses with macros Author: Laurent Pinchart Date:Sun Sep 24 18:32:52 2023 +0300 Define macros for all the known registers used in the register arrays,

[git:media_stage/master] media: qcom: camss: Propagate vfe_reset error up the callstack

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Propagate vfe_reset error up the callstack Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:06 2023 +0100 A previous patch I had removed the returns from vfe_disable() sinc

[git:media_stage/master] media: tvp541x: Drop CONFIG_OF ifdeffery

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tvp541x: Drop CONFIG_OF ifdeffery Author: Biju Das Date:Sat Sep 23 17:36:40 2023 +0100 Drop of_match_ptr() from tvp514x_driver and get rid of ugly CONFIG_OF if check. This slightly in

[git:media_stage/master] media: visl: use canonical ftrace path

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: visl: use canonical ftrace path Author: Ross Zwisler Date:Tue Aug 29 14:46:01 2023 -0600 The canonical location for the tracefs filesystem is at /sys/kernel/tracing. But, from Docume

[git:media_stage/master] media: imx334: Orphan the driver

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx334: Orphan the driver Author: Sakari Ailus Date:Tue Sep 19 14:09:57 2023 +0300 The current maintainers won't be looking after this driver anymore. Mark it orphan. Signed-off-by:

[git:media_stage/master] media: dvb-frontends: drop check because i2c_unregister_device() is NULL safe

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dvb-frontends: drop check because i2c_unregister_device() is NULL safe Author: Wolfram Sang Date:Fri Sep 22 10:04:20 2023 +0200 No need to check the argument of i2c_unregister_device

[git:media_stage/master] media: allegro: Annotate struct mcu_msg_push_buffers_internal with __counted_by

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: allegro: Annotate struct mcu_msg_push_buffers_internal with __counted_by Author: Kees Cook Date:Fri Sep 22 10:49:36 2023 -0700 Prepare for the coming implementation by GCC and Clang

[git:media_stage/master] media: platform: cros-ec: Add Taranza to the match table

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: cros-ec: Add Taranza to the match table Author: Ken Lin Date:Thu Oct 5 09:38:41 2023 +0800 Taranza has two HDMI ports which support CEC: Port D is EC port 0 Port B is EC por

[git:media_stage/master] media: imx335: Orphan the driver

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx335: Orphan the driver Author: Sakari Ailus Date:Tue Sep 19 14:09:32 2023 +0300 The current maintainers won't be looking after this driver anymore. Mark it orphan. Signed-off-by:

[git:media_stage/master] media: i2c: imx219: Convert to CCI register access helpers

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Convert to CCI register access helpers Author: Laurent Pinchart Date:Sun Sep 24 18:32:50 2023 +0300 Use the new common CCI register access helpers to replace the private

[git:media_stage/master] media: vidtv: mux: Add check and kfree for kstrdup

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: vidtv: mux: Add check and kfree for kstrdup Author: Jiasheng Jiang Date:Mon Jun 19 16:12:02 2023 +0800 Add check for the return value of kstrdup() and return the error if it fails in

[git:media_stage/master] media: s3c-camif: Avoid inappropriate kfree()

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: s3c-camif: Avoid inappropriate kfree() Author: Katya Orlova Date:Fri Sep 22 14:55:06 2023 +0300 s3c_camif_register_video_node() works with video_device structure stored as a field of

[git:media_stage/master] media: qcom: camss: Rename camss struct resources to camss_subdev_resources

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Rename camss struct resources to camss_subdev_resources Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:52 2023 +0100 Rename non-specific struct resources {} to struct ca

[git:media_stage/master] media: qcom: camss: Support RDI3 for VFE 17x

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Support RDI3 for VFE 17x Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:04 2023 +0100 Some VFEs have four RDIs apiece. Right now the ISR code has a hard-coded value which

[git:media_stage/master] media: qcom: camss: Amalgamate struct resource with struct resource_ispif

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Amalgamate struct resource with struct resource_ispif Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:51 2023 +0100 There is no good reason to differentiate the two resou

[git:media_stage/master] media: tvp541x: Extend match support for OF tables

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: tvp541x: Extend match support for OF tables Author: Biju Das Date:Sat Sep 23 17:36:39 2023 +0100 The driver has an OF match table, still, it uses an ID lookup table for retrieving mat

[git:media_stage/master] media: i2c: adv7180: Extend match support for OF tables

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: adv7180: Extend match support for OF tables Author: Biju Das Date:Sun Sep 10 16:21:59 2023 +0100 The driver has an OF match table, still, it uses an ID lookup table for retrievin

[git:media_stage/master] media: qcom: camss: Comment CSID dt_id field

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Comment CSID dt_id field Author: Bryan O'Donoghue Date:Thu Sep 28 01:58:25 2023 +0100 Digging into the documentation we find that the DT_ID bitfield is used to map the si

[git:media_stage/master] media: cedrus: Fix clock/reset sequence

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cedrus: Fix clock/reset sequence Author: Jernej Skrabec Date:Mon Sep 11 20:46:12 2023 +0200 According to H6 user manual, resets should always be de-asserted before clocks are enabled.

[git:media_stage/master] media: qcom: camss: Start to move to module compat matched resources

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Start to move to module compat matched resources Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:53 2023 +0100 There is a lot of unnecessary if/elsing in this code that ar

[git:media_stage/master] media: qcom: camss: Pass line_num from compat resources

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Pass line_num from compat resources Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:56 2023 +0100 line_num indicates the number of RDI - raw data interface channels which

[git:media_stage/master] media: qcom: camss: Pass remainder of variables as resources

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Pass remainder of variables as resources Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:55 2023 +0100 The following variables are being assigned statically based on compa

[git:media_stage/master] media: cobalt: Use FIELD_GET() to extract Link Width

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: cobalt: Use FIELD_GET() to extract Link Width Author: Ilpo Järvinen Date:Wed Sep 13 15:27:40 2023 +0300 Use FIELD_GET() to extract PCIe Negotiated and Maximum Link Width fields instea

[git:media_stage/master] media: v4l2-event: Annotate struct v4l2_subscribed_event with __counted_by

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l2-event: Annotate struct v4l2_subscribed_event with __counted_by Author: Kees Cook Date:Fri Sep 22 10:49:52 2023 -0700 Prepare for the coming implementation by GCC and Clang of th

[git:media_stage/master] media: platform: cros-ec: Rename conns array for the match table

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: cros-ec: Rename conns array for the match table Author: Ken Lin Date:Thu Oct 5 09:38:40 2023 +0800 Rename conns array to port_**_conns, ** is the ports which support cec. ex

[git:media_stage/master] media: platform: mtk-mdp3: add missing of_node_put

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: platform: mtk-mdp3: add missing of_node_put Author: Julia Lawall Date:Thu Sep 7 11:55:21 2023 +0200 for_each_child_of_node performs an of_node_get on each iteration, so a break out of

[git:media_stage/master] media: Documentation: dv-timings.rst: explain basic approach

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: dv-timings.rst: explain basic approach Author: Hans Verkuil Date:Thu Sep 7 10:54:31 2023 +0200 Explain how the DV Timings API and the V4L2_EVENT_SOURCE_CHANGE event wor

[git:media_stage/master] media: ov9282: Assign maintenance to Dave

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov9282: Assign maintenance to Dave Author: Sakari Ailus Date:Tue Sep 19 14:04:47 2023 +0300 The current maintainers won't be looking after this driver anymore. Dave offered to take ov

[git:media_stage/master] media: nuvoton: npcm-video: Fix IS_ERR() vs NULL bug

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: nuvoton: npcm-video: Fix IS_ERR() vs NULL bug Author: Dan Carpenter Date:Wed Sep 27 15:39:43 2023 +0300 The of_parse_phandle() function returns NULL on error. It never returns error

[git:media_stage/master] media: qcom: camss: Pass CAMSS subdev callbacks via resource ops pointer

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Pass CAMSS subdev callbacks via resource ops pointer Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:57 2023 +0100 It is possible to pass all of the CAMSS subdevice inter

[git:media_stage/master] media: qcom: camss: Fix support for setting CSIPHY clock name csiphyX

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Fix support for setting CSIPHY clock name csiphyX Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:03 2023 +0100 Several of our upstream and soon-to-be upstream SoC CAMSS d

[git:media_stage/master] media: amphion: handle firmware debug message

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: amphion: handle firmware debug message Author: Ming Qian Date:Thu Sep 7 09:51:00 2023 +0800 decoder firmware may notify host some debug message, it can help analyze the state of the f

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

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: 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 M

[git:media_stage/master] media: imx412: Orphan the driver

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imx412: Orphan the driver Author: Sakari Ailus Date:Tue Sep 19 14:06:06 2023 +0300 The current maintainers won't be looking after this driver anymore. Mark it orphan. Signed-off-by:

[git:media_stage/master] media: s5p-mfc: Fix potential deadlock on condlock

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: s5p-mfc: Fix potential deadlock on condlock Author: Chengfeng Ye Date:Tue Sep 26 10:53:30 2023 + As &dev->condlock is acquired under irq context along the following call chain fro

[git:media_stage/master] media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding Author: Laurent Pinchart Date:Wed Sep 20 20:11:53 2023 +0300 Add device tree binding for the onsemi MT9M114 CMOS camera sens

[git:media_stage/master] media: i2c: drop check because i2c_unregister_device() is NULL safe

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: drop check because i2c_unregister_device() is NULL safe Author: Wolfram Sang Date:Fri Sep 22 10:04:19 2023 +0200 No need to check the argument of i2c_unregister_device() because

[git:media_stage/master] media: qcom: camss: Functionally decompose CSIPHY clock lookups

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Functionally decompose CSIPHY clock lookups Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:02 2023 +0100 The csiphyX_timer and csiX_phy values need not be hard-coded. We

[git:media_stage/master] media: qcom: camss: Remove special case for VFE get/put

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Remove special case for VFE get/put Author: Bryan O'Donoghue Date:Mon Sep 25 16:46:59 2023 +0100 >From sdm845 onwards we need to ensure the VFE is powered on prior to swi

[git:media_stage/master] media: qcom: camss: Move vfe_disable into a common routine where applicable

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: qcom: camss: Move vfe_disable into a common routine where applicable Author: Bryan O'Donoghue Date:Mon Sep 25 16:47:05 2023 +0100 We can move vfe_disable() into a common routine in t

[git:media_stage/master] media: mtk-jpegenc: Fix bug in JPEG encode quality selection

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mtk-jpegenc: Fix bug in JPEG encode quality selection Author: Fei Shao Date:Fri Sep 8 21:28:04 2023 +0800 The driver uses the upper-bound approach to decide the target JPEG encode qua

[git:media_stage/master] media: i2c: imx219: Set mode registers programmatically

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Set mode registers programmatically Author: Laurent Pinchart Date:Sun Sep 24 18:32:55 2023 +0300 Replace the per-mode register arrays with code that sets the same registe

[git:media_stage/master] media: i2c: imx219: Merge format and binning setting functions

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Merge format and binning setting functions Author: Laurent Pinchart Date:Sun Sep 24 18:32:56 2023 +0300 The imx219_set_binning() function sets registers based on the bpp

[git:media_stage/master] media: i2c: imx219: Initialize ycbcr_enc

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Initialize ycbcr_enc Author: Laurent Pinchart Date:Sun Sep 24 18:32:57 2023 +0300 While the ycbcr_enc field doesn't apply to raw formats, leaving it uninitialized makes t

[git:media_stage/master] media: i2c: imx219: Fix test pattern window for 640x480 mode

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Fix test pattern window for 640x480 mode Author: Laurent Pinchart Date:Sun Sep 24 18:32:54 2023 +0300 The 640x480 mode specifies incorrect values for the TP_WINDOW_WIDTH

[git:media_stage/master] media: i2c: imx219: Group functions by purpose

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Group functions by purpose Author: Laurent Pinchart Date:Sun Sep 24 18:33:03 2023 +0300 Move functions around to group them by purpose, in order to improve readability. N

[git:media_stage/master] media: i2c: imx219: Infer binning settings from format and crop

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Infer binning settings from format and crop Author: Laurent Pinchart Date:Sun Sep 24 18:32:59 2023 +0300 Compare the format and crop rectangle dimensions to infer binning

[git:media_stage/master] media: i2c: imx219: Access height from active format in imx219_set_ctrl

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Access height from active format in imx219_set_ctrl Author: Laurent Pinchart Date:Sun Sep 24 18:33:00 2023 +0300 Use the active format height instead of the mode height i

[git:media_stage/master] media: i2c: imx219: Don't store the current mode in the imx219 structure

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Don't store the current mode in the imx219 structure Author: Laurent Pinchart Date:Sun Sep 24 18:33:01 2023 +0300 The mode field of the imx219 structure is only used in

[git:media_stage/master] media: i2c: imx219: Drop IMX219_VTS_* macros

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Drop IMX219_VTS_* macros Author: Laurent Pinchart Date:Sun Sep 24 18:33:02 2023 +0300 The IMX219_VTS_* macros define default VTS values for the modes supported by the dri

[git:media_stage/master] media: ccs: Switch to init_cfg

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Switch to init_cfg Author: Sakari Ailus Date:Wed Aug 9 16:12:38 2023 +0300 Use init_cfg() instead of manually setting up defaults in file handle open. Signed-off-by: Sakari Ailu

[git:media_stage/master] media: i2c: imx219: Calculate crop rectangle dynamically

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Calculate crop rectangle dynamically Author: Laurent Pinchart Date:Sun Sep 24 18:33:07 2023 +0300 Calculate the crop rectangle size and location dynamically when setting

[git:media_stage/master] media: i2c: imx219: Implement .init_cfg() using .set_fmt()

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Implement .init_cfg() using .set_fmt() Author: Laurent Pinchart Date:Sun Sep 24 18:33:05 2023 +0300 Instead of duplicating the logical implemented in the .set_fmt() opera

[git:media_stage/master] media: Documentation: Align numbered list, make it a proper ReST

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: Align numbered list, make it a proper ReST Author: Sakari Ailus Date:Wed Aug 2 15:11:50 2023 +0300 Align lines for numbered list so that Sphinx produces an uniform outp

[git:media_stage/master] media: ccs: Correctly initialise try compose rectangle

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Correctly initialise try compose rectangle Author: Sakari Ailus Date:Mon Sep 4 15:57:37 2023 +0300 Initialise the try sink compose rectangle size to the sink compose rectangle fo

[git:media_stage/master] media: v4l: subdev: Clear frame descriptor before get_frame_desc

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: subdev: Clear frame descriptor before get_frame_desc Author: Sakari Ailus Date:Fri Sep 15 14:23:28 2023 +0300 Clear frame descriptor before calling transmitter's get_frame_desc()

[git:media_stage/master] media: i2c: imx219: Use active crop rectangle to configure registers

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Use active crop rectangle to configure registers Author: Laurent Pinchart Date:Sun Sep 24 18:32:58 2023 +0300 Configure the crop-related registers from the values stored

[git:media_stage/master] media: ccs: Obtain media bus formats before initialising up sub-devices

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Obtain media bus formats before initialising up sub-devices Author: Sakari Ailus Date:Mon Oct 2 13:29:22 2023 +0300 The available mbus codes will soon be needed earlier, at the t

[git:media_stage/master] media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Drop IMX219_REG_CSI_LANE_MODE from common regs array Author: Laurent Pinchart Date:Sun Sep 24 18:32:53 2023 +0300 The IMX219_REG_CSI_LANE_MODE is configured twice, once

[git:media_stage/master] media: i2c: imx219: Name all subdev state variables 'state'

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Name all subdev state variables 'state' Author: Laurent Pinchart Date:Sun Sep 24 18:33:08 2023 +0300 Subdev state variables are named with a mix of 'state' and 'sd_state'

[git:media_stage/master] media: i2c: imx219: Separate horizontal and vertical binning

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Separate horizontal and vertical binning Author: Laurent Pinchart Date:Sun Sep 24 18:33:06 2023 +0300 The IMX219 has distinct binning registers for the horizontal and ver

[git:media_stage/master] media: i2c: imx219: Move variables to inner scope

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Move variables to inner scope Author: Laurent Pinchart Date:Sun Sep 24 18:33:09 2023 +0300 The exposure_max, exposure_def and hblank variables are only used in an inner s

[git:media_stage/master] media: ccs: Use sub-device active state

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Use sub-device active state Author: Sakari Ailus Date:Thu Aug 24 10:31:10 2023 +0300 Make use of sub-device active state. In most cases the effect on need for acquiring the mutex

[git:media_stage/master] media: ccs: Fix driver quirk struct documentation

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Fix driver quirk struct documentation Author: Sakari Ailus Date:Thu Aug 24 15:18:18 2023 +0300 Fix documentation for struct ccs_quirk, a device specific struct for managing devia

[git:media_stage/master] media: ccs: Move media_entity_pads_init to init from register

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Move media_entity_pads_init to init from register Author: Sakari Ailus Date:Mon Oct 2 10:25:37 2023 +0300 The media entity will soon need to be initialised before the sub-device

[git:media_stage/master] media: ov2740: Use sub-device active state

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2740: Use sub-device active state Author: Sakari Ailus Date:Thu Sep 7 15:10:03 2023 +0300 Use sub-device active state. Rely on control handler lock to serialise access to the active

[git:media_stage/master] media: ccs: Correct error handling in ccs_register_subdev

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Correct error handling in ccs_register_subdev Author: Sakari Ailus Date:Wed Aug 23 11:44:37 2023 +0300 ccs_register_subdev() did not clean up the media entity in error case, do t

[git:media_stage/master] media: ccs: Rename ccs_create_subdev as ccs_init_subdev

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Rename ccs_create_subdev as ccs_init_subdev Author: Sakari Ailus Date:Mon Oct 2 10:19:15 2023 +0300 The ccs_create_subdev() function initialises a sub-device in the CCS driver, i

[git:media_stage/master] media: ov2740: Enable runtime PM before registering the async subdev

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2740: Enable runtime PM before registering the async subdev Author: Sakari Ailus Date:Fri Sep 8 11:52:12 2023 +0300 Enable runtime PM before registering the async subdev as the driv

[git:media_stage/master] media: ov2740: Return -EPROBE_DEFER if no endpoint is found

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ov2740: Return -EPROBE_DEFER if no endpoint is found Author: Sakari Ailus Date:Fri Sep 8 12:56:16 2023 +0300 With ipu bridge, endpoints may only be created when ipu bridge has initial

[git:media_stage/master] media: mc: Check pad flag validity

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: mc: Check pad flag validity Author: Sakari Ailus Date:Tue Apr 25 12:30:45 2023 +0300 Check the validity of pad flags on entity init. Exactly one of the flags must be set. Signed-off-

[git:media_stage/master] media: ccs: Partially revert "media: i2c: Use pm_runtime_resume_and_get()"

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Partially revert "media: i2c: Use pm_runtime_resume_and_get()" Author: Sakari Ailus Date:Fri Sep 29 12:00:42 2023 +0300 ccs_pm_get_init() depends on the return values > 0 of pm_

[git:media_stage/master] media: imon: fix access to invalid resource for the second interface

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: imon: fix access to invalid resource for the second interface Author: Takashi Iwai Date:Fri Sep 22 14:38:07 2023 +0200 imon driver probes two USB interfaces, and at the probe of the s

[git:media_stage/master] media: v4l: subdev: Print debug information on frame descriptor

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: v4l: subdev: Print debug information on frame descriptor Author: Sakari Ailus Date:Tue Sep 12 14:55:24 2023 +0300 Print debug level information on returned frame descriptors. Signed-

[git:media_stage/master] media: Documentation: Split camera sensor documentation

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Documentation: Split camera sensor documentation Author: Sakari Ailus Date:Wed Sep 27 14:22:52 2023 +0300 Split camera sensor documentation into user and kernel portions. This should

[git:media_stage/master] media: ccs: Drop re-entrant s_stream support

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: ccs: Drop re-entrant s_stream support Author: Sakari Ailus Date:Fri Sep 29 11:32:46 2023 +0300 The s_stream is called to enable and to disable streaming on a sub-device. The caller ma

[git:media_stage/master] media: rc: keymaps: add missing MODULE_DESCRIPTION to keymaps

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: rc: keymaps: add missing MODULE_DESCRIPTION to keymaps Author: Hans Verkuil Date:Tue Sep 26 11:58:42 2023 +0200 When building the modules 'modpost' warns about missing MODULE_DESCRIPT

[git:media_stage/master] media: i2c: imx219: Remove unneeded goto

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: i2c: imx219: Remove unneeded goto Author: Laurent Pinchart Date:Sun Sep 24 18:33:04 2023 +0300 Simplify the imx219_set_stream() by removing an unneeded goto statement, and its corresp

[git:media_stage/master] media: Add MIPI CSI-2 generic long packet type definition

2023-10-07 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued: Subject: media: Add MIPI CSI-2 generic long packet type definition Author: Sakari Ailus Date:Tue Sep 12 11:36:51 2023 +0300 Add a definition for MIPI CSI-2 generic long packet types. The generic long