]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: i2c: mt9m114: add support for Aptina MI1040
authorSvyatoslav Ryhel <clamor95@gmail.com>
Thu, 5 Mar 2026 10:21:22 +0000 (12:21 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 11 Mar 2026 00:05:32 +0000 (01:05 +0100)
commit0001c706ee98738613cc8f6dcd139766230a9e01
tree61c257afbcde5d8bed98ba01bac45d29f7912418
parent0731914021a3401538b04d345149ff601ebc9d5a
media: i2c: mt9m114: add support for Aptina MI1040

Slightly different version of MT9M114 camera module is used in a several
devices like ASUS Nexus 7 (2012) or ASUS Transformer Prime TF201 and is
called Aptina MI1040. The only difference found so far is lacking ability
to poll STATE register during power on sequence, which causes driver to
fail with time out error. Add state_standby_polling flag to diverge models
and address quirk found in MI1040.

Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/mt9m114.c