devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: Add support for ST VD55G1 camera sensor
@ 2025-04-01 11:05 Benjamin Mugnier
  2025-04-01 11:05 ` [PATCH v2 1/2] media: dt-bindings: Add ST VD55G1 camera sensor binding Benjamin Mugnier
  2025-04-01 11:05 ` [PATCH v2 2/2] media: i2c: Add driver for ST VD55G1 camera sensor Benjamin Mugnier
  0 siblings, 2 replies; 15+ messages in thread
From: Benjamin Mugnier @ 2025-04-01 11:05 UTC (permalink / raw)
  To: Benjamin Mugnier, Sylvain Petinot, Mauro Carvalho Chehab,
	Rob Herring, Krzysztof Kozlowski, Conor Dooley, Sakari Ailus
  Cc: linux-media, devicetree, linux-kernel

Hi,

This serie adds support for the STMicroelectronics VD55G1 camera sensor.
The VD55G1 is a monochrome global shutter camera with a 804x704 maximum
resolution with RAW8 and RAW10 bytes per pixel.
Datasheets and other documentation can be found at st.com [1].
A lot of inspiration was taken from the imx219 and the vd56g3 serie.
It is compatible with libcamera. Tested on Raspberry Pi 4 and 5, with and
without libcamera.

[1] https://www.st.com/en/imaging-and-photonics-solutions/vd55g1.html#documentation

Regards,
Benjamin

---
Changes in v2:
- Fix device tree binding mistakes
- Drop linux media git from MAINTAINERS file
- Fix coding style mistakes
- Drop vd55g1_err_probe wrapper
- Fix 32bits build
- Fix config symbol help paragraph being too short for checkpatch
- Link to v1: https://lore.kernel.org/r/20250328-b4-vd55g1-v1-0-8d16b4a79f29@foss.st.com

---
Benjamin Mugnier (2):
      media: dt-bindings: Add ST VD55G1 camera sensor binding
      media: i2c: Add driver for ST VD55G1 camera sensor

 .../devicetree/bindings/media/i2c/st,vd55g1.yaml   |  132 ++
 MAINTAINERS                                        |    9 +
 drivers/media/i2c/Kconfig                          |   11 +
 drivers/media/i2c/Makefile                         |    1 +
 drivers/media/i2c/vd55g1.c                         | 1993 ++++++++++++++++++++
 5 files changed, 2146 insertions(+)
---
base-commit: b2c4bf0c102084e77ed1b12090d77a76469a6814
change-id: 20250225-b4-vd55g1-bdb90dbe39b3

Best regards,
-- 
Benjamin Mugnier <benjamin.mugnier@foss.st.com>


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

end of thread, other threads:[~2025-04-02 13:41 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 11:05 [PATCH v2 0/2] media: Add support for ST VD55G1 camera sensor Benjamin Mugnier
2025-04-01 11:05 ` [PATCH v2 1/2] media: dt-bindings: Add ST VD55G1 camera sensor binding Benjamin Mugnier
2025-04-02  7:08   ` Krzysztof Kozlowski
2025-04-02  8:34     ` Benjamin Mugnier
2025-04-02  9:11       ` Krzysztof Kozlowski
2025-04-02  9:38         ` Benjamin Mugnier
2025-04-02  9:41           ` Benjamin Mugnier
2025-04-02 10:27             ` Krzysztof Kozlowski
2025-04-02 12:46               ` Laurent Pinchart
2025-04-02 12:55                 ` Krzysztof Kozlowski
2025-04-02 13:39                   ` Benjamin Mugnier
2025-04-02 13:41                 ` Rob Herring
2025-04-02  7:08   ` Krzysztof Kozlowski
2025-04-02  8:35     ` Benjamin Mugnier
2025-04-01 11:05 ` [PATCH v2 2/2] media: i2c: Add driver for ST VD55G1 camera sensor Benjamin Mugnier

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