[PATCH v2 0/2] media: i2c: vd55g1: Support vd65g4 RGB variant

Benjamin Mugnier posted 2 patches 1 month, 2 weeks ago
.../devicetree/bindings/media/i2c/st,vd55g1.yaml   |   6 +-
drivers/media/i2c/vd55g1.c                         | 234 +++++++++++++++------
2 files changed, 172 insertions(+), 68 deletions(-)
[PATCH v2 0/2] media: i2c: vd55g1: Support vd65g4 RGB variant
Posted by Benjamin Mugnier 1 month, 2 weeks ago
This serie adds the support for the vd65g4, the color variant of the
vd55g1.

First patch is the device tree bindings update, while the second is the
driver support per se.

Signed-off-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>
---
Changes in v2:
- Fix smatch warning about vd55g1_mbus_formats_bayer potential overflow
- Fix vd55g1_mbus_formats_bayer dimensions
- Link to v1: https://lore.kernel.org/r/20250819-vd55g1_add_vd65g4-v1-0-b48646456c23@foss.st.com

---
Benjamin Mugnier (2):
      media: dt-bindings: vd55g1: Add vd65g4 compatible
      media: i2c: vd55g1: Add support for vd65g4 RGB variant

 .../devicetree/bindings/media/i2c/st,vd55g1.yaml   |   6 +-
 drivers/media/i2c/vd55g1.c                         | 234 +++++++++++++++------
 2 files changed, 172 insertions(+), 68 deletions(-)
---
base-commit: 2412f16c9afa7710778fc032139a6df38b68fd7c
change-id: 20250818-vd55g1_add_vd65g4-8e8518ef6506

Best regards,
-- 
Benjamin Mugnier <benjamin.mugnier@foss.st.com>
Re: [PATCH v2 0/2] media: i2c: vd55g1: Support vd65g4 RGB variant
Posted by Benjamin Mugnier 2 weeks, 1 day ago
Hi Sakari,

On 8/19/25 16:47, Benjamin Mugnier wrote:
> This serie adds the support for the vd65g4, the color variant of the
> vd55g1.
> 
> First patch is the device tree bindings update, while the second is the
> driver support per se.
> 
> Signed-off-by: Benjamin Mugnier <benjamin.mugnier@foss.st.com>

Is there anything blocking for this series ?

> ---
> Changes in v2:
> - Fix smatch warning about vd55g1_mbus_formats_bayer potential overflow
> - Fix vd55g1_mbus_formats_bayer dimensions
> - Link to v1: https://lore.kernel.org/r/20250819-vd55g1_add_vd65g4-v1-0-b48646456c23@foss.st.com
> 
> ---
> Benjamin Mugnier (2):
>       media: dt-bindings: vd55g1: Add vd65g4 compatible
>       media: i2c: vd55g1: Add support for vd65g4 RGB variant
> 
>  .../devicetree/bindings/media/i2c/st,vd55g1.yaml   |   6 +-
>  drivers/media/i2c/vd55g1.c                         | 234 +++++++++++++++------
>  2 files changed, 172 insertions(+), 68 deletions(-)
> ---
> base-commit: 2412f16c9afa7710778fc032139a6df38b68fd7c
> change-id: 20250818-vd55g1_add_vd65g4-8e8518ef6506
> 
> Best regards,

-- 
Regards,
Benjamin