diff options
author | Nicholas Roth <nicholas@rothemail.net> | 2023-01-16 16:44:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-02-06 08:26:29 +0100 |
commit | e14d3ac81bd2264edc76bf5796305b2dfea44487 (patch) | |
tree | 4914860eede1ea9df06c09de754c88bc2efe02a6 /MAINTAINERS | |
parent | 3216e828b919675f7bc511f7aa575ee93090b5b1 (diff) | |
download | linux-stable-e14d3ac81bd2264edc76bf5796305b2dfea44487.tar.gz linux-stable-e14d3ac81bd2264edc76bf5796305b2dfea44487.tar.bz2 linux-stable-e14d3ac81bd2264edc76bf5796305b2dfea44487.zip |
media: i2c: Add driver for OmniVision OV8858
Add a driver for OmniVision OV8858 image sensor.
The driver currently supports operations with 2 and 4 data lanes, in
full resolution and half-binned resolution modes.
The driver has been upported from the PinephonePro BSP available at
https://gitlab.com/pine64-org/linux.git
at commit 8c4a90c12dc2 ("media: i2c: ov8858: Use default subdev
name").
Signed-off-by: Nicholas Roth <nicholas@rothemail.net>
Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ba5254cd1002..d435a4dd5971 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15516,6 +15516,15 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/i2c/ov8856.yaml F: drivers/media/i2c/ov8856.c +OMNIVISION OV8858 SENSOR DRIVER +M: Jacopo Mondi <jacopo.mondi@ideasonboard.com> +M: Nicholas Roth <nicholas@rothemail.net> +L: linux-media@vger.kernel.org +S: Maintained +T: git git://linuxtv.org/media_tree.git +F: Documentation/devicetree/bindings/media/i2c/ovti,ov8858.yaml +F: drivers/media/i2c/ov8858.c + OMNIVISION OV9282 SENSOR DRIVER M: Paul J. Murphy <paul.j.murphy@intel.com> M: Daniele Alessandrelli <daniele.alessandrelli@intel.com> |