[U-Boot] [PATCH] Fix wrong SVR value for MPC8567 and MPC8567E processors

2011-01-04 Thread Piergiorgio Beruto
--- arch/powerpc/include/asm/processor.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/include/asm/processor.h b/arch/powerpc/include/asm/processor.h index 9cafe85..71fafa3 100644 --- a/arch/powerpc/include/asm/processor.h +++ b/arch/powerpc/include/asm/p

[U-Boot] [PATCH] Allow 0-len address bytes (non SMBus) for i2c transactions in fsl driver

2011-01-04 Thread Piergiorgio Beruto
--- drivers/i2c/fsl_i2c.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/i2c/fsl_i2c.c b/drivers/i2c/fsl_i2c.c index cb13dee..8350fbe 100644 --- a/drivers/i2c/fsl_i2c.c +++ b/drivers/i2c/fsl_i2c.c @@ -381,12 +381,12 @@ i2c_read(u8 dev, uint addr, int alen,