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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon,  5 Apr 2021 23:56:52 +0100
From:   Daniel Scally <djrscally@...il.com>
To:     linux-kernel@...r.kernel.org, linux-media@...r.kernel.org,
        mchehab@...nel.org, yong.zhi@...el.com,
        sakari.ailus@...ux.intel.com, bingbu.cao@...el.com
Cc:     tian.shu.qiu@...el.com, kieran.bingham+renesas@...asonboard.com,
        laurent.pinchart@...asonboard.com, jacopo+renesas@...ndi.org,
        dongchun.zhu@...iatek.com, niklas.soderlund+renesas@...natech.se,
        me@...wu.ch, luzmaximilian@...il.com,
        jeanmichel.hautbois@...asonboard.com, kitakar@...il.com
Subject: [PATCH v2 0/2] Add support for OV5693 Sensor

Hello all

Previous version here:
https://lore.kernel.org/linux-media/20210312103239.279523-1-djrscally@gmail.com/

Patch #1 updates the CIO2 driver to call s_stream() for the current sensor
when runtime .suspend() and .resume() ops fire, which should mean the sensor
drivers can pause and restart streaming without having those ops implemented
themselves.

Patch #2 adds support for the OV5693 sensor found as the front camera in
many Microsoft Surface devices, along with a number of similar style laptops.
It is a heavily adapted derivative of the atomisp-ov5693 driver in staging,
which retains most of the global register settings and some of the other
functions from that driver, but otherwise uses the "normal" v4l2
infrastructure.

Daniel Scally (2):
  media: ipu3-cio2: Toggle sensor streaming in pm runtime ops
  media: i2c: Add support for ov5693 sensor

 MAINTAINERS                                   |    7 +
 drivers/media/i2c/Kconfig                     |   11 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/ov5693.c                    | 1557 +++++++++++++++++
 drivers/media/pci/intel/ipu3/ipu3-cio2-main.c |   15 +-
 5 files changed, 1590 insertions(+), 1 deletion(-)
 create mode 100644 drivers/media/i2c/ov5693.c

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ