[U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver

Heiko Schocher hs at denx.de
Fri Mar 18 09:29:35 CET 2011


Hello rogan at dawes.za.net,

rogan at dawes.za.net wrote:
> From: Albert Aribaud <albert.aribaud at free.fr>
> 
> This driver is for the Marvell TWSI/I2C module found in
> the orion and kirkwood families among others.
> 
> Signed-off-by: Albert Aribaud <albert.aribaud at free.fr>
> ---
>  drivers/i2c/Makefile |    1 +
>  drivers/i2c/mvtwsi.c |  419 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 420 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/i2c/mvtwsi.c
> 
> diff --git a/drivers/i2c/Makefile b/drivers/i2c/Makefile
> index d2c2515..73c415d 100644
> --- a/drivers/i2c/Makefile
> +++ b/drivers/i2c/Makefile
> @@ -30,6 +30,7 @@ COBJS-$(CONFIG_DRIVER_DAVINCI_I2C) += davinci_i2c.o
>  COBJS-$(CONFIG_FSL_I2C) += fsl_i2c.o
>  COBJS-$(CONFIG_I2C_KIRKWOOD) += kirkwood_i2c.o

This patch could not be against current head! There is no
more this CONFIG_I2C_KIRKWOOD define. Instead this driver
was renamed to mvtwsi.c from Albert Aribaud, see commits:

01ec99d9693929fc56e630c10499b1bfce3e3693

and

306563a773f1111c6beff8d1855d5b2a2137aebd

So, sorry, Nack for this patch. But could you rebase
to current head and try the existing driver?

bye,
Heiko
-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


More information about the U-Boot mailing list