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.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to