]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: ov08x40: Remove common register settings from resolution-specific table
authorJason Chen <jason.z.chen@intel.com>
Wed, 23 Apr 2025 17:56:33 +0000 (01:56 +0800)
committerHans Verkuil <hverkuil@xs4all.nl>
Tue, 6 May 2025 11:06:30 +0000 (13:06 +0200)
commitff1f5010a96a4496ce3c0098b330381f87ac9d87
tree65714cf449a709a963ef3e21c5858782a5b879e7
parentad12f6f914a4923befe64fce10c4f890173e6152
media: ov08x40: Remove common register settings from resolution-specific table

Prepare for refactoring register table by removing register entries
that are common across all modes from resolution-specific table
These will be moved into a shared common register array in the next commit.

Signed-off-by: Jason Chen <jason.z.chen@intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/ov08x40.c