media: i2c: Add a driver for the Infineon IRS1125 depth sensor
authorMarkus Proeller <markus.proeller@pieye.org>
Thu, 10 Oct 2019 17:12:36 +0000 (19:12 +0200)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:32:56 +0000 (11:32 +0000)
commita40af463fbbbb86a0478f7b58b73468f0321b439
tree1e0e2a6dd2fbfeb26639b49d3c3dd2ec0c65c0a1
parentb01357f3537099152a14e43f5322ad2c1968f38c
media: i2c: Add a driver for the Infineon IRS1125 depth sensor

The Infineon IRS1125 is a time of flight depth sensor that
has a CSI-2 interface.

Add a V4L2 subdevice driver for this device.

Signed-off-by: Markus Proeller <markus.proeller@pieye.org>
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/irs1125.c [new file with mode: 0644]
drivers/media/i2c/irs1125.h [new file with mode: 0644]