From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Alexander Stein <alexander.stein@ew.tq-group.com>
Cc: linux-media@vger.kernel.org,
Dave Stevenson <dave.stevenson@raspberrypi.com>,
Manivannan Sadhasivam <mani@kernel.org>,
Sakari Ailus <sakari.ailus@iki.fi>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
devicetree@vger.kernel.org
Subject: Re: [PATCH v3 00/15] media: i2c: imx290: Mono support, minor fixes, alternate INCK, and more controls
Date: Sun, 12 Mar 2023 14:56:32 +0200 [thread overview]
Message-ID: <20230312125632.GE2545@pendragon.ideasonboard.com> (raw)
In-Reply-To: <5017997.GXAFRqVoOG@steina-w>
Hi Alexander,
On Thu, Mar 09, 2023 at 09:16:47AM +0100, Alexander Stein wrote:
> Am Mittwoch, 15. Februar 2023, 23:29:48 CET schrieb Laurent Pinchart:
> > Hello,
> >
> > This patch series combines the "[PATCH v2 0/2] Add support for mono
> > version of Sony IMX290 sensor" ([1]) and "[PATCH v2 00/13] imx290: Minor
> > fixes, support for alternate INCK, and more ctrls" ([2]) previously
> > submitted by Dave into a single series.
> >
> > As promised in my review of v2 of both series, I have tested the changes
> > with my IMX327 camera sensor, connected to the i.MX8MP ISP, with
> > libcamera. I haven't noticed any regression (but, full disclaimer, I
> > haven't tested all the newly features). I think we're thus good to go.
>
> What is the status of this series? Will it be picked up?
I expect Sakari to pick it up for v6.4. I have pushed the whole series
with acks to the next/media/sensors/imx290 branch on
git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git.
> > This version handles all review comments from v2, resulting in the
> > following changes:
> >
> > - Deprecate the sony,imx290 compatible
> > - Update the DT example to use the new sony,imx290lqr compatible
> > - Drop unneeded pointer cast
> > - Don't move imx290_of_match table
> > - Fix typos
> >
> > The code has also been rebased on top of the latest media master branch,
> > with rebase conflicts and rebase-induced compilation breakages fixed.
> >
> > The patches are available from
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/pinchartl/linux.git
> > next/media/sensors/imx290
> >
> > [1] https://lore.kernel.org/linux-media/20230203191644.947643-1-dave.stevenson@raspberrypi.com
> > [2] https://lore.kernel.org/linux-media/20230203191811.947697-1-dave.stevenson@raspberrypi.com
> >
> > Dave Stevenson (15):
> > media: dt-bindings: media: i2c: Add mono version to IMX290 bindings
> > media: i2c: imx290: Add support for the mono sensor variant
> > media: i2c: imx290: Match kernel coding style on whitespace
> > media: i2c: imx290: Set the colorspace fields in the format
> > media: i2c: imx290: Add V4L2_SUBDEV_FL_HAS_EVENTS and subscribe hooks
> > media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s
> > media: i2c: imx290: Support 60fps in 2 lane operation
> > media: i2c: imx290: Use CSI timings as per datasheet
> > media: i2c: imx290: Convert V4L2_CID_HBLANK to read/write
> > media: i2c: imx290: Convert V4L2_CID_VBLANK to read/write
> > media: i2c: imx290: VMAX is mode dependent
> > media: i2c: imx290: Remove duplicated write to IMX290_CTRL_07
> > media: i2c: imx290: Add support for 74.25MHz external clock
> > media: i2c: imx290: Add support for H & V Flips
> > media: i2c: imx290: Add the error code to logs in start_streaming
> >
> > .../bindings/media/i2c/sony,imx290.yaml | 24 +-
> > drivers/media/i2c/imx290.c | 537 ++++++++++++++----
> > 2 files changed, 442 insertions(+), 119 deletions(-)
> >
> >
> > base-commit: 83e0f265aa8d0e37cc8e15d318b64da0ec03ff41
--
Regards,
Laurent Pinchart
prev parent reply other threads:[~2023-03-12 12:56 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-15 22:29 [PATCH v3 00/15] media: i2c: imx290: Mono support, minor fixes, alternate INCK, and more controls Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 01/15] media: dt-bindings: media: i2c: Add mono version to IMX290 bindings Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 02/15] media: i2c: imx290: Add support for the mono sensor variant Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 03/15] media: i2c: imx290: Match kernel coding style on whitespace Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 04/15] media: i2c: imx290: Set the colorspace fields in the format Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 05/15] media: i2c: imx290: Add V4L2_SUBDEV_FL_HAS_EVENTS and subscribe hooks Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 06/15] media: i2c: imx290: Fix the pixel rate at 148.5Mpix/s Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 07/15] media: i2c: imx290: Support 60fps in 2 lane operation Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 08/15] media: i2c: imx290: Use CSI timings as per datasheet Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 09/15] media: i2c: imx290: Convert V4L2_CID_HBLANK to read/write Laurent Pinchart
2023-02-15 22:29 ` [PATCH v3 10/15] media: i2c: imx290: Convert V4L2_CID_VBLANK " Laurent Pinchart
2023-02-17 8:26 ` Alexander Stein
2023-02-15 22:29 ` [PATCH v3 11/15] media: i2c: imx290: VMAX is mode dependent Laurent Pinchart
2023-02-15 22:30 ` [PATCH v3 12/15] media: i2c: imx290: Remove duplicated write to IMX290_CTRL_07 Laurent Pinchart
2023-02-15 22:30 ` [PATCH v3 13/15] media: i2c: imx290: Add support for 74.25MHz external clock Laurent Pinchart
2023-02-15 22:30 ` [PATCH v3 14/15] media: i2c: imx290: Add support for H & V Flips Laurent Pinchart
2023-02-15 22:30 ` [PATCH v3 15/15] media: i2c: imx290: Add the error code to logs in start_streaming Laurent Pinchart
2023-02-17 9:08 ` [PATCH v3 00/15] media: i2c: imx290: Mono support, minor fixes, alternate INCK, and more controls Alexander Stein
2023-03-09 8:16 ` Alexander Stein
2023-03-12 12:56 ` Laurent Pinchart [this message]
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=20230312125632.GE2545@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=alexander.stein@ew.tq-group.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=linux-media@vger.kernel.org \
--cc=mani@kernel.org \
--cc=robh+dt@kernel.org \
--cc=sakari.ailus@iki.fi \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.