Marek Szyprowski wrote: > > I2C0 device helper depend on GPIO pin defines that are SoC specific. > This patch copies the dummy i2c0 setup code to the respective mach-s5p* > directories, so each SoC will be able to implement using its own > defines. One more, moving from plat-s5p/ is better than creating. > > Signed-off-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> > --- > arch/arm/mach-s5p6440/Makefile | 1 + > arch/arm/mach-s5p6440/setup-i2c0.c | 25 +++++++++++++++++++++++++ > arch/arm/mach-s5p6442/Makefile | 1 + > arch/arm/mach-s5p6442/setup-i2c0.c | 25 +++++++++++++++++++++++++ > arch/arm/mach-s5pv210/Makefile | 1 + > arch/arm/mach-s5pv210/setup-i2c0.c | 25 +++++++++++++++++++++++++ > arch/arm/plat-s5p/Makefile | 1 - > arch/arm/plat-s5p/setup-i2c0.c | 25 ------------------------- > 8 files changed, 78 insertions(+), 26 deletions(-) > create mode 100644 arch/arm/mach-s5p6440/setup-i2c0.c > create mode 100644 arch/arm/mach-s5p6442/setup-i2c0.c > create mode 100644 arch/arm/mach-s5pv210/setup-i2c0.c > delete mode 100644 arch/arm/plat-s5p/setup-i2c0.c > (snip) 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