[U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support orion5x and kirkwood
Albert ARIBAUD
albert.aribaud at free.fr
Fri Aug 27 16:45:42 CEST 2010
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.
More information about the U-Boot
mailing list