All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR 6.16] New camera sensor drivers
@ 2025-05-05  8:47 Sakari Ailus
  2025-05-27  7:02 ` Mauro Carvalho Chehab
  0 siblings, 1 reply; 3+ messages in thread
From: Sakari Ailus @ 2025-05-05  8:47 UTC (permalink / raw)
  To: linux-media; +Cc: hans

Hi Hans, Mauro,

Here are new drivers for SD VD55G1, ST VD56G3 and Omnivision OV02C10 camera
sensors.


The following changes since commit b64b134942c8cf4801ea288b3fd38b509aedec21:

  media: renesas: vsp1: Expose color space through the DRM API (2025-05-02 10:16:44 +0200)

are available in the Git repository at:

  git://linuxtv.org/sailus/media_tree.git tags/for-6.16-3.1-signed

for you to fetch changes up to 545fbfc6a30f41eba9881b3e8c127301b3ebf684:

  media: i2c: Add driver for ST VD55G1 camera sensor (2025-05-05 11:41:22 +0300)

----------------------------------------------------------------
V4L2 patches for 6.16

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

Bryan O'Donoghue (1):
      media: dt-bindings: Add OminiVision 0V02C10

Heimir Thor Sverrisson (1):
      media: i2c: Add Omnivision OV02C10 sensor driver

Sylvain Petinot (2):
      media: dt-bindings: Add ST VD56G3 camera sensor
      media: i2c: Add driver for ST VD56G3 camera sensor

 .../bindings/media/i2c/ovti,ov02e10.yaml           |   47 +-
 .../devicetree/bindings/media/i2c/st,vd55g1.yaml   |  133 ++
 .../devicetree/bindings/media/i2c/st,vd56g3.yaml   |  139 ++
 MAINTAINERS                                        |   26 +
 drivers/media/i2c/Kconfig                          |   32 +
 drivers/media/i2c/Makefile                         |    3 +
 drivers/media/i2c/ov02c10.c                        | 1013 ++++++++++
 drivers/media/i2c/vd55g1.c                         | 1965 ++++++++++++++++++++
 drivers/media/i2c/vd56g3.c                         | 1586 ++++++++++++++++
 9 files changed, 4940 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/media/i2c/st,vd55g1.yaml
 create mode 100644 Documentation/devicetree/bindings/media/i2c/st,vd56g3.yaml
 create mode 100644 drivers/media/i2c/ov02c10.c
 create mode 100644 drivers/media/i2c/vd55g1.c
 create mode 100644 drivers/media/i2c/vd56g3.c

Please pull.

-- 
Kind regards,

Sakari Ailus

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

end of thread, other threads:[~2025-06-24 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-05  8:47 [GIT PULL FOR 6.16] New camera sensor drivers Sakari Ailus
2025-05-27  7:02 ` Mauro Carvalho Chehab
2025-06-24 11:29   ` Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.