From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiko Schocher Date: Fri, 18 Mar 2011 09:29:35 +0100 Subject: [U-Boot] [PATCH 05/11] I2C: add Marvell TWSI simple driver In-Reply-To: <1300435500-4909-6-git-send-email-rogan@dawes.za.net> References: <4D81FE7F.8090002@dawes.za.net> <1300435500-4909-6-git-send-email-rogan@dawes.za.net> Message-ID: <4D8317EF.6000508@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello rogan at dawes.za.net, rogan at dawes.za.net wrote: > From: Albert Aribaud > > This driver is for the Marvell TWSI/I2C module found in > the orion and kirkwood families among others. > > Signed-off-by: Albert Aribaud > --- > 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