[U-Boot] [PULL] : Please pull u-boot-i2c

Hello Tom,
please pull from u-boot-i2c:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
---------------------------------------------------------------- Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
Naveen Krishna Ch (1): i2c: s3c24xx: add hsi2c controller support
drivers/i2c/s3c24x0_i2c.c | 494 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ drivers/i2c/s3c24x0_i2c.h | 36 ++++++++++ post/drivers/i2c.c | 2 + 3 Dateien geändert, 488 Zeilen hinzugefügt(+), 44 Zeilen entfernt(-)
Thanks!
bye, Heiko

On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
Naveen Krishna Ch (1): i2c: s3c24xx: add hsi2c controller support
drivers/i2c/s3c24x0_i2c.c | 494 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ drivers/i2c/s3c24x0_i2c.h | 36 ++++++++++ post/drivers/i2c.c | 2 + 3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
NAK. MAKEALL -a arm: --------------------- SUMMARY ---------------------------- Boards compiled: 306 Boards with errors: 3 ( snow VCMA9 smdk5250 ) ----------------------------------------------------------
And the problem is: s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared (first use in this function)

Hello Tom,
On 29.04.2013 18:25, Tom Rini wrote:
On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
Naveen Krishna Ch (1): i2c: s3c24xx: add hsi2c controller support
drivers/i2c/s3c24x0_i2c.c | 494 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ drivers/i2c/s3c24x0_i2c.h | 36 ++++++++++ post/drivers/i2c.c | 2 + 3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
NAK. MAKEALL -a arm: --------------------- SUMMARY ---------------------------- Boards compiled: 306 Boards with errors: 3 ( snow VCMA9 smdk5250 )
And the problem is: s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared (first use in this function)
Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was for powerpc only ... so please pull:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-30 06:08:43 +0200)
---------------------------------------------------------------- Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
post/drivers/i2c.c | 2 ++ 1 Datei geändert, 2 Zeilen hinzugefügt(+)
bye, Heiko

On Tue, Apr 30, 2013 at 06:14:06AM +0200, Heiko Schocher wrote:
Hello Tom,
On 29.04.2013 18:25, Tom Rini wrote:
On Mon, Apr 29, 2013 at 04:18:08PM +0200, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3e7611ab0bf917ac003975f6fd8a233fed04a7dc:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-29 16:06:40 +0200)
Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
Naveen Krishna Ch (1): i2c: s3c24xx: add hsi2c controller support
drivers/i2c/s3c24x0_i2c.c | 494 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------ drivers/i2c/s3c24x0_i2c.h | 36 ++++++++++ post/drivers/i2c.c | 2 + 3 Dateien ge?ndert, 488 Zeilen hinzugef?gt(+), 44 Zeilen entfernt(-)
NAK. MAKEALL -a arm: --------------------- SUMMARY ---------------------------- Boards compiled: 306 Boards with errors: 3 ( snow VCMA9 smdk5250 )
And the problem is: s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:945:3: error: 'COMPAT_SAMSUNG_EXYNOS5_I2C' undeclared (first use in this function)
Oh.. Sorry ... I am sure I did a Makeall ... but It seems, it was for powerpc only ... so please pull:
The following changes since commit 500bccf84408ad71674b714cd9db3480736ad8e1:
Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash (2013-04-22 09:12:16 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 1ff17c85bbc9bf9da71b2980c5a8255784b216de:
post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES (2013-04-30 06:08:43 +0200)
Anatolij Gustschin (1): post: fix I2C POST failure for devices in CONFIG_SYS_POST_I2C_IGNORES
post/drivers/i2c.c | 2 ++ 1 Datei ge?ndert, 2 Zeilen hinzugef?gt(+)
Applied to u-boot/master, thanks!

Adds a new COMPAT string exynos5-hsi2c for high speed i2c controller available on exynos5 SoCs from Samsung.
Signed-off-by: Naveen Krishna Chatradhi ch.naveen@samsung.com --- This patch is required for the following change http://lists.denx.de/pipermail/u-boot/2013-April/151886.html and fixes the following issue. http://www.mail-archive.com/u-boot@lists.denx.de/msg112117.html Apologies for delaying this change.
include/fdtdec.h | 1 + lib/fdtdec.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/include/fdtdec.h b/include/fdtdec.h index 4e8032b..2bf8ae8 100644 --- a/include/fdtdec.h +++ b/include/fdtdec.h @@ -93,6 +93,7 @@ enum fdt_compat_id { COMPAT_GENERIC_SPI_FLASH, /* Generic SPI Flash chip */ COMPAT_MAXIM_98095_CODEC, /* MAX98095 Codec */ COMPAT_INFINEON_SLB9635_TPM, /* Infineon SLB9635 TPM */ + COMPAT_SAMSUNG_EXYNOS5_I2C, /* Exynos5 High Speed I2C Controller */
COMPAT_COUNT, }; diff --git a/lib/fdtdec.c b/lib/fdtdec.c index 92fbefe..f8af561 100644 --- a/lib/fdtdec.c +++ b/lib/fdtdec.c @@ -66,6 +66,7 @@ static const char * const compat_names[COMPAT_COUNT] = { COMPAT(GENERIC_SPI_FLASH, "spi-flash"), COMPAT(MAXIM_98095_CODEC, "maxim,max98095-codec"), COMPAT(INFINEON_SLB9635_TPM, "infineon,slb9635-tpm"), + COMPAT(SAMSUNG_EXYNOS5_I2C, "samsung,exynos5-hsi2c"), };
const char *fdtdec_get_compatible(enum fdt_compat_id id)
participants (3)
-
Heiko Schocher
-
Naveen Krishna Chatradhi
-
Tom Rini