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 16:45:42 +0200 [thread overview]
Message-ID: <4C77CF96.5080502@free.fr> (raw)
In-Reply-To: <F766E4F80769BD478052FB6533FA745D19A680405D@SC-VEXCH4.marvell.com>
Le 27/08/2010 16:30, Prafulla Wadaskar a ?crit :
>>>> - * 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 ?
> Hi Albert
> Any commetns for this?
No worries: all your remarks are being applied in V4, especially those
to which I did not reply; I've added kirkwood to the supported SoC list. :)
Speaking of which, I thought I might as well directly add orion5x *and*
kirkwood includes, i.e patch V4 will have:
#if defined(CONFIG_ORION5X)
#include <asm/arch/orion5x.h>
#elif defined(CONFIG_KIRKWOOD)
#include <asm/arch/kirkwood.h>
#else
#error Driver mvtwsi not supported by SoC or board
#endif
... even though I won't be adding I2C support on any kirkwood board in
this patchset.
> Regards..
> Prafulla . .
Amicalement,
--
Albert.
next prev parent reply other threads:[~2010-08-27 14:45 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
2010-08-27 14:30 ` Prafulla Wadaskar
2010-08-27 14:45 ` Albert ARIBAUD [this message]
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=4C77CF96.5080502@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox