[PATCH 2/3] ARM: Samsung: move common I2C0 device helpers to machine directories
Kukjin Kim
kgene.kim at samsung.com
Mon May 17 09:20:13 EDT 2010
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 at samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park at samsung.com>
> ---
> 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 at samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
More information about the linux-arm-kernel
mailing list