| From: |
| roliveir <Ramiro.Oliveira@synopsys.com> |
| To: |
| linux-media@vger.kernel.org, devicetree@vger.kernel.org |
| Subject: |
| [RFC 0/2] Add support for OV5647 sensor |
| Date: |
| Tue, 24 May 2016 19:16:46 +0100 |
| Message-ID: |
| <cover.1464112779.git.roliveir@synopsys.com> |
| Cc: |
| mchehab@osg.samsung.com, robh+dt@kernel.org, Ramiro.Oliveira@synopsys.com, CARLOS.PALMINHA@synopsys.com |
| Archive‑link: | |
Article |
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 | 7 +
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/ov5647.c | 891 +++++++++++++++++++++
5 files changed, 939 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ov5647.txt
create mode 100644 drivers/media/i2c/ov5647.c
--
2.8.1