]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: dw9719: Add back the I²C device id table
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 26 Mar 2026 13:15:23 +0000 (15:15 +0200)
committerSakari Ailus <sakari.ailus@linux.intel.com>
Tue, 5 May 2026 12:27:36 +0000 (15:27 +0300)
commitd7fe0d53b2a8b08f6042cc89315118dee49e072e
tree03a39d991e420b4ef9c0f28601a3709cfe5f6c28
parentc3a78691be8245e52ced489f268e413f18061ac2
media: dw9719: Add back the I²C device id table

The I²C device id table is necessary as the device may be, besides through
system firmware, also instantiated in the IPU bridge so matching takes
place using the I²C device id table. Add back the table, with ids for all
supported devices.

Reported-by: Michael Anthony <manthony.nw@outlook.com>
Closes: https://lore.kernel.org/linux-media/AMBP190MB2678E7DC048409068260DCE8ED4AA@AMBP190MB2678.EURP190.PROD.OUTLOOK.COM/
Fixes: 15faf0fa1472 ("media: i2c: dw9719: Remove unused i2c device id table")
Cc: stable@vger.kernel.org # for v6.19 and later
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
drivers/media/i2c/dw9719.c