public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] media: i2c: Add support for alvium camera
@ 2023-06-06 15:54 Tommaso Merciai
  2023-06-06 15:54 ` [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision Tommaso Merciai
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Tommaso Merciai @ 2023-06-06 15:54 UTC (permalink / raw)
  Cc: jacopo.mondi, laurent.pinchart, martin.hecht, michael.roeder,
	linuxfancy, Tommaso Merciai, Mauro Carvalho Chehab, Liam Girdwood,
	Mark Brown, Sakari Ailus, Hans Verkuil, Marco Felsch,
	Gerald Loacker, Krzysztof Hałasa, Mikhail Rudenko,
	Linus Walleij, Benjamin Mugnier, Shawn Tu, Nicholas Roth,
	linux-kernel, linux-media

Hello 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.

Working on top of Ideas on Board (branch: ideasonboard/v6.2/isi)
I'm able to test the driver on imx8mp-evk.
I collect also some patches to enable HDMI on imx8mp-evk from Pengutronix
(branch: pengutronix-imx8mp-hdmi)

I collect the patchset required to enable ISI + HDMI on imx8mp-evk into
the following branch from Avnet Silica Software & Services EMEA [1].

Some documentation on testing ISP and ISI of imx8mp-evk here [2].

Thanks all for the great work!

[1] - https://github.com/avs-sas/linux/tree/tm/ideasonboard/v6.4.0-rc2/isi/imx8mp_evk/alvium_drv_skel1e_v1
[2] - https://gist.github.com/Scott31393/077a10024a6058536d3f2fdde476265a

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   |   93 +
 .../devicetree/bindings/vendor-prefixes.yaml  |    2 +
 drivers/media/i2c/Kconfig                     |   10 +
 drivers/media/i2c/Makefile                    |    1 +
 drivers/media/i2c/alvium-csi2.c               | 3478 +++++++++++++++++
 drivers/media/i2c/alvium-csi2.h               |  485 +++
 6 files changed, 4069 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] 18+ messages in thread

end of thread, other threads:[~2023-06-07 11:27 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 15:54 [PATCH v3 0/3] media: i2c: Add support for alvium camera Tommaso Merciai
2023-06-06 15:54 ` [PATCH v3 1/3] dt-bindings: vendor-prefixes: Add prefix alliedvision Tommaso Merciai
2023-06-06 16:29   ` Laurent Pinchart
2023-06-06 18:02     ` Conor Dooley
2023-06-07  6:55   ` Krzysztof Kozlowski
2023-06-06 15:54 ` [PATCH v3 2/3] media: dt-bindings: alvium: add document YAML binding Tommaso Merciai
2023-06-06 16:31   ` Rob Herring
2023-06-06 16:36   ` Laurent Pinchart
2023-06-06 18:07     ` Conor Dooley
2023-06-06 18:17       ` Laurent Pinchart
2023-06-06 18:23         ` Conor Dooley
2023-06-07  7:16           ` Tommaso Merciai
2023-06-07  7:14       ` Tommaso Merciai
2023-06-07  7:21         ` Laurent Pinchart
2023-06-07 11:27           ` Tommaso Merciai
2023-06-07  7:11     ` Tommaso Merciai
2023-06-06 15:54 ` [PATCH v3 3/3] media: i2c: Add support for alvium camera Tommaso Merciai
2023-06-06 23:12   ` kernel test robot

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