Hi Alexander, Thanks for the patch. On Tue, Dec 05, 2023 at 10:05:55AM +0100, Alexander Stein wrote: > Use the new common CCI register access helpers to replace the private > register access helpers in the imx415 driver. > > Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> > --- > drivers/media/i2c/Kconfig | 2 + > drivers/media/i2c/imx415.c | 396 +++++++++++++++---------------------- > 2 files changed, 162 insertions(+), 236 deletions(-) > > diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig > index 59356eded339..71f8128f2df9 100644 > --- a/drivers/media/i2c/Kconfig > +++ b/drivers/media/i2c/Kconfig > @@ -194,6 +194,8 @@ config VIDEO_IMX412 > config VIDEO_IMX415 > tristate "Sony IMX415 sensor support" > depends on OF_GPIO > + select REGMAP_I2C No need to select REGMAP_I2C---V4L2_CCI_I2C already does it. > + select V4L2_CCI_I2C > help > This is a Video4Linux2 sensor driver for the Sony > IMX415 camera. -- Regards, Sakari Ailus