]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: i2c: imx214: Convert to CCI register access helpers
authorAndré Apitzsch <git@apitzsch.eu>
Fri, 20 Dec 2024 13:26:02 +0000 (14:26 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Sat, 15 Feb 2025 14:22:43 +0000 (15:22 +0100)
commit4f0aeba4f1556f829f09073bf267093c5b6f1821
tree5f805fa76ff811729df9b8b03d9bb95ef9d6b7de
parent5d6dc133e6e4053b4b92a15a2e1b99d54b3f8adb
media: i2c: imx214: Convert to CCI register access helpers

Use the new common CCI register access helpers to replace the private
register access helpers in the imx214 driver. This simplifies the driver
by reducing the amount of code.

Acked-by: Ricardo Ribalda <ribalda@chromium.org>
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/i2c/Kconfig
drivers/media/i2c/imx214.c