lkml.org 
[lkml]   [2019]   [Oct]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/2] Add IMX296 CMOS image sensor support
Date
Hello,

This patchset adds support for IMX296 CMOS image sensor from Sony.
Sensor can be programmed through I2C and 4-wire interface but the
current driver only supports I2C interface. The sensor is
capable of outputting frames in CSI2 format (1 Lane). In the case
of sensor resolution, driver only supports 1440x1088 at 30 FPS.

The driver has been validated using Framos IMX296 module interfaced to
96Boards Dragonboard410c.

Thanks,
Mani

Changes in v3:

* Fixed the reference to video-interfaces.txt in binding.

Changes in v2:

* Switched to YAML binding

Manivannan Sadhasivam (2):
dt-bindings: media: i2c: Add IMX296 CMOS sensor binding
media: i2c: Add IMX296 CMOS image sensor driver

.../devicetree/bindings/media/i2c/imx296.yaml | 98 +++
MAINTAINERS | 8 +
drivers/media/i2c/Kconfig | 11 +
drivers/media/i2c/Makefile | 1 +
drivers/media/i2c/imx296.c | 733 ++++++++++++++++++
5 files changed, 851 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/imx296.yaml
create mode 100644 drivers/media/i2c/imx296.c

--
2.17.1

\
 
 \ /
  Last update: 2019-10-25 20:00    [W:0.081 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site