From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Wed, 25 Aug 2010 17:28:55 +0200 Subject: [U-Boot] [PATCH 1/2] I2C: add Marvell TWSI simple driver In-Reply-To: <1282746213-4318-1-git-send-email-albert.aribaud@free.fr> References: <1282746213-4318-1-git-send-email-albert.aribaud@free.fr> Message-ID: <4C7536B7.3000409@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Reviewing myself, as a blatant copy-paste mistake only hit my eyes right after the patch was posted. :( Le 25/08/2010 16:23, Albert Aribaud a ?crit : > diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c > @@ -0,0 +1,419 @@ > +/* > + * Driver for the TWSI (i2c) controller on the Marvell orion5x > + * > + * Author: Albert Aribaud > + * 2005 (c) MontaVista, Software, Inc. This code is not (c) Montavista originally; it is a completely new implementation, with the license notice copied from the kirkwood file. I'll remove this line in patch V2. Amicalement, -- Albert.