]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
media: Add a driver for the ov5645 camera sensor.
authorTodor Tomov <todor.tomov@linaro.org>
Mon, 16 May 2016 13:08:16 +0000 (16:08 +0300)
committerTodor Tomov <todor.tomov@linaro.org>
Tue, 7 Jun 2016 15:37:38 +0000 (18:37 +0300)
commit96a212f69abaeca8c049adb8ea94ea3fee5e5561
tree2b9d41c335fd3fd8e7cb3f9c02be16d6820f3fea
parent838194a4f0f6ea399eebaf77d711a196d00254a1
media: Add a driver for the ov5645 camera sensor.

The ov5645 sensor from Omnivision supports up to 2592x1944
and CSI2 interface.

The driver adds support for the following modes:
- 1280x960
- 1920x1080
- 2592x1944

Output format is packed 8bit UYVY.

Signed-off-by: Todor Tomov <todor.tomov@linaro.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/ov5645.c [new file with mode: 0644]