public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: i2c: Add ov2735 camera sensor driver
@ 2025-07-08 10:25 Hardevsinh Palaniya
  2025-07-08 10:25 ` [PATCH v2 1/2] dt-bindings: media: i2c: Add ov2735 sensor Hardevsinh Palaniya
  2025-07-08 10:25 ` [PATCH v2 2/2] media: i2c: add ov2735 image sensor driver Hardevsinh Palaniya
  0 siblings, 2 replies; 10+ messages in thread
From: Hardevsinh Palaniya @ 2025-07-08 10:25 UTC (permalink / raw)
  To: sakari.ailus, andriy.shevchenko, krzk+dt
  Cc: Hardevsinh Palaniya, Himanshu Bhavani, Mauro Carvalho Chehab,
	Rob Herring, Conor Dooley, Hans Verkuil, André Apitzsch,
	Ricardo Ribalda, Hans de Goede, Sylvain Petinot, Tarang Raval,
	Jingjing Xiong, Dongcheng Yan, Benjamin Mugnier,
	Heimir Thor Sverrisson, Arnd Bergmann, Matthias Fend,
	Bryan O'Donoghue, linux-media, devicetree, linux-kernel

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.

v1 -> v2

- Added necessary header files
- Corrected indentation
- Used the ret parameter in cci_write and cci_read functions

Hardevsinh Palaniya (1):
  media: i2c: add ov2735 image sensor driver

Himanshu Bhavani (1):
  dt-bindings: media: i2c: Add ov2735 sensor

 .../bindings/media/i2c/ovti,ov2735.yaml       | 104 ++
 MAINTAINERS                                   |   9 +
 drivers/media/i2c/Kconfig                     |  10 +
 drivers/media/i2c/Makefile                    |   1 +
 drivers/media/i2c/ov2735.c                    | 908 ++++++++++++++++++
 5 files changed, 1032 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/ovti,ov2735.yaml
 create mode 100644 drivers/media/i2c/ov2735.c

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-07-10  7:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-08 10:25 [PATCH v2 0/2] media: i2c: Add ov2735 camera sensor driver Hardevsinh Palaniya
2025-07-08 10:25 ` [PATCH v2 1/2] dt-bindings: media: i2c: Add ov2735 sensor Hardevsinh Palaniya
2025-07-08 10:41   ` Krzysztof Kozlowski
2025-07-10  7:18     ` Hardevsinh Palaniya
2025-07-08 10:25 ` [PATCH v2 2/2] media: i2c: add ov2735 image sensor driver Hardevsinh Palaniya
2025-07-08 10:42   ` Krzysztof Kozlowski
2025-07-08 11:28     ` Hardevsinh Palaniya
2025-07-08 13:26       ` Krzysztof Kozlowski
2025-07-08 11:40   ` Kieran Bingham
2025-07-08 13:25   ` Dave Stevenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox