On Wed, Sep 3, 2025 at 2:23 AM Vladimir Zapolskiy <vladimir.zapolskiy@xxxxxxxxxx> wrote: > > The patchset noticeably simplifies common registration routines of CAMSS > ISP device driver. > > Link to v1: > - https://lore.kernel.org/all/20250513142353.2572563-1-vladimir.zapolskiy@xxxxxxxxxx/ > > Changes from v1 to v2: > * added a gained Reviewed-by tag to patch 1/4 (Bryan), > * reworded commit message of patch 2/4 (Bryan), > * explained better a removal of port node availability check (Bryan, Neil), > * cosmetic and non-function clean-ups of lesser significance, > * removed already applied changes and rebased the rest on top of v6.17-rc2. > > There is no any functional changes between v1 and v2 of the series. > > Vladimir Zapolskiy (5): > media: qcom: camss: remove .link_entities callback > media: qcom: camss: unconditionally set async notifier of subdevices > media: qcom: camss: remove a check for unavailable CAMSS endpoint > media: qcom: camss: change internals of endpoint parsing to fwnode handling > media: qcom: camss: use a handy v4l2_async_nf_add_fwnode_remote() function > > drivers/media/platform/qcom/camss/camss.c | 99 +++++++---------------- > drivers/media/platform/qcom/camss/camss.h | 1 - > 2 files changed, 29 insertions(+), 71 deletions(-) > > -- > 2.49.0 > I rebased and tested the series on RB1/qcm2290, Looks good. Tested-by: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>