Re: [GIT PULL] Linux Media vimc update for 5.20-rc1

From: Mauro Carvalho Chehab
Date: Sat Jul 09 2022 - 06:15:05 EST


Hi Shuah,

Em Thu, 7 Jul 2022 10:28:37 -0600
Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> escreveu:

> Hi Mauro,
>
> Please pull the following vimc update for Linux 5.20-rc1.
>
> This vimc update Linux Media 5.20-rc1 consists of enhancement and
> cleanup patches:
>
> - add lens to vimc driver and links it with sensors using ancillary
> links.
> - add documentation for lens
> - changes to make the code readable and maintainable.
>
> diff is attached.

Please also send the patches individually to the media ML, as reviews
happen using them.

Hans,

Please let me know if you prefer to apply those on your tree, or if
I should apply on mine a couple of days after Shuah post the patches
at the ML.

Regards,
Mauro

>
> thanks,
> -- Shuah
>
> ----------------------------------------------------------------
> The following changes since commit 03c765b0e3b4cb5063276b086c76f7a612856a9a:
>
> Linux 5.19-rc4 (2022-06-26 14:22:10 -0700)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux tags/linux-vimc-5.20-rc1
>
> for you to fetch changes up to 55c592e9cff59e0d1c4069b7fe649b02ddf6c36b:
>
> media: vimc: documentation for lens (2022-06-29 12:58:21 -0600)
>
> ----------------------------------------------------------------
> linux-media-vimc-5.20-rc1
>
> This vimc update Linux Media 5.20-rc1 consists of enhancement and
> cleanup patches:
>
> - add lens to vimc driver and links it with sensors using ancillary
> links.
> - add documentation for lens
> - changes to make the code readable and maintainable.
>
> ----------------------------------------------------------------
> Daniel Oakley (3):
> media: vimc: expand the names of vimc entity types
> media: vimc: enumerate data link entities for clarity
> media: vimc: use data link entities enum to index the ent_config array
>
> Yunke Cao (2):
> media: vimc: add ancillary lens
> media: vimc: documentation for lens
>
> Documentation/admin-guide/media/vimc.dot | 4 +
> Documentation/admin-guide/media/vimc.rst | 19 ++
> drivers/media/test-drivers/vimc/Makefile | 2 +-
> drivers/media/test-drivers/vimc/vimc-capture.c | 270 ++++++++---------
> drivers/media/test-drivers/vimc/vimc-common.h | 9 +-
> drivers/media/test-drivers/vimc/vimc-core.c | 142 ++++++---
> drivers/media/test-drivers/vimc/vimc-debayer.c | 393 +++++++++++++------------
> drivers/media/test-drivers/vimc/vimc-lens.c | 102 +++++++
> drivers/media/test-drivers/vimc/vimc-scaler.c | 216 +++++++-------
> drivers/media/test-drivers/vimc/vimc-sensor.c | 307 +++++++++----------
> 10 files changed, 830 insertions(+), 634 deletions(-)
> create mode 100644 drivers/media/test-drivers/vimc/vimc-lens.c
> ----------------------------------------------------------------