Kukjin Kim wrote: > > Sylwester Nawrocki wrote: > > > > Add voltage regulator and platform data definition for M-5MOLS sensor > > and MIPI-CSI receiver drivers. Add CAM power domain dependencies for > > FIMC device and set up camera port A GPIO. Configure I2C0 bus timings. > > > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > > Signed-off-by: HeungJun Kim <riverful.kim@xxxxxxxxxxx> > > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > > --- > > Hi Kgene, > > > > I have corrected the white space issues as you pointed out and removed > > unnecessary gpio_free() in this patch. > > > > Thanks, > > Sylwester > > --- > > arch/arm/mach-exynos4/Kconfig | 8 ++ > > arch/arm/mach-exynos4/mach-nuri.c | 156 > > +++++++++++++++++++++++++++++++++++++ > > 2 files changed, 164 insertions(+), 0 deletions(-) > > > > diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig > > index dd660eb..4bc4b1f 100644 > > --- a/arch/arm/mach-exynos4/Kconfig > > +++ b/arch/arm/mach-exynos4/Kconfig (snip) > > +static struct s5p_platform_fimc fimc_md_platdata = { > > + .isp_info = nuri_camera_sensors, > > + .num_clients = ARRAY_SIZE(nuri_camera_sensors), > > +}; Hi Sylwester, You need to move 'struct platform_device s5p_device_fimc_md' to plat-samsung/devs.c or add 'static' because following error is happened. arch/arm/mach-exynos4/mach-nuri.o: In function ` CC kernel/sysctl.o .LANCHOR1': mach-nuri.c:(.data+0x38): multiple definition of `s5p_device_fimc_md' arch/arm/mach-exynos4/mach-universal_c210.o:mach-universal_c210.c:(.data+0x1 8): first defined here make[2]: *** [arch/arm/mach-exynos4/built-in.o] Error 1 make[1]: *** [arch/arm/mach-exynos4] Error 2 make[1]: *** Waiting for unfinished jobs.... Thanks. Best regards, Kgene. -- Kukjin Kim <kgene.kim@xxxxxxxxxxx>, Senior Engineer, SW Solution Development Team, Samsung Electronics Co., Ltd. -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html