From: Krzysztof Kozlowski <krzk@kernel.org>
To: Jai Luthra <jai.luthra@ideasonboard.com>,
Sakari Ailus <sakari.ailus@linux.intel.com>,
Dave Stevenson <dave.stevenson@raspberrypi.com>,
Jacopo Mondi <jacopo@jmondi.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Naushir Patuck <naush@raspberrypi.com>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>
Cc: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org,
Mauro Carvalho Chehab <mchehab+huawei@kernel.org>,
Kieran Bingham <kieran.bingham@ideasonboard.com>,
David Plowman <david.plowman@raspberrypi.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Peter Robinson <pbrobinson@gmail.com>,
Stefan Wahren <wahrenst@gmx.net>,
"Ivan T. Ivanov" <iivanov@suse.de>,
Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Subject: Re: [PATCH v2 07/16] dt-bindings: media: ov5647: Allow props from video-interface-devices
Date: Wed, 19 Nov 2025 07:58:27 +0100 [thread overview]
Message-ID: <721ae67a-22e4-43c8-940a-56ad9fa4f608@kernel.org> (raw)
In-Reply-To: <20251118-b4-rpi-ov5647-v2-7-5e78e7cb7f9b@ideasonboard.com>
On 18/11/2025 13:03, Jai Luthra wrote:
> Allow properties from video-interface-devices. The change is identical to
> commit 08fbd355be3d ("media: dt-bindings: sony,imx219: Allow props from
> video-interface-devices")
>
> Signed-off-by: Jai Luthra <jai.luthra@ideasonboard.com>
> ---
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-11-19 6:58 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-18 12:02 [PATCH v2 00/16] media: i2c: Miscellaneous features and fixes for OV5647 Jai Luthra
2025-11-18 12:02 ` [PATCH v2 01/16] media: i2c: ov5647: Initialize subdev before controls Jai Luthra
2025-11-18 12:02 ` [PATCH v2 02/16] media: i2c: ov5647: Correct pixel array offset Jai Luthra
2025-11-18 12:02 ` [PATCH v2 03/16] media: i2c: ov5647: Correct minimum VBLANK value Jai Luthra
2025-11-18 12:02 ` [PATCH v2 04/16] media: i2c: ov5647: Sensor should report RAW color space Jai Luthra
2025-11-18 12:02 ` [PATCH v2 05/16] dt-bindings: media: ov5647: Add optional regulators Jai Luthra
2025-11-19 6:57 ` Krzysztof Kozlowski
2025-11-18 12:02 ` [PATCH v2 06/16] media: i2c: ov5647: Add support for regulator control Jai Luthra
2025-11-18 12:03 ` [PATCH v2 07/16] dt-bindings: media: ov5647: Allow props from video-interface-devices Jai Luthra
2025-11-19 6:58 ` Krzysztof Kozlowski [this message]
2025-11-18 12:03 ` [PATCH v2 08/16] media: i2c: ov5647: Parse and register properties Jai Luthra
2025-11-18 12:03 ` [PATCH v2 09/16] media: i2c: ov5647: Support HFLIP and VFLIP Jai Luthra
2025-11-18 12:03 ` [PATCH v2 10/16] media: i2c: ov5647: Use v4l2_async_register_subdev_sensor for lens binding Jai Luthra
2025-11-18 12:03 ` [PATCH v2 11/16] media: i2c: ov5647: Add control of V4L2_CID_HBLANK Jai Luthra
2025-11-18 12:03 ` [PATCH v2 12/16] media: i2c: ov5647: Tidy up mode registers to make the order common Jai Luthra
2025-11-18 12:03 ` [PATCH v2 13/16] media: i2c: ov5647: Separate out the common registers Jai Luthra
2025-11-18 12:03 ` [PATCH v2 14/16] media: i2c: ov5647: Use the same PLL config for full, 1080p, and binned modes Jai Luthra
2025-11-18 12:03 ` [PATCH v2 15/16] media: i2c: ov5647: Tidy up PIXEL_RATE control Jai Luthra
2025-11-18 12:03 ` [PATCH v2 16/16] media: i2c: ov5647: Add V4L2_CID_LINK_FREQUENCY control Jai Luthra
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=721ae67a-22e4-43c8-940a-56ad9fa4f608@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=dave.stevenson@raspberrypi.com \
--cc=david.plowman@raspberrypi.com \
--cc=devicetree@vger.kernel.org \
--cc=iivanov@suse.de \
--cc=jacopo.mondi@ideasonboard.com \
--cc=jacopo@jmondi.org \
--cc=jai.luthra@ideasonboard.com \
--cc=kieran.bingham@ideasonboard.com \
--cc=krzk+dt@kernel.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mchehab+huawei@kernel.org \
--cc=mchehab@kernel.org \
--cc=naush@raspberrypi.com \
--cc=pbrobinson@gmail.com \
--cc=robh@kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=wahrenst@gmx.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).