[PATCH 0/2] media: i2c: Add ov2735 camera sensor driver

Hardevsinh Palaniya posted 2 patches 3 months ago
There is a newer version of this series
.../bindings/media/i2c/ovti,ov2735.yaml       | 104 ++
drivers/media/i2c/Kconfig                     |  10 +
drivers/media/i2c/Makefile                    |   1 +
drivers/media/i2c/ov2735.c                    | 907 ++++++++++++++++++
4 files changed, 1022 insertions(+)
create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov2735.yaml
create mode 100644 drivers/media/i2c/ov2735.c
[PATCH 0/2] media: i2c: Add ov2735 camera sensor driver
Posted by Hardevsinh Palaniya 3 months ago
Add a v4l2 subdevice driver for the Omnivision OV2735 sensor.

The Omnivision OV2735 is a 1/2.7-Inch CMOS image sensor with an
active array size of 1920 x 1080.

The following features are supported:
- Manual exposure an gain control support
- vblank/hblank control support
- Test pattern support control
- Supported resolution: 1920 x 1080 @ 30fps (SGRBG10)

The driver is tested on mainline branch v6.14-rc6 on IMX8MP Debix Model a.

Hardevsinh Palaniya (2):
  dt-bindings: media: i2c: Add ov2735 sensor
  media: i2c: add ov2735 image sensor driver

 .../bindings/media/i2c/ovti,ov2735.yaml       | 104 ++
 drivers/media/i2c/Kconfig                     |  10 +
 drivers/media/i2c/Makefile                    |   1 +
 drivers/media/i2c/ov2735.c                    | 907 ++++++++++++++++++
 4 files changed, 1022 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov2735.yaml
 create mode 100644 drivers/media/i2c/ov2735.c

-- 
2.34.1