From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 19 Sep 2011 12:24:21 +0200 Subject: [U-Boot] [PATCH 4/4] I2C: mxc_i2c rework In-Reply-To: <4E77156B.7010802@denx.de> References: <1316045346-5168-1-git-send-email-marek.vasut@gmail.com> <1316045346-5168-5-git-send-email-marek.vasut@gmail.com> <4E77156B.7010802@denx.de> Message-ID: <201109191224.21824.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Monday, September 19, 2011 12:11:55 PM Stefano Babic wrote: > On 09/15/2011 02:09 AM, Marek Vasut wrote: > > Rewrite the mxc_i2c driver. > > > > * This version is much closer to Linux implementation. > > * Fixes IPG_PERCLK being incorrectly used as clock source > > * Fixes behaviour of the driver on iMX51 > > * Clean up coding style a bit ;-) > > > > Signed-off-by: Marek Vasut > > --- > > Hi Marek, > > you miss to set the version number of your patchset. This can confuse > us, as confuses patchwork. Oh damn ... sorry. I'll do better next time ;-) > > Jason, do you have any issue with the last version of this patch (again, > without version number, sent by Marek last 15/9) ? I saw Heiko's ACK in > a previous version, but I won't push if some boards/SOC will be broken > by this patchset. Any comments ? I think this one was acked by Heiko today too. Cheers > > Best regards, > Stefano Babic