All of lore.kernel.org
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.aribaud@free.fr>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support orion5x and kirkwood
Date: Fri, 27 Aug 2010 15:03:26 +0200	[thread overview]
Message-ID: <4C77B79E.4050904@free.fr> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A680404D@SC-VEXCH4.marvell.com>

Le 27/08/2010 14:34, Prafulla Wadaskar a ?crit :
>
>
>> -----Original Message-----
>> From: u-boot-bounces at lists.denx.de
>> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Albert Aribaud
>> Sent: Friday, August 27, 2010 11:42 AM
>> To: u-boot at lists.denx.de
>> Subject: [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support
>> orion5x and kirkwood
>>
>> This rewrite of the mvtwsi driver is 25% smaller and much
>> faster and simpler than the previous code.
>>
>> Signed-off-by: Albert Aribaud<albert.aribaud@free.fr>
>> ---
>>   drivers/i2c/mvtwsi.c |  742
>> +++++++++++++++++++++++---------------------------
>>   1 files changed, 334 insertions(+), 408 deletions(-)
>>
>> diff --git a/drivers/i2c/mvtwsi.c b/drivers/i2c/mvtwsi.c
>> index a4409be..e7f08ac 100644
>> --- a/drivers/i2c/mvtwsi.c
>> +++ b/drivers/i2c/mvtwsi.c
>> @@ -1,10 +1,7 @@
>>   /*
>> - * Driver for the i2c controller on the Marvell line of host bridges
>> - * (e.g, gt642[46]0, mv643[46]0, mv644[46]0, Orion SoC family),
>> - * and Kirkwood family.
>> + * Driver for the TWSI (i2c) controller on the Marvell orion5x
>
> Don't you think Kirkwood is missing here ?
>
>>    *
>> - * Based on:
>> - * Author: Mark A. Greer<mgreer@mvista.com>
>> + * Author: Albert Aribaud<albert.aribaud@free.fr>
>>    * 2005 (c) MontaVista, Software, Inc.
>
> I hope this line is not there in earlier version, pls confirm..

The Montavista (c) line is in the kirkwood_i2c file from which I 
copy-pasted the GPL notice. I'd even posted a remark myself on V1 of the 
patch, stating that this copyright line was a leftover of the old 
driver, and that I would fix it on V2. Somehow I missed it.

Amicalement,
-- 
Albert.

  reply	other threads:[~2010-08-27 13:03 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-27  6:12 [U-Boot] [PATCH V3 0/4] Improve I2C for orion5x, kirkwood and ED Mini V2 Albert Aribaud
2010-08-27  6:12 ` [U-Boot] [PATCH V3 1/4] suen3: remove CONFIG_HARD_I2C and related defines Albert Aribaud
2010-08-27  6:12 ` [U-Boot] [PATCH V3 2/4] i2c: rename kirkwood_i2c to mvtwsi Albert Aribaud
2010-08-27 12:17   ` Prafulla Wadaskar
2010-08-27  6:12 ` [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support orion5x and kirkwood Albert Aribaud
2010-08-27 12:34   ` Prafulla Wadaskar
2010-08-27 13:03     ` Albert ARIBAUD [this message]
2010-08-27 14:30       ` Prafulla Wadaskar
2010-08-27 14:45         ` Albert ARIBAUD
2010-08-27  6:12 ` [U-Boot] [PATCH V3 4/4] edminiv2: add I2C support using mvtwsi driver Albert Aribaud
2010-08-27 12:20   ` Prafulla Wadaskar
2010-08-27 13:42     ` Albert ARIBAUD

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C77B79E.4050904@free.fr \
    --to=albert.aribaud@free.fr \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.