diff options
author | Ben Kao <ben.kao@intel.com> | 2019-01-15 09:30:29 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-01-25 13:35:49 +0100 |
commit | 879347f0c258cffe27b9e28bd4f1f55fc019f857 (patch) | |
tree | dbcf9b381fb311d4c2247fd84da36127c5a94bdb /MAINTAINERS | |
parent | media: imx274: remote unused function imx274_read_reg (diff) | |
download | linux-879347f0c258cffe27b9e28bd4f1f55fc019f857.tar.xz linux-879347f0c258cffe27b9e28bd4f1f55fc019f857.zip |
media: ov8856: Add support for OV8856 sensor
This patch adds driver for Omnivision's ov8856 sensor,
the driver supports following features:
- manual exposure/gain(analog and digital) control support
- two link frequencies
- VBLANK/HBLANK support
- test pattern support
- media controller support
- runtime PM support
- enable Vsync signal output
- supported resolutions
+ 3280x2464 at 30FPS
+ 1640x1232 at 30FPS
Signed-off-by: Ben Kao <ben.kao@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 17ad1d7b5510..3e211916d2bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11234,6 +11234,13 @@ L: linux-media@vger.kernel.org S: Maintained F: drivers/media/i2c/ov9640.* +OMNIVISION OV8856 SENSOR DRIVER +M: Ben Kao <ben.kao@intel.com> +L: linux-media@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +S: Maintained +F: drivers/media/i2c/ov8856.c + OMNIVISION OV9650 SENSOR DRIVER M: Sakari Ailus <sakari.ailus@linux.intel.com> R: Akinobu Mita <akinobu.mita@gmail.com> |