[U-Boot] [i2c] Pull request

Hello Tom,
please pull from u-boot-i2c.git
The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c:
Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3fbb517f30fe68e29640bee63ab366569914d898:
pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num() (2013-08-20 11:15:32 +0200)
---------------------------------------------------------------- Chunhe Lan (2): fsl_i2c: generate nine pulses on SCL if the I2C bus is hung fsl_i2c: add workaround for the erratum I2C A004447
Łukasz Majewski (3): i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is enabled i2c:samsung: Adjust Trats, GONI and Universal_c210 boards to work with new I2C framework pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 5 +++++ arch/powerpc/include/asm/config_mpc85xx.h | 16 ++++++++++++++++ arch/powerpc/include/asm/fsl_i2c.h | 1 + arch/powerpc/include/asm/processor.h | 5 +---- board/samsung/common/multi_i2c.c | 14 ++++++-------- board/samsung/goni/goni.c | 6 +++++- board/samsung/trats/trats.c | 17 ++++++++++++----- board/samsung/universal_c210/universal.c | 4 ++++ drivers/i2c/fsl_i2c.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- drivers/power/power_i2c.c | 2 +- include/configs/trats.h | 3 +++ include/i2c.h | 2 +- 12 Dateien geändert, 120 Zeilen hinzugefügt(+), 22 Zeilen entfernt(-)
Thanks!
bye, Heiko

On Tue, Aug 20, 2013 at 12:20:29PM +0200, Heiko Schocher wrote:
Hello Tom,
please pull from u-boot-i2c.git
The following changes since commit 40a60c6e8bdd00330310eaa351c9391e74d0bc2c:
Prepare v2013.10-rc1 (2013-08-19 17:26:15 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-i2c.git master
for you to fetch changes up to 3fbb517f30fe68e29640bee63ab366569914d898:
pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num() (2013-08-20 11:15:32 +0200)
Chunhe Lan (2): fsl_i2c: generate nine pulses on SCL if the I2C bus is hung fsl_i2c: add workaround for the erratum I2C A004447
??ukasz Majewski (3): i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is enabled i2c:samsung: Adjust Trats, GONI and Universal_c210 boards to work with new I2C framework pmic:i2c: Replace legacy I2C_SET_BUS macro with i2c_set_bus_num()
arch/powerpc/cpu/mpc85xx/cmd_errata.c | 5 +++++ arch/powerpc/include/asm/config_mpc85xx.h | 16 ++++++++++++++++ arch/powerpc/include/asm/fsl_i2c.h | 1 + arch/powerpc/include/asm/processor.h | 5 +---- board/samsung/common/multi_i2c.c | 14 ++++++-------- board/samsung/goni/goni.c | 6 +++++- board/samsung/trats/trats.c | 17 ++++++++++++----- board/samsung/universal_c210/universal.c | 4 ++++ drivers/i2c/fsl_i2c.c | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- drivers/power/power_i2c.c | 2 +- include/configs/trats.h | 3 +++ include/i2c.h | 2 +- 12 Dateien ge??ndert, 120 Zeilen hinzugef??gt(+), 22 Zeilen entfernt(-)
Applied to u-boot/master, thanks!
participants (2)
-
Heiko Schocher
-
Tom Rini