On Tue, Apr 07, 2020 at 10:33:00AM +0200, Loic Poulain wrote: > This commit adds I2C bus support for the Camera Control Interface > (CCI) I2C controller found on the Qualcomm SoC processors. This I2C > controller supports two masters and they are registered to the core. > > CCI versions supported in the driver are msm8916, msm8996 and sdm845. > > This is a rework of the patch posted by Vinod: > https://patchwork.kernel.org/patch/10569961/ > > With additional fixes + most of the comments addressed. > > Signed-off-by: Todor Tomov > Signed-off-by: Vinod Koul > Signed-off-by: Loic Poulain > Tested-by: Robert Foss > Reviewed-by: Bjorn Andersson Removed the err msg after platform_get_irq and applied to for-next, thanks!