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)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:33:07 +0000 (16:33 +0100)
commitca40345c747dfe202a7663fc4b5aa188c27683d1
treef2dc136b49c738dc10aec4d2e340c5c1aebf0eed
parent6194216b8590b8dc5c5f3ca3a168bec33efe56cf
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]