[U-Boot] Pull request u-boot-marvell.git

Hi Albert
Please kindly pull The following changes since commit 531bb02c0bfc783e95f1b761f18e15d6f565e357: Fabio Estevam (1): MX25: tx25: Add _end section on nand_spl
are available in the git repository at:
u-boot-marvell.git master branch
Lei Wen (6): pxa: move i2c driver to the common place mv_i2c: fix timeout value to be consistent with comments mv_i2c: use structure to replace the direclty define I2C: add i2c support for Pantheon platform I2C: mv_i2c: add multi bus support I2C: add i2c support for Armada100 platform
Rogan Dawes (1): Orion5x: Correct DRAM bank detection
arch/arm/cpu/arm926ejs/armada100/cpu.c | 16 ++ arch/arm/cpu/arm926ejs/orion5x/dram.c | 2 +- arch/arm/cpu/arm926ejs/pantheon/cpu.c | 12 + arch/arm/cpu/pxa/Makefile | 1 - arch/arm/cpu/pxa/cpu.c | 10 + arch/arm/include/asm/arch-armada100/config.h | 12 + arch/arm/include/asm/arch-armada100/mfp.h | 40 ++-- arch/arm/include/asm/arch-orion5x/orion5x.h | 1 + arch/arm/include/asm/arch-pantheon/config.h | 10 + arch/arm/include/asm/arch-pantheon/cpu.h | 4 +- arch/arm/include/asm/arch-pantheon/mfp.h | 6 +- arch/arm/include/asm/arch-pxa/pxa-regs.h | 56 ----- board/Marvell/aspenite/aspenite.c | 5 + board/Marvell/dkb/dkb.c | 4 + board/innokom/innokom.c | 9 +- drivers/i2c/Makefile | 1 + arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c | 294 ++++++++++++----------- drivers/i2c/mv_i2c.h | 83 +++++++ include/configs/aspenite.h | 1 + include/configs/dkb.h | 2 + include/configs/innokom.h | 2 + include/configs/xm250.h | 2 + 22 files changed, 345 insertions(+), 228 deletions(-) rename arch/arm/cpu/pxa/i2c.c => drivers/i2c/mv_i2c.c (65%) create mode 100644 drivers/i2c/mv_i2c.h
Regards.. Prafulla . .

Le 13/04/2011 16:47, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit 531bb02c0bfc783e95f1b761f18e15d6f565e357: Fabio Estevam (1): MX25: tx25: Add _end section on nand_spl
are available in the git repository at:
u-boot-marvell.git master branch
Lei Wen (6): pxa: move i2c driver to the common place mv_i2c: fix timeout value to be consistent with comments mv_i2c: use structure to replace the direclty define I2C: add i2c support for Pantheon platform I2C: mv_i2c: add multi bus support I2C: add i2c support for Armada100 platform
Rogan Dawes (1): Orion5x: Correct DRAM bank detection
Applied, thanks!
Amicalement,
participants (2)
-
Albert ARIBAUD
-
Prafulla Wadaskar