From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Jacopo Mondi <jacopo@jmondi.org>
Cc: "Krzysztof Hałasa" <khalasa@piap.pl>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Sakari Ailus" <sakari.ailus@iki.fi>,
linux-media@vger.kernel.org,
"Dave Stevenson" <dave.stevenson@raspberrypi.com>
Subject: Re: [PATCH v3 00/10] media: ar0521: Add analog gain, rework clock tree
Date: Tue, 22 Nov 2022 01:38:41 +0200 [thread overview]
Message-ID: <Y3wMAVlpal8SHJuF@pendragon.ideasonboard.com> (raw)
In-Reply-To: <20221121174933.fousgbqgmgxvvdmf@uno.localdomain>
Hi Jacopo,
On Mon, Nov 21, 2022 at 06:49:33PM +0100, Jacopo Mondi wrote:
> I just noticed patch 10/10 was missing.
>
> Now sent in reply to this thread.
>
> While at it, gentle ping to see if this can make it for 6.2 ?
I'm drowning in reviews, so you'll need another volunteer.
> On Fri, Nov 04, 2022 at 03:24:43PM +0100, Jacopo Mondi wrote:
> > Hello,
> > this series adds a few features to the ar0521 driver to enable its usage
> > with libcamera.
> >
> > In particular:
> > - enum_frame_sizes
> > - global analog gain control
> > - LINK_FREQ
> > - Rework blanking handligs
> >
> > v3 (Dave)
> > - Check __v4l2_ctrl_modify_range() return value
> > - Make LINK_FREQ readonly to avoid additional churn in s_ctrl
> > - Fix trivial early return in s_ctrl
> > - Use exposure's default value when modifying the controls' limits
> > - Change the exposure default to 0x70 to match the register default value
> >
> > v2:
> > - I have dropped the most controverse part that allows to change the link
> > frequency to obtain 60FPS. It can be eventually be applied on top.
> > - Use register 0x3028 to control analog gain not to overwrite the global digital
> > gain.
> > - Fix the HBLANK/VBLANK max by using the values read from on-chip registers.
> > - Fix handling of LINK_FREQ in s_cltr (but do not make the control read only).
> > - Fix errors reported by 0-days:
> > - use do_div() for 64-bit division
> > - declare variables in function scope and not in case scope in s_ctrl
> >
> > Jacopo Mondi (10):
> > media: ar0521: Implement enum_frame_sizes
> > media: ar0521: Add V4L2_CID_ANALOG_GAIN
> > media: ar0521: Set maximum resolution to 2592x1944
> > media: ar0521: Rework PLL computation
> > media: ar0521: Refuse unsupported controls
> > media: ar0521: Add LINK_FREQ control
> > media: ar0521: Adjust exposure and blankings limits
> > media: ar0521: Setup controls at s_stream time
> > media: ar0521: Rework startup sequence
> > media: ar0521: Tab-align definitions
> >
> > drivers/media/i2c/ar0521.c | 352 ++++++++++++++++++++++++++-----------
> > 1 file changed, 250 insertions(+), 102 deletions(-)
> >
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2022-11-21 23:39 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-04 14:24 [PATCH v3 00/10] media: ar0521: Add analog gain, rework clock tree Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 01/10] media: ar0521: Implement enum_frame_sizes Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 02/10] media: ar0521: Add V4L2_CID_ANALOG_GAIN Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 03/10] media: ar0521: Set maximum resolution to 2592x1944 Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 04/10] media: ar0521: Rework PLL computation Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 05/10] media: ar0521: Refuse unsupported controls Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 06/10] media: ar0521: Add LINK_FREQ control Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 07/10] media: ar0521: Adjust exposure and blankings limits Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 08/10] media: ar0521: Setup controls at s_stream time Jacopo Mondi
2022-11-04 14:24 ` [PATCH v3 09/10] media: ar0521: Rework startup sequence Jacopo Mondi
2022-11-21 17:49 ` [PATCH v3 00/10] media: ar0521: Add analog gain, rework clock tree Jacopo Mondi
2022-11-21 23:38 ` Laurent Pinchart [this message]
2022-11-22 0:01 ` Sakari Ailus
2022-11-22 6:16 ` Krzysztof Hałasa
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=Y3wMAVlpal8SHJuF@pendragon.ideasonboard.com \
--to=laurent.pinchart@ideasonboard.com \
--cc=dave.stevenson@raspberrypi.com \
--cc=jacopo@jmondi.org \
--cc=khalasa@piap.pl \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox