Sylwester Nawrocki wrote: > > Add functions for configuration of the parallel camera > bus pins on S5PV210 and Exynos4 SoC. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > > Hello, > > this is a corrected version of platform helpers for the peripheral > parallel camera bus configuration in S5PV210 and Exynos4 SoCs. > > Changes since v1: > - Renamed files: camera.h/camport.h, setup-camera.c/setup-fimc.c > - Replaced "camif" with "fimc" in function and data type names > - Removed driver strength setup (it turned out than only the clock > source pin needed maximum driver strength on the test boards, > so I've moved its configuration to the board code) > > > Regards, > Sylwester Nawrocki > --- > arch/arm/mach-exynos4/Kconfig | 5 +++ > arch/arm/mach-exynos4/Makefile | 1 + > arch/arm/mach-exynos4/setup-fimc.c | 44 > ++++++++++++++++++++++++++++++ > arch/arm/mach-s5pv210/Kconfig | 5 +++ > arch/arm/mach-s5pv210/Makefile | 1 + > arch/arm/mach-s5pv210/setup-fimc.c | 43 > +++++++++++++++++++++++++++++ > arch/arm/plat-s5p/include/plat/camport.h | 28 +++++++++++++++++++ > 7 files changed, 127 insertions(+), 0 deletions(-) > create mode 100644 arch/arm/mach-exynos4/setup-fimc.c > create mode 100644 arch/arm/mach-s5pv210/setup-fimc.c > create mode 100644 arch/arm/plat-s5p/include/plat/camport.h > (snip) Looks ok to me, will apply :) 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