[git:v4l-utils/master] common/media-info: fail for unknown entity function values

2023-09-28 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: common/media-info: fail for unknown entity function values Author: Hans Verkuil Date:Thu Sep 28 13:59:18 2023 +0200 This fixes

[git:v4l-utils/master] common/media-info: add MEDIA_ENT_F_PROC_VIDEO_ISP

2023-09-28 Thread Hans Verkuil
This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree: Subject: common/media-info: add MEDIA_ENT_F_PROC_VIDEO_ISP Author: Hans Verkuil Date:Thu Sep 28 10:28:17 2023 +0200 Support for this entity

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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: Pass CAMSS subdev callbacks via resource ops pointer

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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()

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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

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

2023-09-28 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