[RFC 0/2] Add support for OV5647 sensor

2016-05-24 Thread roliveir
Hello, This RFC patch adds support for the Omnivision OV5647 sensor. At the moment it only supports 640x480 in Raw 8. Ramiro Oliveira (2): Add OV5647 device tree documentation Add support for Omnivision OV5647 .../devicetree/bindings/media/i2c/ov5647.txt | 29 + MAINTAINERS

[RFC 1/2] Add OV5647 device tree documentation

2016-05-24 Thread roliveir
Signed-off-by: roliveir <roliv...@synopsys.com> --- .../devicetree/bindings/media/i2c/ov5647.txt | 29 ++ 1 file changed, 29 insertions(+) create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt diff --git a/Documentation/devicetree/bindings/med

[RFC 2/2] Add support for Omnivision OV5647

2016-05-24 Thread roliveir
Signed-off-by: roliveir <roliv...@synopsys.com> --- MAINTAINERS| 7 + drivers/media/i2c/Kconfig | 11 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/ov5647.c | 891 + 4 files changed, 910 insertions(+) create mode