public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v15 0/3] media: i2c: Add support for alvium camera
@ 2023-12-04  9:47 Tommaso Merciai
  2023-12-04  9:47 ` [PATCH v15 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision Tommaso Merciai
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Tommaso Merciai @ 2023-12-04  9:47 UTC (permalink / raw)
  Cc: laurent.pinchart, martin.hecht, michael.roeder, linuxfancy,
	mhecht73, sakari.ailus, christophe.jaillet, Tommaso Merciai,
	Mauro Carvalho Chehab, Liam Girdwood, Mark Brown, Hans de Goede,
	Hans Verkuil, Tomi Valkeinen, Alain Volmat, Paul Elder,
	Gerald Loacker, Andy Shevchenko, Bingbu Cao, Linus Walleij,
	linux-kernel, linux-media

Hi all,

This series add support for Allied Vision Alvium camera.
The Alvium camera is shipped with sensor + isp in the same housing.
The camera can be equipped with one out of various sensor and abstract
the user from this. Camera is connected via MIPI CSI-2.

Driver use latest V4L2_CCI_I2C API.

https://www.alliedvision.com/en/products/embedded-vision-solutions/

Tested the following alvium models:
 - alvium 1500 C-500c
 - alvium 1800 C-2050c
 - alvium 1800 C-1240c
 - alvium 1800 C-040c
 - alvium 1800 C-052c
 - alvium 1800 C-240m

Note:
 - Driver is rebased on top of [1], commit [2].

Thanks & Regards,
Tommaso

 - [1] https://git.linuxtv.org/sailus/media_tree.git/log/
 - [2] media: stm32-dcmipp: STM32 DCMIPP camera interface driver (79adb3adb331)

Tommaso Merciai (3):
  dt-bindings: vendor-prefixes: Add prefix alliedvision
  media: dt-bindings: alvium: add document YAML binding
  media: i2c: Add support for alvium camera

 .../media/i2c/alliedvision,alvium-csi2.yaml   |   81 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 MAINTAINERS                                   |    9 +
 drivers/media/i2c/Kconfig                     |   10 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/alvium-csi2.c               | 2530 +++++++++++++++++
 drivers/media/i2c/alvium-csi2.h               |  475 ++++
 7 files changed, 3108 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/alliedvision,alvium-csi2.yaml
 create mode 100644 drivers/media/i2c/alvium-csi2.c
 create mode 100644 drivers/media/i2c/alvium-csi2.h

-- 
2.34.1


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

end of thread, other threads:[~2023-12-12 12:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-04  9:47 [PATCH v15 0/3] media: i2c: Add support for alvium camera Tommaso Merciai
2023-12-04  9:47 ` [PATCH v15 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision Tommaso Merciai
2023-12-04  9:47 ` [PATCH v15 2/3] media: dt-bindings: alvium: add document YAML binding Tommaso Merciai
2023-12-04  9:47 ` [PATCH v15 3/3] media: i2c: Add support for alvium camera Tommaso Merciai
2023-12-12 11:38   ` Sakari Ailus
2023-12-12 11:44     ` Tommaso Merciai
2023-12-12 11:47       ` Sakari Ailus
2023-12-12 12:17         ` Tommaso Merciai
2023-12-12 12:34           ` Sakari Ailus

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