From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Daniel Scally <djrscally@gmail.com>
Cc: linux-media@vger.kernel.org, yong.zhi@intel.com,
sakari.ailus@linux.intel.com, bingbu.cao@intel.com,
tian.shu.qiu@intel.com, hverkuil-cisco@xs4all.nl
Subject: Re: [PATCH v4 00/15] Support OVTI7251 on Microsoft Surface line
Date: Sat, 7 May 2022 01:37:32 +0300 [thread overview]
Message-ID: <YnWjLFYECEmhLwjG@smile.fi.intel.com> (raw)
In-Reply-To: <20220505230402.449643-1-djrscally@gmail.com>
On Fri, May 06, 2022 at 12:03:47AM +0100, Daniel Scally wrote:
> Hello all
>
> This series extends the OV7251 driver so it's functional on the
> Microsoft Surface line of laptops, where it's used as the IR
> camera for face login. The camera sensor is connected to a CIO2
> device which packs the 10-bit greyscale data into 25 pixels per 32
> bytes similar to the IPU3 formats for Bayer data, so I also added
> a new format to describe that and added it to the ipu3-cio2 driver's
> list of supported formats.
Good to me
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
AFAIU the __be16 and related stuff you are planning to update later on,
correct?
> Series-level changes:
>
> - None
>
> Thanks
> Dan
> Daniel Scally (15):
> media: uapi: Add IPU3 packed Y10 format
> media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10
> media: i2c: Add acpi support to ov7251
> media: i2c: Provide ov7251_check_hwcfg()
> media: i2c: Remove per-mode frequencies from ov7251
> media: i2c: Add ov7251_pll_configure()
> media: i2c: Add support for new frequencies to ov7251
> media: i2c: Add ov7251_detect_chip()
> media: i2c: Add pm_runtime support to ov7251
> media: i2c: Remove .s_power() from ov7251
> media: ipu3-cio2: Add INT347E to cio2-bridge
> media: i2c: Extend .get_selection() for ov7251
> media: i2c: add ov7251_init_ctrls()
> media: i2c: Add hblank control to ov7251
> media: i2c: Add vblank control to ov7251 driver
>
> .../media/v4l/pixfmt-yuv-luma.rst | 14 +-
> drivers/media/i2c/ov7251.c | 749 +++++++++++++-----
> drivers/media/pci/intel/ipu3/cio2-bridge.c | 2 +
> drivers/media/pci/intel/ipu3/ipu3-cio2-main.c | 5 +
> drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
> include/uapi/linux/videodev2.h | 3 +-
> 6 files changed, 553 insertions(+), 221 deletions(-)
>
> --
> 2.25.1
>
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2022-05-06 22:37 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-05 23:03 [PATCH v4 00/15] Support OVTI7251 on Microsoft Surface line Daniel Scally
2022-05-05 23:03 ` [PATCH v4 01/15] media: uapi: Add IPU3 packed Y10 format Daniel Scally
2022-05-05 23:03 ` [PATCH v4 02/15] media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 03/15] media: i2c: Add acpi support to ov7251 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 04/15] media: i2c: Provide ov7251_check_hwcfg() Daniel Scally
2022-05-05 23:03 ` [PATCH v4 05/15] media: i2c: Remove per-mode frequencies from ov7251 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 06/15] media: i2c: Add ov7251_pll_configure() Daniel Scally
2022-05-05 23:03 ` [PATCH v4 07/15] media: i2c: Add support for new frequencies to ov7251 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 08/15] media: i2c: Add ov7251_detect_chip() Daniel Scally
2022-05-05 23:03 ` [PATCH v4 09/15] media: i2c: Add pm_runtime support to ov7251 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 10/15] media: i2c: Remove .s_power() from ov7251 Daniel Scally
2022-05-05 23:03 ` [PATCH v4 11/15] media: ipu3-cio2: Add INT347E to cio2-bridge Daniel Scally
2022-05-05 23:03 ` [PATCH v4 12/15] media: i2c: Extend .get_selection() for ov7251 Daniel Scally
2022-05-05 23:04 ` [PATCH v4 13/15] media: i2c: add ov7251_init_ctrls() Daniel Scally
2022-05-05 23:04 ` [PATCH v4 14/15] media: i2c: Add hblank control to ov7251 Daniel Scally
2022-05-05 23:04 ` [PATCH v4 15/15] media: i2c: Add vblank control to ov7251 driver Daniel Scally
2022-05-06 22:37 ` Andy Shevchenko [this message]
2022-05-06 22:45 ` [PATCH v4 00/15] Support OVTI7251 on Microsoft Surface line Daniel Scally
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=YnWjLFYECEmhLwjG@smile.fi.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=bingbu.cao@intel.com \
--cc=djrscally@gmail.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=sakari.ailus@linux.intel.com \
--cc=tian.shu.qiu@intel.com \
--cc=yong.zhi@intel.com \
/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