Hi Alexander, On Tue, Dec 05, 2023 at 10:05:56AM +0100, Alexander Stein wrote: > Complete the list from "INCK Setting" section in IMX415-AAQR-C > (Rev. E19504, 2019/05/21) > > Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> Could you address these smatch warnings, and run ./scripts/checkpatch.pl --strict --max-line-length=80 on the patches? drivers/media/i2c/imx415.c:402:30: warning: decimal constant 2376000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here drivers/media/i2c/imx415.c:417:30: warning: decimal constant 2376000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here drivers/media/i2c/imx415.c:432:30: warning: decimal constant 2376000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here -- Sakari Ailus