]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/glsdk-u-boot.git/commit
I2C: Move struct s3c24x0_i2c to a common place.
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 23 Jul 2012 21:23:52 +0000 (21:23 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 31 Jul 2012 06:02:41 +0000 (08:02 +0200)
commit91dffb16ffd047458982f70f5cb18c864473a462
treeae4599f14565311e0624bcdacf0ad4ab92bd0932
parentc65c05f57f0ea98c3397dfd41c3bfa29252256f2
I2C: Move struct s3c24x0_i2c to a common place.

struct s3c24x0_i2c is being moved to common local header file so that
the same can be used by s3c series and exynos series SoCs.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-s3c24x0/s3c24x0.h
drivers/i2c/s3c24x0_i2c.h [new file with mode: 0644]