u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V4 1/4] suen3: remove CONFIG_HARD_I2C and related defines
Date: Mon, 30 Aug 2010 11:38:07 +0200	[thread overview]
Message-ID: <4C7B7BFF.9040606@denx.de> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A6804264@SC-VEXCH4.marvell.com>

Hello Prafulla,

Prafulla Wadaskar wrote:
>> -----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 9:56 PM
>> To: u-boot at lists.denx.de
>> Subject: [U-Boot] [PATCH V4 1/4] suen3: remove 
>> CONFIG_HARD_I2C and related defines
>>
>> These are not used on this board, which uses soft I2C instead.
>>
>> Signed-off-by: Albert Aribaud <albert.aribaud@free.fr>
>> ---
>>  include/configs/km_arm.h |    8 --------
>>  1 files changed, 0 insertions(+), 8 deletions(-)
>>
>> diff --git a/include/configs/km_arm.h b/include/configs/km_arm.h
>> index 6519c90..1617e69 100644
>> --- a/include/configs/km_arm.h
>> +++ b/include/configs/km_arm.h
>> @@ -142,16 +142,8 @@
>>  /*
>>   * I2C related stuff
>>   */
>> -#undef	CONFIG_HARD_I2C		/* I2C with hardware support */
>>  #define	CONFIG_SOFT_I2C		/* I2C bit-banged	*/
>>  
>> -#if defined(CONFIG_HARD_I2C)
>> -#define	CONFIG_I2C_KIRKWOOD
>> -#define	CONFIG_I2C_KW_REG_BASE		KW_TWSI_BASE
>> -#define	CONFIG_SYS_I2C_SLAVE		0x0
>> -#define	CONFIG_SYS_I2C_SPEED		100000
>> -#endif
>> -
>>  #define	CONFIG_KIRKWOOD_GPIO		/* Enable GPIO 
>> Support */
>>  #if defined(CONFIG_SOFT_I2C)
>>  #ifndef __ASSEMBLY__
> 
> Hi Heiko
> There are no issues to apply this patch.
> I hope this is okay with you?
> Pls ack.

Acked-by: Heiko Schocher<hs@denx.de>

If you ack the patchset, I can add it to u-boot-i2c.git

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

  reply	other threads:[~2010-08-30  9:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-27 16:26 [U-Boot] [PATCH V4 0/4] Improve I2C for orion5x, kirkwood and ED Mini V2 Albert Aribaud
2010-08-27 16:26 ` [U-Boot] [PATCH V4 1/4] suen3: remove CONFIG_HARD_I2C and related defines Albert Aribaud
2010-08-30  9:29   ` Prafulla Wadaskar
2010-08-30  9:38     ` Heiko Schocher [this message]
2010-08-30  9:44       ` Prafulla Wadaskar
2010-08-30 10:50         ` Albert ARIBAUD
2010-08-27 16:26 ` [U-Boot] [PATCH V4 2/4] i2c: rename kirkwood_i2c to mvtwsi Albert Aribaud
2010-08-30  9:45   ` Prafulla Wadaskar
2010-08-27 16:26 ` [U-Boot] [PATCH V4 3/4] i2c: rewrite mvtwsi, support orion5x and kirkwood Albert Aribaud
2010-08-30  9:45   ` Prafulla Wadaskar
2010-08-27 16:26 ` [U-Boot] [PATCH V4 4/4] edminiv2: add I2C support using mvtwsi driver Albert Aribaud
2010-08-30  9:46   ` Prafulla Wadaskar
2010-08-30 13:34 ` [U-Boot] [PATCH V4 0/4] Improve I2C for orion5x, kirkwood and ED Mini V2 Heiko Schocher

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=4C7B7BFF.9040606@denx.de \
    --to=hs@denx.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).