From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 27 Aug 2010 16:45:42 +0200 Subject: [U-Boot] [PATCH V3 3/4] i2c: rewrite mvtwsi, support orion5x and kirkwood In-Reply-To: References: <1282889535-27228-1-git-send-email-albert.aribaud@free.fr> <1282889535-27228-4-git-send-email-albert.aribaud@free.fr> <4C77B79E.4050904@free.fr> Message-ID: <4C77CF96.5080502@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 #elif defined(CONFIG_KIRKWOOD) #include #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.