linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] media: i2c: Add ov2735 camera sensor driver
@ 2025-07-07 15:01 Hardevsinh Palaniya
  2025-07-07 15:01 ` [PATCH 1/2] dt-bindings: media: i2c: Add ov2735 sensor Hardevsinh Palaniya
  2025-07-07 15:01 ` [PATCH 2/2] media: i2c: add ov2735 image sensor driver Hardevsinh Palaniya
  0 siblings, 2 replies; 7+ messages in thread
From: Hardevsinh Palaniya @ 2025-07-07 15:01 UTC (permalink / raw)
  To: sakari.ailus
  Cc: Hardevsinh Palaniya, Mauro Carvalho Chehab, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Himanshu Bhavani, Hans Verkuil,
	Hans de Goede, Bryan O'Donoghue, André Apitzsch,
	Arnd Bergmann, Tarang Raval, Heimir Thor Sverrisson,
	Sylvain Petinot, Dongcheng Yan, Benjamin Mugnier, Jingjing Xiong,
	Andy Shevchenko, Matthias Fend, Alan Stern, 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.

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


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-07 15:01 [PATCH 0/2] media: i2c: Add ov2735 camera sensor driver Hardevsinh Palaniya
2025-07-07 15:01 ` [PATCH 1/2] dt-bindings: media: i2c: Add ov2735 sensor Hardevsinh Palaniya
2025-07-07 15:01 ` [PATCH 2/2] media: i2c: add ov2735 image sensor driver Hardevsinh Palaniya
2025-07-07 20:29   ` Andy Shevchenko
2025-07-08  7:04     ` Hardevsinh Palaniya
2025-07-08  7:41       ` Yan, Dongcheng
2025-07-08 13:10       ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).