lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 7 Jul 2022 10:28:37 -0600
From:   Shuah Khan <skhan@...uxfoundation.org>
To:     Mauro Carvalho Chehab <mchehab@...nel.org>
Cc:     linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
        Shuah Khan <skhan@...uxfoundation.org>,
        Kieran Bingham <kieran.bingham@...asonboard.com>
Subject: [GIT PULL] Linux Media vimc update for 5.20-rc1

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.

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
----------------------------------------------------------------

View attachment "linux-vimc-5.20-rc1.diff" of type "text/x-patch" (90917 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ